public class LeftOperandImpl extends Object implements LeftOperand
TYPE_BUSINESS_DATA, TYPE_DATA, TYPE_DOCUMENT, TYPE_DOCUMENT_LIST, TYPE_EXTERNAL_DATA, TYPE_SEARCH_INDEX, TYPE_TRANSIENT_DATA| Constructor and Description |
|---|
LeftOperandImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDataName()
Deprecated.
As of 6.0 replaced by
getName() |
String |
getName() |
String |
getType()
The type of the left operand
It define what kind of resource the operation will update
|
int |
hashCode() |
boolean |
isExternal() |
void |
setDataName(String dataName)
Deprecated.
As of 6.0 replaced by
setName(String) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString()
Deprecated.
As of 6.0 use
Operation.getType() instead |
public void setName(String name)
public String getName()
getName in interface LeftOperand@Deprecated public void setDataName(String dataName)
setName(String)@Deprecated public String getDataName()
getName()getDataName in interface LeftOperandpublic boolean isExternal()
isExternal in interface LeftOperandpublic String getType()
LeftOperandgetType in interface LeftOperandpublic void setType(String type)
@Deprecated public String toString()
Operation.getType() insteadCopyright © 2018 Bonitasoft S.A.. All rights reserved.