public class Action extends Object implements Serializable
| Constructor and Description |
|---|
Action() |
Action(Reference actionReference,
String id,
String actionName,
String title,
String description,
NamedValue[] parameters,
Condition[] conditions,
Action compensatingAction,
Action[] actions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getActionName()
Gets the actionName value for this Action.
|
Reference |
getActionReference()
Gets the actionReference value for this Action.
|
Action[] |
getActions()
Gets the actions value for this Action.
|
Action |
getActions(int i) |
Action |
getCompensatingAction()
Gets the compensatingAction value for this Action.
|
Condition[] |
getConditions()
Gets the conditions value for this Action.
|
Condition |
getConditions(int i) |
String |
getDescription()
Gets the description value for this Action.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getId()
Gets the id value for this Action.
|
NamedValue[] |
getParameters()
Gets the parameters value for this Action.
|
NamedValue |
getParameters(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTitle()
Gets the title value for this Action.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setActionName(String actionName)
Sets the actionName value for this Action.
|
void |
setActionReference(Reference actionReference)
Sets the actionReference value for this Action.
|
void |
setActions(Action[] actions)
Sets the actions value for this Action.
|
void |
setActions(int i,
Action _value) |
void |
setCompensatingAction(Action compensatingAction)
Sets the compensatingAction value for this Action.
|
void |
setConditions(Condition[] conditions)
Sets the conditions value for this Action.
|
void |
setConditions(int i,
Condition _value) |
void |
setDescription(String description)
Sets the description value for this Action.
|
void |
setId(String id)
Sets the id value for this Action.
|
void |
setParameters(int i,
NamedValue _value) |
void |
setParameters(NamedValue[] parameters)
Sets the parameters value for this Action.
|
void |
setTitle(String title)
Sets the title value for this Action.
|
public Reference getActionReference()
public void setActionReference(Reference actionReference)
actionReference - public String getId()
public void setId(String id)
id - public String getActionName()
public void setActionName(String actionName)
actionName - public String getTitle()
public void setTitle(String title)
title - public String getDescription()
public void setDescription(String description)
description - public NamedValue[] getParameters()
public void setParameters(NamedValue[] parameters)
parameters - public NamedValue getParameters(int i)
public void setParameters(int i,
NamedValue _value)
public Condition[] getConditions()
public void setConditions(Condition[] conditions)
conditions - public Condition getConditions(int i)
public void setConditions(int i,
Condition _value)
public Action getCompensatingAction()
public void setCompensatingAction(Action compensatingAction)
compensatingAction - public Action[] getActions()
public void setActions(Action[] actions)
actions - public Action getActions(int i)
public void setActions(int i,
Action _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.