com.sapportals.wcm.repository.service.statemanagement

Interface ITransitionList


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
 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 List toList()
Deprecated. 
returns the transition list

Returns:
list representation of this transition list


Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. 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.