Package org.kuali.rice.kew.api.doctype
Class DocumentType
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.doctype.DocumentType
- All Implemented Interfaces:
Serializable,GloballyUnique,Identifiable,Versioned,ModelObjectBasic,ModelObjectComplete,DocumentTypeContract
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructDocumentTypeinstances.static class -
Method Summary
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getId
- Specified by:
getIdin interfaceIdentifiable
-
getName
- Specified by:
getNamein interfaceDocumentTypeContract
-
getDocumentTypeVersion
- Specified by:
getDocumentTypeVersionin interfaceDocumentTypeContract
-
getLabel
- Specified by:
getLabelin interfaceDocumentTypeContract
-
getDescription
- Specified by:
getDescriptionin interfaceDocumentTypeContract
-
getParentId
- Specified by:
getParentIdin interfaceDocumentTypeContract
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceDocumentTypeContract
-
getUnresolvedDocHandlerUrl
- Specified by:
getUnresolvedDocHandlerUrlin interfaceDocumentTypeContract
-
getHelpDefinitionUrl
- Specified by:
getHelpDefinitionUrlin interfaceDocumentTypeContract
-
getDocSearchHelpUrl
- Specified by:
getDocSearchHelpUrlin interfaceDocumentTypeContract
-
getPostProcessorName
- Specified by:
getPostProcessorNamein interfaceDocumentTypeContract
-
getApplicationId
- Specified by:
getApplicationIdin interfaceDocumentTypeContract
-
isCurrent
public boolean isCurrent()- Specified by:
isCurrentin interfaceDocumentTypeContract
-
getBlanketApproveGroupId
- Specified by:
getBlanketApproveGroupIdin interfaceDocumentTypeContract
-
getSuperUserGroupId
- Specified by:
getSuperUserGroupIdin interfaceDocumentTypeContract
-
getPolicies
- Specified by:
getPoliciesin interfaceDocumentTypeContract
-
getDocumentTypeAttributes
- Specified by:
getDocumentTypeAttributesin interfaceDocumentTypeContract
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned
-
getObjectId
- Specified by:
getObjectIdin interfaceGloballyUnique
-
getResolvedDocumentHandlerUrl
- Specified by:
getResolvedDocumentHandlerUrlin interfaceDocumentTypeContract
-
getAuthorizer
- Specified by:
getAuthorizerin interfaceDocumentTypeContract- Returns:
- the custom DocumentTypePermissionService class or service name configured for the doc type
- Since:
- 2.1.3
-