com.sapportals.wcm.service.objecttypehandler

Interface IActionList

All Known Implementing Classes:
ActionList

public interface IActionList


Method Summary
 boolean add(IAction action)
          TODO: Description of the Method.
 void add(int index, IAction action)
          TODO: Description of the Method.
 boolean containsAction(IAction action)
          TODO: Description of the Method.
 boolean containsAction(IActionType actionType)
          TODO: Description of the Method.
 IAction get(int index)
          TODO: Description of the Method.
 IAction getAction(IActionType actionType)
          Get the Action attribute of the IActionList object.
 int indexOf(IAction handler)
          TODO: Description of the Method.
 int lastIndexOf(IAction action)
          TODO: Description of the Method.
 IActionListIterator listIterator()
          TODO: Description of the Method.
 IActionListIterator listIterator(int index)
          TODO: Description of the Method.
 boolean remove(IAction action)
          TODO: Description of the Method.
 IAction remove(int index)
          TODO: Description of the Method.
 IAction set(int index, IAction action)
          TODO: Description of the Method.
 int size()
          TODO: Description of the Method.
 IActionList subList(int index1, int index2)
          TODO: Description of the Method.
 

Method Detail

size

int size()
TODO: Description of the Method.

Returns:
TODO: Description of the outgoing return value

containsAction

boolean containsAction(IAction action)
TODO: Description of the Method.

Parameters:
action - TODO: Description of the incoming method parameter
Returns:
TODO: Description of the outgoing return value

containsAction

boolean containsAction(IActionType actionType)
TODO: Description of the Method.

Parameters:
actionType - TODO: Description of the incoming method parameter
Returns:
TODO: Description of the outgoing return value

getAction

IAction getAction(IActionType actionType)
Get the Action attribute of the IActionList object.

Parameters:
actionType - TODO: Description of the incoming method parameter
Returns:
The Action value

add

boolean add(IAction action)
TODO: Description of the Method.

Parameters:
action - TODO: Description of the incoming method parameter
Returns:
TODO: Description of the outgoing return value

remove

boolean remove(IAction action)
TODO: Description of the Method.

Parameters:
action - TODO: Description of the incoming method parameter
Returns:
TODO: Description of the outgoing return value

get

IAction get(int index)
TODO: Description of the Method.

Parameters:
index - TODO: Description of the incoming method parameter
Returns:
TODO: Description of the outgoing return value

set

IAction set(int index,
            IAction action)
TODO: Description of the Method.

Parameters:
index - TODO: Description of the incoming method parameter
action - TODO: Description of the incoming method parameter
Returns:
TODO: Description of the outgoing return value

add

void add(int index,
         IAction action)
TODO: Description of the Method.

Parameters:
index - TODO: Description of the incoming method parameter
action - TODO: Description of the incoming method parameter

remove

IAction remove(int index)
TODO: Description of the Method.

Parameters:
index - TODO: Description of the incoming method parameter
Returns:
TODO: Description of the outgoing return value

indexOf

int indexOf(IAction handler)
TODO: Description of the Method.

Parameters:
handler - TODO: Description of the incoming method parameter
Returns:
TODO: Description of the outgoing return value

lastIndexOf

int lastIndexOf(IAction action)
TODO: Description of the Method.

Parameters:
action - TODO: Description of the incoming method parameter
Returns:
TODO: Description of the outgoing return value

listIterator

IActionListIterator listIterator()
TODO: Description of the Method.

Returns:
TODO: Description of the outgoing return value

listIterator

IActionListIterator listIterator(int index)
TODO: Description of the Method.

Parameters:
index - TODO: Description of the incoming method parameter
Returns:
TODO: Description of the outgoing return value

subList

IActionList subList(int index1,
                    int index2)
TODO: Description of the Method.

Parameters:
index1 - TODO: Description of the incoming method parameter
index2 - TODO: Description of the incoming method parameter
Returns:
TODO: Description of the outgoing return value
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2012 SAP AG Complete Copyright Notice