Uses of Class
org.jbpm.process.audit.NodeInstanceLog
-
Packages that use NodeInstanceLog Package Description org.jbpm.process.audit Business Activity Monitoring (BAM) resources supporting activity events and activity logs.org.jbpm.process.audit.command org.jbpm.process.audit.query -
-
Uses of NodeInstanceLog in org.jbpm.process.audit
Fields in org.jbpm.process.audit with type parameters of type NodeInstanceLog Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<NodeInstanceLog,String>
NodeInstanceLog_. connection
static javax.persistence.metamodel.SingularAttribute<NodeInstanceLog,Date>
NodeInstanceLog_. date
static javax.persistence.metamodel.SingularAttribute<NodeInstanceLog,String>
NodeInstanceLog_. externalId
static javax.persistence.metamodel.SingularAttribute<NodeInstanceLog,Long>
NodeInstanceLog_. id
static javax.persistence.metamodel.SingularAttribute<NodeInstanceLog,String>
NodeInstanceLog_. nodeContainerId
static javax.persistence.metamodel.SingularAttribute<NodeInstanceLog,String>
NodeInstanceLog_. nodeId
static javax.persistence.metamodel.SingularAttribute<NodeInstanceLog,String>
NodeInstanceLog_. nodeInstanceId
static javax.persistence.metamodel.SingularAttribute<NodeInstanceLog,String>
NodeInstanceLog_. nodeName
static javax.persistence.metamodel.SingularAttribute<NodeInstanceLog,String>
NodeInstanceLog_. nodeType
static javax.persistence.metamodel.SingularAttribute<NodeInstanceLog,String>
NodeInstanceLog_. observation
static javax.persistence.metamodel.SingularAttribute<NodeInstanceLog,String>
NodeInstanceLog_. processId
static javax.persistence.metamodel.SingularAttribute<NodeInstanceLog,Long>
NodeInstanceLog_. processInstanceId
static javax.persistence.metamodel.SingularAttribute<NodeInstanceLog,Long>
NodeInstanceLog_. referenceId
static javax.persistence.metamodel.SingularAttribute<NodeInstanceLog,Integer>
NodeInstanceLog_. slaCompliance
static javax.persistence.metamodel.SingularAttribute<NodeInstanceLog,Date>
NodeInstanceLog_. slaDueDate
static javax.persistence.metamodel.SingularAttribute<NodeInstanceLog,Integer>
NodeInstanceLog_. type
static javax.persistence.metamodel.SingularAttribute<NodeInstanceLog,Long>
NodeInstanceLog_. workItemId
Methods in org.jbpm.process.audit that return types with arguments of type NodeInstanceLog Modifier and Type Method Description List<NodeInstanceLog>
AuditLogService. findNodeInstances(long processInstanceId)
List<NodeInstanceLog>
AuditLogService. findNodeInstances(long processInstanceId, String nodeId)
List<NodeInstanceLog>
CommandBasedAuditLogService. findNodeInstances(long processInstanceId)
List<NodeInstanceLog>
CommandBasedAuditLogService. findNodeInstances(long processInstanceId, String nodeId)
List<NodeInstanceLog>
JPAAuditLogService. findNodeInstances(long processInstanceId)
List<NodeInstanceLog>
JPAAuditLogService. findNodeInstances(long processInstanceId, String nodeId)
-
Uses of NodeInstanceLog in org.jbpm.process.audit.command
Methods in org.jbpm.process.audit.command that return types with arguments of type NodeInstanceLog Modifier and Type Method Description List<NodeInstanceLog>
FindNodeInstancesCommand. execute(org.kie.api.runtime.Context cntxt)
-
Uses of NodeInstanceLog in org.jbpm.process.audit.query
Methods in org.jbpm.process.audit.query that return types with arguments of type NodeInstanceLog Modifier and Type Method Description protected Class<NodeInstanceLog>
NodeInstLogQueryBuilderImpl. getQueryType()
-