@Entity public class StepInstance extends AbstractInstance
LOGGER| Constructor and Description |
|---|
StepInstance() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getCurrentCondAttemptValue() |
int |
getCurrentValidAttemptValue() |
Message |
getIncomingMessage() |
Mep |
getMep() |
Message |
getOutgoingMessage() |
AbstractContainerInstance |
getParent() |
Storable |
getSource() |
Step |
getStep() |
BigInteger |
getStepId() |
Map<String,String> |
getTransportConfiguration() |
int |
hashCode() |
void |
init(Step step)
Init stepInstance and the corresponding SpContext from step.
|
void |
init(Step step,
InstanceContext context,
SpContext spContext)
Init stepInstance and the corresponding SpContext from step, InstanceContext and SpContext.
|
boolean |
isRetryStep() |
void |
setCurrentCondAttemptValue(int currentCondAttemptValue) |
void |
setCurrentValidAttemptValue(int currentValidAttemptValue) |
void |
setIncomingMessage(Message incomingMessage) |
void |
setIsRetryStep(boolean isRetryStep) |
void |
setOutgoingMessage(Message outgoingMessage) |
void |
setStep(Step step) |
void |
setStepId(BigInteger stepId) |
destroy, getError, isFinished, isRunning, protectedDestroy, setError, toStringextend, getExtension, getExtensionsJson, setExtensionsJsoncontains, copy, doAfterCreate, doAfterUpdate, doBeforeRemove, findRootObject, findUsages, flush, getDescription, getExtendsParameters, getID, getManager, getNaturalId, getPrefix, getStorableProp, getStoreInformationDelegate, getVersion, move, performActionsForImportIntoAnotherProject, performPostCopyActions, performPostImportActions, performPostImportActionsParent, printStackTrace, remove, replicate, returnSimpleParent, setDescription, setID, setNaturalId, setParent, setPrefix, setStorableProp, setVersion, store, update, upStorableVersiongetName, setNameclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetProjectId, setProjectIdpublic Storable getSource()
getSource in class AbstractInstancepublic void init(Step step)
public void init(Step step, InstanceContext context, SpContext spContext)
public Step getStep()
public void setStep(Step step)
public void setStepId(BigInteger stepId)
public BigInteger getStepId()
public AbstractContainerInstance getParent()
getParent in interface StorablegetParent in class AbstractStorablepublic boolean equals(Object obj)
equals in class AbstractStorablepublic int hashCode()
hashCode in class AbstractStorablepublic Mep getMep()
public Message getIncomingMessage()
public void setIncomingMessage(Message incomingMessage)
public Message getOutgoingMessage()
public void setOutgoingMessage(Message outgoingMessage)
public int getCurrentValidAttemptValue()
public void setCurrentValidAttemptValue(int currentValidAttemptValue)
public int getCurrentCondAttemptValue()
public void setCurrentCondAttemptValue(int currentCondAttemptValue)
public boolean isRetryStep()
public void setIsRetryStep(boolean isRetryStep)
public Map<String,String> getTransportConfiguration()
getTransportConfiguration in class AbstractInstanceCopyright © 2025. All rights reserved.