public final class ActionDefinition extends AbstractDataTransferObject implements ActionDefinitionContract
Action
,
ActionDefinitionContract
,
Serialized FormModifier 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()
The unique identifier for an object.
|
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()
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()
ActionDefinitionContract
name - the name of the Action
getName
in interface ActionDefinitionContract
public String getNamespace()
ActionDefinitionContract
The namespace of the Action
getNamespace
in interface ActionDefinitionContract
public String getDescription()
ActionDefinitionContract
getDescription
in interface ActionDefinitionContract
public String getTypeId()
ActionDefinitionContract
getTypeId
in interface ActionDefinitionContract
public String getRuleId()
ActionDefinitionContract
getRuleId
in interface ActionDefinitionContract
public Integer getSequenceNumber()
ActionDefinitionContract
getSequenceNumber
in interface ActionDefinitionContract
public Map<String,String> getAttributes()
getAttributes
in interface ActionDefinitionContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.