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

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

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

Methods in com.sapportals.wcm.repository.service.statemanagement that return IResourceTransition
 IResourceTransition IResourceTransitionList.get(int index)
          Returns the element at the specified position in this list
 IResourceTransition IStatemanagementResource.getTransition(String ID)
          Gets a transition for the ID.
 IResourceTransition IResourceTransitionIterator.next()
          Returns the next element in the list.
 IResourceTransition IResourceTransitionIterator.previous()
          Returns the previous element in the list.
 IResourceTransition IResourceTransitionList.remove(int index)
          Inserts the specified element at the specified position in this list (optional operation).
 IResourceTransition IResourceTransitionList.set(int index, IResourceTransition element)
          Replaces the element at the specified position in this list with the specified element (optional operation)
 IResourceTransition[] IResourceTransitionList.toArray()
          Returns an array containing all of the elements in this list in proper sequence.
 IResourceTransition[] IResourceTransitionList.toArray(IResourceTransition[] a)
          Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
 

Methods in com.sapportals.wcm.repository.service.statemanagement with parameters of type IResourceTransition
 void IResourceTransitionList.add(int index, IResourceTransition element)
          Inserts the specified element at the specified position in this list (optional operation).
 boolean IResourceTransitionList.add(IResourceTransition o)
          Appends the specified element to the end of this list (optional operation) Depending on the runtime type of the contained list, this operation may place limitations on what elements can be added to this list.
 void IResourceTransitionIterator.add(IResourceTransition o)
          Inserts the specified element into the list (optional operation).
 IResourceTransition IResourceTransitionList.set(int index, IResourceTransition element)
          Replaces the element at the specified position in this list with the specified element (optional operation)
 void IResourceTransitionIterator.set(IResourceTransition o)
          Replaces the last element returned by next or previous with the specified element (optional operation).
 IResourceTransition[] IResourceTransitionList.toArray(IResourceTransition[] a)
          Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
 



Copyright 2011 SAP AG Complete Copyright Notice