Uses of Interface
org.jbpm.casemgmt.api.audit.CaseFileData
-
Packages that use CaseFileData Package Description org.jbpm.casemgmt.impl.audit org.jbpm.casemgmt.impl.jms org.jbpm.casemgmt.impl.model -
-
Uses of CaseFileData in org.jbpm.casemgmt.impl.audit
Classes in org.jbpm.casemgmt.impl.audit that implement CaseFileData Modifier and Type Class Description class
CaseFileDataLog
Methods in org.jbpm.casemgmt.impl.audit that return types with arguments of type CaseFileData Modifier and Type Method Description List<CaseFileData>
CaseIndexerManager. index(CaseEvent caseEvent, String variableName, Object variable)
List<CaseFileData>
StringCaseVariableIndexer. index(String name, Object variable)
-
Uses of CaseFileData in org.jbpm.casemgmt.impl.jms
Methods in org.jbpm.casemgmt.impl.jms that return types with arguments of type CaseFileData Modifier and Type Method Description protected List<CaseFileData>
AsyncCaseInstanceAuditEventProducer. updateCaseFileItems(CaseEvent event, Map<String,Object> addedData, String caseId, String caseDefinitionId, String user)
-
Uses of CaseFileData in org.jbpm.casemgmt.impl.model
Methods in org.jbpm.casemgmt.impl.model that return types with arguments of type CaseFileData Modifier and Type Method Description List<CaseFileData>
AuditCaseInstanceData. getCaseFileData()
Method parameters in org.jbpm.casemgmt.impl.model with type arguments of type CaseFileData Modifier and Type Method Description void
AuditCaseInstanceData. setCaseFileData(List<CaseFileData> caseFileData)
Constructor parameters in org.jbpm.casemgmt.impl.model with type arguments of type CaseFileData Constructor Description AuditCaseInstanceData(Long processInstanceId, String caseId, List<CaseFileData> caseFileData, List<CaseRoleAssignmentLog> caseRoleAssignments)
AuditCaseInstanceData(String caseId, List<CaseFileData> caseFileData, List<CaseRoleAssignmentLog> caseRoleAssignments)
-