public final class ActionDefinition extends AbstractDataTransferObject implements ActionDefinitionContract
org.kuali.rice.krms.framework.engine.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()
Returns the description for what the parameter is used for.
|
String |
getId() |
String |
getName()
Returns the name of the Action
|
String |
getNamespace()
Returns the namespace of the Action
|
String |
getRuleId()
Returns the id of the rule associated with the action
|
Integer |
getSequenceNumber()
Returns the sequence number of the action
|
String |
getTypeId()
Returns the KrmsType of the Action
|
Long |
getVersionNumber() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
getId in interface Identifiablepublic String getName()
ActionDefinitionContractname - the name of the Action
getName in interface ActionDefinitionContractpublic String getNamespace()
ActionDefinitionContractThe namespace of the Action
getNamespace in interface ActionDefinitionContractpublic String getDescription()
ActionDefinitionContractgetDescription in interface ActionDefinitionContractpublic String getTypeId()
ActionDefinitionContractgetTypeId in interface ActionDefinitionContractpublic String getRuleId()
ActionDefinitionContractgetRuleId in interface ActionDefinitionContractpublic Integer getSequenceNumber()
ActionDefinitionContractgetSequenceNumber in interface ActionDefinitionContractpublic Map<String,String> getAttributes()
getAttributes in interface ActionDefinitionContractpublic Long getVersionNumber()
getVersionNumber in interface VersionedCopyright © 2005–2016 The Kuali Foundation. All rights reserved.