SAP NetWeaver '04

com.sapportals.wcm.repository.service.statemanagement
Interface ITransitionList

[contained in: com.sap.km.cm.repository.service.base.par - km.shared.repository.service.statemanagement_api.jar]
Deprecated. as of EP5 SP4 because ITransition is deprecated

public interface ITransitionList

Interface for a type-safe list of ITransition objects.


Method Summary
 void addTransition(ITransition aTransition)
          Deprecated. Adds a transition to the list
 void clear()
          Deprecated. Clears the list
 boolean contains(ITransition aTransition)
          Deprecated. Checks wheter a specific transition is contained in the list
 boolean equals(ITransitionList aTransitionList)
          Deprecated. Compares two transition lists
 ITransition getTransition(int i)
          Deprecated. Gets the ITransition at index i
 boolean isEmpty()
          Deprecated. Checks whether the transition list is empty
 ITransitionListIterator iterator()
          Deprecated. Gets a special iterator for the transition list
 ITransition remove(int i)
          Deprecated. Removes the transition at the specified position
 void removeDuplicates()
          Deprecated. Removes all duplicate entries in the list
 boolean removeTransition(ITransition aTransition)
          Deprecated. Removes all occurrences of aTransition from the list
 int size()
          Deprecated. Gets the number of transitions in the list
 java.util.List toList()
          Deprecated. returns the transition list
 

Method Detail

iterator

public ITransitionListIterator iterator()
Deprecated. 
Gets a special iterator for the transition list
Returns:
an ITransitionListIterator for the list

getTransition

public ITransition getTransition(int i)
Deprecated. 
Gets the ITransition at index i
Parameters:
i - index of the transition with 0 <= i < size()
Returns:
the transition

size

public int size()
Deprecated. 
Gets the number of transitions in the list
Returns:
size of the list

isEmpty

public boolean isEmpty()
Deprecated. 
Checks whether the transition list is empty
Returns:
true if list is empty

contains

public boolean contains(ITransition aTransition)
Deprecated. 
Checks wheter a specific transition is contained in the list
Parameters:
aTransition - transition which is used for the check
Returns:
true if aTransition is contained in the list

clear

public void clear()
Deprecated. 
Clears the list

addTransition

public void addTransition(ITransition aTransition)
Deprecated. 
Adds a transition to the list
Parameters:
aTransition - transition to be added

removeTransition

public boolean removeTransition(ITransition aTransition)
Deprecated. 
Removes all occurrences of aTransition from the list
Parameters:
aTransition - transition to be removed from the list
Returns:
true if the transiton was found and removed

remove

public ITransition remove(int i)
Deprecated. 
Removes the transition at the specified position
Parameters:
i - index of the transition to be removed
Returns:
the removed transition

removeDuplicates

public void removeDuplicates()
Deprecated. 
Removes all duplicate entries in the list

equals

public boolean equals(ITransitionList aTransitionList)
Deprecated. 
Compares two transition lists
Parameters:
aTransitionList - transitionlist to compare
Returns:
true if both lists contain the same transitions

toList

public java.util.List toList()
Deprecated. 
returns the transition list
Returns:
list representation of this transition list

SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.