public class Operation extends BaseElement
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
errorMessageRef |
protected String |
implementationRef |
protected String |
inMessageRef |
protected String |
name |
protected String |
outMessageRef |
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
Operation() |
| Modifier and Type | Method and Description |
|---|---|
Operation |
clone() |
List<String> |
getErrorMessageRef() |
String |
getImplementationRef() |
String |
getInMessageRef() |
String |
getName() |
String |
getOutMessageRef() |
void |
setErrorMessageRef(List<String> errorMessageRef) |
void |
setImplementationRef(String implementationRef) |
void |
setInMessageRef(String inMessageRef) |
void |
setName(String name) |
void |
setOutMessageRef(String outMessageRef) |
void |
setValues(Operation otherElement) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberprotected String name
protected String implementationRef
protected String inMessageRef
protected String outMessageRef
public String getName()
public void setName(String name)
public String getImplementationRef()
public void setImplementationRef(String implementationRef)
public String getInMessageRef()
public void setInMessageRef(String inMessageRef)
public String getOutMessageRef()
public void setOutMessageRef(String outMessageRef)
public Operation clone()
clone in class BaseElementpublic void setValues(Operation otherElement)
Copyright © 2016 Alfresco. All rights reserved.