Package org.kuali.rice.kew.api.action
Class DocumentActionParameters
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.action.DocumentActionParameters
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.ModelObjectBasic,org.kuali.rice.core.api.mo.ModelObjectComplete
public final class DocumentActionParameters
extends org.kuali.rice.core.api.mo.AbstractDataTransferObject
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructDocumentActionParametersinstances. -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentActionParametersstatic DocumentActionParametersMethods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
create
-
create
public static DocumentActionParameters create(String documentId, String principalId, String annotation) -
getDocumentId
-
getPrincipalId
-
getAnnotation
-
getDocumentUpdate
-
getDocumentContentUpdate
-