Package org.cip4.jdflib.node
Class AuditToJMF
- java.lang.Object
-
- org.cip4.jdflib.node.AuditToJMF
-
public class AuditToJMF extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AuditToJMF(JDFNode _theNode, VJDFAttributeMap vParts, boolean inlineUpdates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VElementgetLocalJMFs(JDFAudit.EnumAuditType auditType)
-
-
-
Constructor Detail
-
AuditToJMF
public AuditToJMF(JDFNode _theNode, VJDFAttributeMap vParts, boolean inlineUpdates)
- Parameters:
_theNode- the jdf node to parsevParts- the job part to search for, if null don't filterinlineUpdates- replace all updated audits with the updated version
-
-
Method Detail
-
getLocalJMFs
public VElement getLocalJMFs(JDFAudit.EnumAuditType auditType)
- Parameters:
auditType- the audit type to use- Returns:
- vector of messages to send
-
-