Package com.smartgwt.client.ai
Class WorkflowBuilderAddedStep
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.ai.WorkflowBuilderAddedStep
- All Implemented Interfaces:
HasHandlers
One entry of
addedSteps - a single Workflow step added by a WorkflowBuilderCoTProcess run.-
Field Summary
Fields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTheEditNodeadded to the Workflow'sEditContextfor this step.The Task class added for this step (e.g.The resolved title of the added step - seeOperationBinding.titleandDataSource.getAutoTitle()for how a DataSource-operation step's title is resolved.Present only when this step's intent named explicit failure handling - the siblingShowNotificationTaskEditNode committed alongside it, wired viafailureElement.Present only alongsidefailureHandlerEditNode- the resolved title of that failure-handling step.static WorkflowBuilderAddedStepgetOrCreateRef(JavaScriptObject jsObj) setAddedEditNode(EditNode addedEditNode) TheEditNodeadded to the Workflow'sEditContextfor this step.setAddedTaskType(String addedTaskType) The Task class added for this step (e.g.setAddedTitle(String addedTitle) The resolved title of the added step - seeOperationBinding.titleandDataSource.getAutoTitle()for how a DataSource-operation step's title is resolved.setFailureHandlerEditNode(EditNode failureHandlerEditNode) Present only when this step's intent named explicit failure handling - the siblingShowNotificationTaskEditNode committed alongside it, wired viafailureElement.setFailureHandlerTitle(String failureHandlerTitle) Present only alongsidefailureHandlerEditNode- the resolved title of that failure-handling step.Methods inherited from class com.smartgwt.client.core.DataClass
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated
-
Constructor Details
-
WorkflowBuilderAddedStep
public WorkflowBuilderAddedStep() -
WorkflowBuilderAddedStep
-
-
Method Details
-
getOrCreateRef
-
setAddedEditNode
TheEditNodeadded to the Workflow'sEditContextfor this step.- Parameters:
addedEditNode- New addedEditNode value. Default value is null- Returns:
WorkflowBuilderAddedStepinstance, for chaining setter calls
-
getAddedEditNode
TheEditNodeadded to the Workflow'sEditContextfor this step.- Returns:
- Current addedEditNode value. Default value is null
-
setAddedTaskType
The Task class added for this step (e.g."DSFetchTask","DSUpdateTask","SelectTabTask").- Parameters:
addedTaskType- New addedTaskType value. Default value is null- Returns:
WorkflowBuilderAddedStepinstance, for chaining setter calls- See Also:
-
getAddedTaskType
The Task class added for this step (e.g."DSFetchTask","DSUpdateTask","SelectTabTask").- Returns:
- Current addedTaskType value. Default value is null
- See Also:
-
setAddedTitle
The resolved title of the added step - seeOperationBinding.titleandDataSource.getAutoTitle()for how a DataSource-operation step's title is resolved.- Parameters:
addedTitle- New addedTitle value. Default value is null- Returns:
WorkflowBuilderAddedStepinstance, for chaining setter calls
-
getAddedTitle
The resolved title of the added step - seeOperationBinding.titleandDataSource.getAutoTitle()for how a DataSource-operation step's title is resolved.- Returns:
- Current addedTitle value. Default value is null
-
setFailureHandlerEditNode
Present only when this step's intent named explicit failure handling - the siblingShowNotificationTaskEditNode committed alongside it, wired viafailureElement.- Parameters:
failureHandlerEditNode- New failureHandlerEditNode value. Default value is null- Returns:
WorkflowBuilderAddedStepinstance, for chaining setter calls
-
getFailureHandlerEditNode
Present only when this step's intent named explicit failure handling - the siblingShowNotificationTaskEditNode committed alongside it, wired viafailureElement.- Returns:
- Current failureHandlerEditNode value. Default value is null
-
setFailureHandlerTitle
Present only alongsidefailureHandlerEditNode- the resolved title of that failure-handling step.- Parameters:
failureHandlerTitle- New failureHandlerTitle value. Default value is null- Returns:
WorkflowBuilderAddedStepinstance, for chaining setter calls
-
getFailureHandlerTitle
Present only alongsidefailureHandlerEditNode- the resolved title of that failure-handling step.- Returns:
- Current failureHandlerTitle value. Default value is null
-