public interface DocumentTypeContract extends Identifiable, Versioned
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationId() |
String |
getAuthorizer() |
String |
getBlanketApproveGroupId() |
String |
getDescription() |
String |
getDocSearchHelpUrl() |
List<? extends DocumentTypeAttributeContract> |
getDocumentTypeAttributes() |
Integer |
getDocumentTypeVersion() |
String |
getHelpDefinitionUrl() |
String |
getLabel() |
String |
getName() |
String |
getParentId() |
Map<DocumentTypePolicy,String> |
getPolicies() |
String |
getPostProcessorName() |
String |
getResolvedDocumentHandlerUrl() |
String |
getSuperUserGroupId() |
String |
getUnresolvedDocHandlerUrl() |
boolean |
isActive() |
boolean |
isCurrent() |
getIdgetVersionNumberInteger getDocumentTypeVersion()
String getDescription()
String getParentId()
boolean isActive()
String getHelpDefinitionUrl()
String getDocSearchHelpUrl()
String getPostProcessorName()
String getApplicationId()
boolean isCurrent()
String getBlanketApproveGroupId()
String getSuperUserGroupId()
Map<DocumentTypePolicy,String> getPolicies()
List<? extends DocumentTypeAttributeContract> getDocumentTypeAttributes()
String getResolvedDocumentHandlerUrl()
String getUnresolvedDocHandlerUrl()
String getAuthorizer()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.