Package step.artefacts
Class CallFunction
- java.lang.Object
-
- step.core.accessors.AbstractIdentifiableObject
-
- step.core.accessors.AbstractOrganizableObject
-
- step.core.artefacts.AbstractArtefact
-
- step.artefacts.TokenSelector
-
- step.artefacts.CallFunction
-
public class CallFunction extends TokenSelector
-
-
Field Summary
Fields Modifier and Type Field Description static String
ARTEFACT_NAME
-
Fields inherited from class step.core.artefacts.AbstractArtefact
attachments, children, customAttributes, description, dynamicName, persistNode, useDynamicName
-
-
Constructor Summary
Constructors Constructor Description CallFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DynamicValue<String>
getArgument()
DynamicValue<String>
getFunction()
DynamicValue<String>
getResultMap()
void
setArgument(DynamicValue<String> argument)
void
setFunction(DynamicValue<String> function)
void
setResultMap(DynamicValue<String> resultMap)
-
Methods inherited from class step.artefacts.TokenSelector
getRemote, getToken, setRemote, setToken
-
Methods inherited from class step.core.artefacts.AbstractArtefact
addAttachment, addChild, addCustomAttribute, equals, getArtefactName, getAttachments, getChildren, getContinueParentNodeExecutionOnError, getCustomAttribute, getCustomAttributes, getDescription, getDynamicName, getInstrumentNode, getSkipNode, hashCode, isCreateSkeleton, isPersistNode, isPropertyArefact, isUseDynamicName, setAttachments, setChildren, setContinueParentNodeExecutionOnError, setCustomAttributes, setDescription, setDynamicName, setInstrumentNode, setNameDynamically, setPersistNode, setSkipNode, setUseDynamicName
-
Methods inherited from class step.core.accessors.AbstractOrganizableObject
addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
-
-
-
-
Field Detail
-
ARTEFACT_NAME
public static final String ARTEFACT_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFunction
public DynamicValue<String> getFunction()
-
setFunction
public void setFunction(DynamicValue<String> function)
-
getArgument
public DynamicValue<String> getArgument()
-
setArgument
public void setArgument(DynamicValue<String> argument)
-
getResultMap
public DynamicValue<String> getResultMap()
-
setResultMap
public void setResultMap(DynamicValue<String> resultMap)
-
-