Uses of Interface
com.sapportals.wcm.repository.service.statemanagement.ITransition

Packages that use ITransition
com.sapportals.wcm.repository.service.statemanagement Provides a service that keeps track of the status of resources. 
 

Uses of ITransition in com.sapportals.wcm.repository.service.statemanagement
 

Methods in com.sapportals.wcm.repository.service.statemanagement that return ITransition
 ITransition ITransitionList.getTransition(int i)
          Deprecated. Gets the ITransition at index i
 ITransition IStatemanagement.getTransition(String impID)
          Deprecated. Returns the ITransition with the specified ID
 ITransition ITransitionListIterator.next()
          Deprecated. Gets the next item
 ITransition ITransitionList.remove(int i)
          Deprecated. Removes the transition at the specified position
 

Methods in com.sapportals.wcm.repository.service.statemanagement with parameters of type ITransition
 void ITransitionList.addTransition(ITransition aTransition)
          Deprecated. Adds a transition to the list
 boolean ITransitionList.contains(ITransition aTransition)
          Deprecated. Checks wheter a specific transition is contained in the list
 String IStatemanagement.executeTransition(ITransition aTransition, IResource aResource)
          Deprecated. Executes the specified transition for the resource
 void IStatemanagement.executeTransition(ITransition aTransition, IResourceList aResourceList, IResourceContext aContext)
          Deprecated. Executes the specified transition for a list of resources
 boolean ITransitionList.removeTransition(ITransition aTransition)
          Deprecated. Removes all occurrences of aTransition from the list
 



Copyright 2011 SAP AG Complete Copyright Notice