public final class DocumentType extends AbstractDataTransferObject implements DocumentTypeContract
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentType.Builder
A builder which can be used to construct
DocumentType instances. |
static class |
DocumentType.Cache |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationId() |
String |
getAuthorizer() |
String |
getBlanketApproveGroupId() |
String |
getDescription() |
String |
getDocSearchHelpUrl() |
List<DocumentTypeAttribute> |
getDocumentTypeAttributes() |
Integer |
getDocumentTypeVersion() |
String |
getHelpDefinitionUrl() |
String |
getId() |
String |
getLabel() |
String |
getName() |
String |
getParentId() |
Map<DocumentTypePolicy,String> |
getPolicies() |
String |
getPostProcessorName() |
String |
getResolvedDocumentHandlerUrl() |
String |
getSuperUserGroupId() |
String |
getUnresolvedDocHandlerUrl() |
Long |
getVersionNumber() |
boolean |
isActive() |
boolean |
isCurrent() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
getId in interface Identifiablepublic String getName()
getName in interface DocumentTypeContractpublic Integer getDocumentTypeVersion()
getDocumentTypeVersion in interface DocumentTypeContractpublic String getLabel()
getLabel in interface DocumentTypeContractpublic String getDescription()
getDescription in interface DocumentTypeContractpublic String getParentId()
getParentId in interface DocumentTypeContractpublic boolean isActive()
isActive in interface DocumentTypeContractpublic String getUnresolvedDocHandlerUrl()
getUnresolvedDocHandlerUrl in interface DocumentTypeContractpublic String getHelpDefinitionUrl()
getHelpDefinitionUrl in interface DocumentTypeContractpublic String getDocSearchHelpUrl()
getDocSearchHelpUrl in interface DocumentTypeContractpublic String getPostProcessorName()
getPostProcessorName in interface DocumentTypeContractpublic String getApplicationId()
getApplicationId in interface DocumentTypeContractpublic boolean isCurrent()
isCurrent in interface DocumentTypeContractpublic String getBlanketApproveGroupId()
getBlanketApproveGroupId in interface DocumentTypeContractpublic String getSuperUserGroupId()
getSuperUserGroupId in interface DocumentTypeContractpublic Map<DocumentTypePolicy,String> getPolicies()
getPolicies in interface DocumentTypeContractpublic List<DocumentTypeAttribute> getDocumentTypeAttributes()
getDocumentTypeAttributes in interface DocumentTypeContractpublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getResolvedDocumentHandlerUrl()
getResolvedDocumentHandlerUrl in interface DocumentTypeContractpublic String getAuthorizer()
getAuthorizer in interface DocumentTypeContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.