public final class ActionDefinition extends AbstractDataTransferObject implements ActionDefinitionContract
Action,
ActionDefinitionContract,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
ActionDefinition.Builder
This builder is used to construct instances of KRMS Repository Action.
|
static class |
ActionDefinition.Cache |
static class |
ActionDefinition.Elements
A private class which exposes constants which define the XML element names to use
when this object is marshalled to XML.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes()
Returns the internal representation of the set of attributes associated with the
Action.
|
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getNamespace() |
String |
getRuleId() |
Integer |
getSequenceNumber() |
String |
getTypeId() |
Long |
getVersionNumber() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
getId in interface Identifiablepublic String getName()
getName in interface ActionDefinitionContractpublic String getNamespace()
getNamespace in interface ActionDefinitionContractpublic String getDescription()
getDescription in interface ActionDefinitionContractpublic String getTypeId()
getTypeId in interface ActionDefinitionContractpublic String getRuleId()
getRuleId in interface ActionDefinitionContractpublic Integer getSequenceNumber()
getSequenceNumber in interface ActionDefinitionContractpublic Map<String,String> getAttributes()
getAttributes in interface ActionDefinitionContractpublic Long getVersionNumber()
getVersionNumber in interface VersionedCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.