Uses of Class
org.figure8.join.businessobjects.commons.Step

Packages that use Step
org.figure8.join.businessfacades.commons   
org.figure8.join.businessobjects.commons   
org.figure8.join.businessobjects.commons.persistence   
org.figure8.join.businessobjects.environment   
 

Uses of Step in org.figure8.join.businessfacades.commons
 

Methods in org.figure8.join.businessfacades.commons that return Step
 Step IntegrationProcessManager.getStep(long id)
          Retrieve a Step of integration process using its datastore id
 Step DefaultIntegrationProcessManager.getStep(long id)
          Retrieve a Step of integration process using its datastore id
 Step IntegrationProcessManager.getStep(java.lang.String label)
          Retrieve a Step of integration process using its label
 Step DefaultIntegrationProcessManager.getStep(java.lang.String label)
          Retrieve a Step of integration process using its label
 

Methods in org.figure8.join.businessfacades.commons with parameters of type Step
 void IntegrationProcessManager.saveStep(Step step)
          Save a step within datastore.
 void DefaultIntegrationProcessManager.saveStep(Step step)
          Save a step within datastore.
 

Uses of Step in org.figure8.join.businessobjects.commons
 

Methods in org.figure8.join.businessobjects.commons that return Step
 Step Step.getNextStep()
           
 Step Step.getPreviousStep()
           
 

Methods in org.figure8.join.businessobjects.commons with parameters of type Step
 void Step.setNextStep(Step nextStep)
           
 void Step.setPreviousStep(Step previousStep)
           
 

Uses of Step in org.figure8.join.businessobjects.commons.persistence
 

Methods in org.figure8.join.businessobjects.commons.persistence that return Step
 Step HibernateStepDao.getStep(long id)
          Retrieve a step using its datastore identifier
 Step StepDao.getStep(long id)
          Retrieve a step using its datastore identifier
 Step HibernateStepDao.getStep(java.lang.String label)
          Retrieve a step using its label
 Step StepDao.getStep(java.lang.String label)
          Retrieve a step using its label
 Step HibernateStepDao.getStepByPosition(int position)
          Retrieve a step using its position number within integration cycle
 Step StepDao.getStepByPosition(int position)
          Retrieve a step using its position number within integration cycle
 

Uses of Step in org.figure8.join.businessobjects.environment
 

Methods in org.figure8.join.businessobjects.environment that return Step
 Step LogicalEnvironment.getStep()
           
 

Methods in org.figure8.join.businessobjects.environment with parameters of type Step
 void LogicalEnvironment.setStep(Step step)
           
 

Constructors in org.figure8.join.businessobjects.environment with parameters of type Step
LogicalEnvironment(java.lang.String key, java.lang.String label, java.lang.String description, java.lang.String managerId, Step step, Release release)
          Creates a new LogicalEnvironment with mandatory attribute
 



Copyright © 2005-2008 Join. All Rights Reserved.