Package | Description |
---|---|
org.cip4.jdflib.auto | |
org.cip4.jdflib.core | |
org.cip4.jdflib.node | |
org.cip4.jdflib.pool | |
org.cip4.jdflib.resource |
Modifier and Type | Class and Description |
---|---|
class |
JDFAutoCreated
class JDFAutoCreated : public JDFAudit
|
class |
JDFAutoDeleted
class JDFAutoDeleted : public JDFAudit
|
class |
JDFAutoMerged
class JDFAutoMerged : public JDFAudit
|
class |
JDFAutoModified
class JDFAutoModified : public JDFAudit
|
class |
JDFAutoNotification
class JDFAutoNotification : public JDFAudit
|
class |
JDFAutoPhaseTime
class JDFAutoPhaseTime : public JDFAudit
|
class |
JDFAutoProcessRun
class JDFAutoProcessRun : public JDFAudit
|
class |
JDFAutoResourceAudit
class JDFAutoResourceAudit : public JDFAudit
|
class |
JDFAutoSpawned
class JDFAutoSpawned : public JDFAudit
|
Modifier and Type | Method and Description |
---|---|
JDFAudit |
JDFAudit.createUpdateAudit()
create an update audit for this
|
JDFAudit |
JDFAudit.getUpdatedPreviousAudit()
get the previous updated audit that was updated by this
|
Modifier and Type | Method and Description |
---|---|
int |
JDFAudit.compare(JDFAudit a1,
JDFAudit a2)
sort by timestamp
|
void |
JDFAudit.setRef(JDFAudit previous)
Set attribute refID to the ID of previous
|
Modifier and Type | Class and Description |
---|---|
class |
JDFSpawned
Description: This class represents a vector of JDFAttributeMap
|
Modifier and Type | Method and Description |
---|---|
JDFAudit |
JDFNode.addModified(String by)
addModified
|
Modifier and Type | Method and Description |
---|---|
JDFAudit |
JDFAuditPool.addAudit(JDFAudit.EnumAuditType typ,
String by)
add an audit, called internally by the specialized functions
|
JDFAudit |
JDFAuditPool.addEvent(String by,
JDFAudit.EnumSeverity s)
add a Notification Audit
|
JDFAudit |
JDFAuditPool.getAudit(int index,
JDFAudit.EnumAuditType typ,
JDFAttributeMap mAttributes)
Deprecated.
use 4 parameter version
|
JDFAudit |
JDFAuditPool.getAudit(int index,
JDFAudit.EnumAuditType typ,
JDFAttributeMap mAttributes,
VJDFAttributeMap vParts)
get the index'th audit of the given typ
|
Modifier and Type | Method and Description |
---|---|
void |
JDFAuditPool.appendUnique(JDFAudit p)
Append a new child if no identical child exists
|
Modifier and Type | Class and Description |
---|---|
class |
JDFCreated |
class |
JDFDeleted |
class |
JDFMerged |
class |
JDFModified |
class |
JDFNotification |
class |
JDFPhaseTime |
class |
JDFProcessRun |
class |
JDFResourceAudit |
Modifier and Type | Method and Description |
---|---|
int |
JDFPhaseTime.compare(JDFAudit a1,
JDFAudit a2)
sort by timestamp using the end time
|
boolean |
JDFProcessRun.matches(JDFAudit audit)
returns true if audit belongs to this processrun
|
Copyright © 2018. All rights reserved.