| |
|
| java.lang.Object com.flexive.shared.workflow.Step com.flexive.shared.workflow.StepEdit
StepEdit | public class StepEdit extends Step implements Serializable(Code) | | Editable workflow step.
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Method Summary | |
public void | setAclId(long aclId) Sets the ACL ID to be used for this step. | public void | setId(long id) Sets the ID for this step. | public void | setStepDefinitionId(long stepDefinitionId) Sets the step definition ID to be used for this step. | public void | setWorkflowId(long workflowId) Sets the workflow ID for this step. |
StepEdit | public StepEdit(Step step)(Code) | | Constructor from a Step
Parameters: step - the source step |
StepEdit | public StepEdit()(Code) | | Default constructor
|
setAclId | public void setAclId(long aclId)(Code) | | Sets the ACL ID to be used for this step.
Parameters: aclId - the ACL ID to be used for this step. |
setId | public void setId(long id)(Code) | | Sets the ID for this step.
Parameters: id - the ID for this step. |
setStepDefinitionId | public void setStepDefinitionId(long stepDefinitionId)(Code) | | Sets the step definition ID to be used for this step.
Parameters: stepDefinitionId - the step definition ID to be used for this step. |
setWorkflowId | public void setWorkflowId(long workflowId)(Code) | | Sets the workflow ID for this step.
Parameters: workflowId - the workflow ID for this step. |
|
|
|