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, toString
public String getId()
Identifiable
getId
in interface Identifiable
public String getName()
getName
in interface ExtensionDefinitionContract
public String getApplicationId()
getApplicationId
in interface ExtensionDefinitionContract
public String getLabel()
getLabel
in interface ExtensionDefinitionContract
public String getDescription()
getDescription
in interface ExtensionDefinitionContract
public String getType()
ExtensionDefinitionContract
KewApiConstants.RULE_ATTRIBUTE_TYPES
getType
in interface ExtensionDefinitionContract
KewApiConstants.RULE_ATTRIBUTE_TYPES
public String getResourceDescriptor()
ExtensionDefinitionContract
getResourceDescriptor
in interface ExtensionDefinitionContract
public Map<String,String> getConfiguration()
ExtensionDefinitionContract
getConfiguration
in interface ExtensionDefinitionContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.