|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.core.api.mo.AbstractDataTransferObject org.kuali.rice.kew.api.extension.ExtensionDefinition
public final class ExtensionDefinition
Immutable implementation of the ExtensionDefinitionContract
. Defines an extension to some component of
Kuali Enterprise Workflow.
Nested Class Summary | |
---|---|
static class |
ExtensionDefinition.Builder
A builder which can be used to construct ExtensionDefinition instances. |
static class |
ExtensionDefinition.Cache
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |