Uses of Enum Class
org.kuali.rice.kew.api.action.RecipientType
Packages that use RecipientType
-
Uses of RecipientType in org.kuali.rice.kew.api.action
Methods in org.kuali.rice.kew.api.action that return RecipientTypeModifier and TypeMethodDescriptionstatic RecipientTypeActionRequest.Builder.getRecipientType()ActionRequest.getRecipientType()ActionRequestContract.getRecipientType()static RecipientTypeReturns the enum constant of this class with the specified name.static RecipientType[]RecipientType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kuali.rice.kew.api.action with parameters of type RecipientTypeModifier and TypeMethodDescriptionstatic ActionRequest.BuilderActionRequest.Builder.create(String id, ActionRequestType actionRequested, ActionRequestStatus status, String responsibilityId, String documentId, RecipientType recipientType) voidActionRequest.Builder.setRecipientType(RecipientType recipientType)