Package org.kuali.rice.kew.util
Class ResponsibleParty
java.lang.Object
org.kuali.rice.kew.util.ResponsibleParty
- All Implemented Interfaces:
Serializable
A user, workgroup, or role who is responsible for an Action Request.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResponsiblePartyfromGroupId(String groupId) static ResponsiblePartyfromPrincipalId(String principalId) static ResponsiblePartyfromRoleName(String roleName) booleanisGroup()booleanbooleanisRole()voidsetGroupId(String groupId) voidsetPrincipalId(String principalId) voidsetRoleName(String roleName) toString()
-
Constructor Details
-
ResponsibleParty
public ResponsibleParty()
-
-
Method Details