Lines Matching defs:artifact

184      * @param artifact An <code>AssertionArtifact</code>.
186 * the artifact. This String is compared with the destID that
187 * the artifact is created for originally.
188 * @return The Assertion referenced to by artifact.
190 * assertion maps to the input artifact.
192 protected Assertion getAssertion(AssertionArtifact artifact, String destID)
196 return (assertionManager.getAssertion(artifact, destID));
201 Object[] obj = {metaAlias, artifact.getAssertionArtifact(),
206 FSUtils.debug.message("AMC:getAssertion(" + artifact +
220 FSUtils.debug.warning("AMC:getAssertion: " + artifact, re);
225 FSUtils.debug.warning("AMC:getAssertion: " + artifact, re);
230 FSUtils.debug.warning("AMC:getAssertion: " + artifact, re);
235 FSUtils.debug.warning("AMC:getAssertion: " + artifact, re);
243 * Returns the destination id the artifact is created for.
244 * @param artifact <code>AssertionArtifact</code> object
248 protected String getDestIdForArtifact(AssertionArtifact artifact)
252 return (assertionManager.getDestIdForArtifact(artifact));
256 Object[] obj = {metaAlias, artifact.getAssertionArtifact()};
261 "AMC:getDestIdForArtifact(" + artifact +
271 FSUtils.debug.warning("AMC:getDestIdForArtifact: " + artifact,
277 FSUtils.debug.warning("AMC:getDestIdForArtifact: " + artifact,
283 FSUtils.debug.warning("AMC:getDestIdForArtifact: " + artifact,
327 protected Status getErrorStatus( AssertionArtifact artifact )
332 Object[] obj = {metaAlias, artifact.getAssertionArtifact()};
336 FSUtils.debug.message("AMC:getErrorStatus(" + artifact +
353 FSUtils.debug.warning("AMC:getErrorStatus: " + artifact, re);
358 FSUtils.debug.warning("AMC:getErrorStatus: " + artifact, re);
363 FSUtils.debug.warning("AMC:getErrorStatus: " + artifact, re);
368 FSUtils.debug.warning("AMC:getErrorStatus: " + artifact, re);