Package step.artefacts
Class AbstractForBlock
java.lang.Object
step.core.accessors.AbstractIdentifiableObject
step.core.accessors.AbstractOrganizableObject
step.core.artefacts.AbstractArtefact
step.artefacts.AbstractForBlock
- Direct Known Subclasses:
DataSetArtefact,ForBlock,ForEachBlock
-
Field Summary
Fields inherited from class step.core.artefacts.AbstractArtefact
attachments, children, customAttributes, description, dynamicName, useDynamicNameFields inherited from class step.core.accessors.AbstractOrganizableObject
attributes, NAME, VERSIONFields inherited from class step.core.accessors.AbstractIdentifiableObject
customFields, ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItem()voidinit()voidsetDataSource(DataPoolConfiguration dataSource) voidsetDataSourceType(String dataSourceType) voidsetGlobalCounter(DynamicValue<String> globalCounter) voidsetItem(DynamicValue<String> item) voidsetMaxFailedLoops(DynamicValue<Integer> maxFailedLoops) voidsetThreads(DynamicValue<Integer> threads) voidsetUserItem(DynamicValue<String> userItem) Methods inherited from class step.core.artefacts.AbstractArtefact
addAttachment, addChild, addCustomAttribute, deepCleanupAllCustomAttributes, 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, setUseDynamicNameMethods inherited from class step.core.accessors.AbstractOrganizableObject
addAttribute, getAttribute, getAttributes, hasAttribute, setAttributesMethods inherited from class step.core.accessors.AbstractIdentifiableObject
addCustomField, computeCustomFieldIfAbsent, getCustomField, getCustomField, getCustomFields, getId, setCustomFields, setId
-
Constructor Details
-
AbstractForBlock
public AbstractForBlock()
-
-
Method Details
-
init
@PostConstruct public void init() -
getDataSourceType
-
setDataSourceType
-
getDataSource
-
setDataSource
-
getThreads
-
setThreads
-
getMaxFailedLoops
-
setMaxFailedLoops
-
getItem
-
setItem
-
getGlobalCounter
-
setGlobalCounter
-
getUserItem
-
setUserItem
-