Package org.jbpm.casemgmt.api.model
Interface CaseRole
-
- All Known Implementing Classes:
CaseRoleImpl
public interface CaseRoleRepresents single role assigned to a given case. Optionally can specify cardinality to restrict number of assigned individuals to given role within given case.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetCardinality()Returns maximum cardinality for this role - maximum assigned entities per case instance.StringgetName()Returns name of the role
-