public final class ExtensionDefinition extends AbstractDataTransferObject implements ExtensionDefinitionContract
ExtensionDefinitionContract. Defines an extension to some component of
Kuali Enterprise Workflow.| Modifier and Type | Class and Description |
|---|---|
static class |
ExtensionDefinition.Builder
A builder which can be used to construct
ExtensionDefinition instances. |
static class |
ExtensionDefinition.Cache |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationId() |
Map<String,String> |
getConfiguration()
Returns a list of key/value settings that the extension was statically configured with when defined.
|
String |
getDescription() |
String |
getId()
The unique identifier for an object.
|
String |
getLabel() |
String |
getName() |
String |
getResourceDescriptor()
Retrieves the resource descriptor for this extension.
|
String |
getType()
The "type" of extension definition.
|
Long |
getVersionNumber()
Returns the version number for this object.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
IdentifiablegetId in interface Identifiablepublic String getName()
getName in interface ExtensionDefinitionContractpublic String getApplicationId()
getApplicationId in interface ExtensionDefinitionContractpublic String getLabel()
getLabel in interface ExtensionDefinitionContractpublic String getDescription()
getDescription in interface ExtensionDefinitionContractpublic String getType()
ExtensionDefinitionContractKewApiConstants.RULE_ATTRIBUTE_TYPESgetType in interface ExtensionDefinitionContractKewApiConstants.RULE_ATTRIBUTE_TYPESpublic String getResourceDescriptor()
ExtensionDefinitionContractgetResourceDescriptor in interface ExtensionDefinitionContractpublic Map<String,String> getConfiguration()
ExtensionDefinitionContractgetConfiguration in interface ExtensionDefinitionContractpublic Long getVersionNumber()
VersionedgetVersionNumber in interface VersionedCopyright © 2005–2016 The Kuali Foundation. All rights reserved.