Uses of Class
org.jbpm.casemgmt.impl.audit.CaseRoleAssignmentLog
-
Packages that use CaseRoleAssignmentLog Package Description org.jbpm.casemgmt.impl.model -
-
Uses of CaseRoleAssignmentLog in org.jbpm.casemgmt.impl.model
Methods in org.jbpm.casemgmt.impl.model that return types with arguments of type CaseRoleAssignmentLog Modifier and Type Method Description List<CaseRoleAssignmentLog>
AuditCaseInstanceData. getCaseRoleAssignments()
Method parameters in org.jbpm.casemgmt.impl.model with type arguments of type CaseRoleAssignmentLog Modifier and Type Method Description void
AuditCaseInstanceData. setCaseRoleAssignments(List<CaseRoleAssignmentLog> caseRoleAssignments)
-