OBEROn SDK

Uses of Class
com.oberon.ooql.sdk.Step

Packages that use Step
com.oberon.ooql.sdk   
 

Uses of Step in com.oberon.ooql.sdk
 

Methods in com.oberon.ooql.sdk that return Step
 Step Workflow.getStartStep()
          Get the Workflow start Step
 Step Transition.getStep()
          Get the from Workflow Step
 Step Workflow.getStep(java.lang.String stepName)
          Get a Workflow Step with the given name
 Step Workflow.getStepAt(int index)
          Get a Workflow Step at given position index
 Step Workflow.getStepFromId(int stepId)
          Get a Workflow Step with the given internal id
 

Methods in com.oberon.ooql.sdk that return types with arguments of type Step
 java.util.Vector<Step> Workflow.getSteps()
          Get all workflow Steps
 

Methods in com.oberon.ooql.sdk with parameters of type Step
 void Workflow.addStep(Step step)
          Appends a new Step to the Workflow
 java.lang.String Step.compareUpdate(Step refStep, boolean checkImage, Framework framework)
          Return the OOQL command to update this Workflow-Step object and let it become equals to another reference object.
 boolean Step.equals(Step step)
          Check if this Step is equal to another
 void Workflow.removeStep(Step step)
          Remove a Step from the Workflow
 void Transition.setStep(Step step)
          Link the Transition with the from Workflow Step
 

Method parameters in com.oberon.ooql.sdk with type arguments of type Step
 void Workflow.setSteps(java.util.Vector<Step> steps)
          Set all Workflow Steps
 void Workflow.updateSteps(java.util.Vector<Step> steps)
          Update the steps on the basis of a given list
 


OBEROn SDK

Copyright © 2008-2014 Mirko Solazzi. All Rights Reserved.