public interface ActionDefinitionContract extends Identifiable, Versioned
ActionDefinitionActionDefinition, 
Action| Modifier and Type | Method and Description | 
|---|---|
| Map<String,String> | getAttributes()Returns a set of attributes associated with the
 Action. | 
| String | getDescription()Returns the description for what the parameter is used for. | 
| 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 | 
getIdgetVersionNumberString getName()
name - the name of the Action
String getNamespace()
The namespace of the Action
String getDescription()
String getTypeId()
String getRuleId()
Integer getSequenceNumber()
Map<String,String> getAttributes()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.