public class ActionType extends MetadataItem
Action
s.Modifier and Type | Field and Description |
---|---|
static String |
ITEM_TYPE |
metadata
Constructor and Description |
---|
ActionType()
Instantiates a new Action type.
|
ActionType(Metadata metadata)
Instantiates a new Action type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getActionExecutor()
Retrieves the action executor.
|
List<Parameter> |
getParameters()
Retrieves the parameters.
|
int |
hashCode() |
void |
setActionExecutor(String actionExecutor)
Sets the action executor.
|
void |
setParameters(List<Parameter> parameters)
Sets the parameters.
|
getMetadata, getScope, setMetadata
getItemId, getItemType, getItemType, getSystemMetadata, getVersion, setItemId, setItemType, setScope, setSystemMetadata, setVersion
public static final String ITEM_TYPE
public ActionType()
public ActionType(Metadata metadata)
metadata
- the metadatapublic String getActionExecutor()
public void setActionExecutor(String actionExecutor)
actionExecutor
- the action executorpublic List<Parameter> getParameters()
public void setParameters(List<Parameter> parameters)
parameters
- the parametersCopyright © 2014–2023 Apache Software Foundation. All rights reserved.