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,org.kuali.rice.core.api.mo.common.GloballyUnique,org.kuali.rice.core.api.mo.common.Identifiable,org.kuali.rice.core.api.mo.common.Versioned,org.kuali.rice.core.api.mo.ModelObjectBasic,org.kuali.rice.core.api.mo.ModelObjectComplete,DocumentTypeContract
public final class DocumentType
extends org.kuali.rice.core.api.mo.AbstractDataTransferObject
implements 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 interfaceorg.kuali.rice.core.api.mo.common.Identifiable
-
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 interfaceorg.kuali.rice.core.api.mo.common.Versioned
-
getObjectId
- Specified by:
getObjectIdin interfaceorg.kuali.rice.core.api.mo.common.GloballyUnique
-
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
-