Package org.kuali.rice.kew.api.doctype
Interface DocumentTypeContract
- All Superinterfaces:
GloballyUnique,Identifiable,Versioned
- All Known Implementing Classes:
DocumentType,DocumentType.Builder
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends DocumentTypeAttributeContract> getLabel()getName()booleanisActive()booleanMethods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectIdMethods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getIdMethods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
-
Method Details
-
getName
String getName() -
getDocumentTypeVersion
Integer getDocumentTypeVersion() -
getLabel
String getLabel() -
getDescription
String getDescription() -
getParentId
String getParentId() -
isActive
boolean isActive() -
getHelpDefinitionUrl
String getHelpDefinitionUrl() -
getDocSearchHelpUrl
String getDocSearchHelpUrl() -
getPostProcessorName
String getPostProcessorName() -
getApplicationId
String getApplicationId() -
isCurrent
boolean isCurrent() -
getBlanketApproveGroupId
String getBlanketApproveGroupId() -
getSuperUserGroupId
String getSuperUserGroupId() -
getPolicies
Map<DocumentTypePolicy,String> getPolicies() -
getDocumentTypeAttributes
List<? extends DocumentTypeAttributeContract> getDocumentTypeAttributes() -
getResolvedDocumentHandlerUrl
String getResolvedDocumentHandlerUrl() -
getUnresolvedDocHandlerUrl
String getUnresolvedDocHandlerUrl() -
getAuthorizer
String getAuthorizer()- Returns:
- the custom DocumentTypePermissionService class or service name configured for the doc type
- Since:
- 2.1.3
-