com.sapportals.wcm.repository

Class LockInfoCollection

java.lang.Object
  extended by com.sapportals.wcm.repository.LockInfoCollection
All Implemented Interfaces:
ILockInfoCollection

public class LockInfoCollection
extends Object
implements ILockInfoCollection

Implementation of a lock info collection

Copyright 2004 SAP AG


Constructor Summary
  LockInfoCollection()
           
protected LockInfoCollection(List list)
           
 
Method Summary
 boolean add(ILockInfo lockInfo)
          Description of the Method
 boolean contains(String lockToken)
          Description of the Method
 ILockInfo get(ILockInfo lockInfo)
          Description of the Method
 ILockInfo get(String lockToken)
          Description of the Method
 List getInternalList()
          Gets the internalList attribute of the ILockInfoCollection object
 ILockInfoIterator iterator()
          Description of the Method
 boolean remove(ILockInfo lockInfo)
          Description of the Method
 boolean remove(String lockToken)
          Description of the Method
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockInfoCollection

public LockInfoCollection()

LockInfoCollection

protected LockInfoCollection(List list)
Method Detail

size

public int size()
Specified by:
size in interface ILockInfoCollection
Returns:
The collection size

contains

public boolean contains(String lockToken)
Description copied from interface: ILockInfoCollection
Description of the Method

Specified by:
contains in interface ILockInfoCollection
Parameters:
lockToken - Description of the Parameter
Returns:
Description of the Return Value

add

public boolean add(ILockInfo lockInfo)
Description copied from interface: ILockInfoCollection
Description of the Method

Specified by:
add in interface ILockInfoCollection
Parameters:
lockInfo - Description of the Parameter
Returns:
Description of the Return Value

get

public ILockInfo get(String lockToken)
Description copied from interface: ILockInfoCollection
Description of the Method

Specified by:
get in interface ILockInfoCollection
Parameters:
lockToken - Description of the Parameter
Returns:
Description of the Return Value

get

public ILockInfo get(ILockInfo lockInfo)
Description copied from interface: ILockInfoCollection
Description of the Method

Specified by:
get in interface ILockInfoCollection
Parameters:
lockInfo - Description of the Parameter
Returns:
Description of the Return Value

remove

public boolean remove(String lockToken)
Description copied from interface: ILockInfoCollection
Description of the Method

Specified by:
remove in interface ILockInfoCollection
Parameters:
lockToken - Description of the Parameter
Returns:
Description of the Return Value

remove

public boolean remove(ILockInfo lockInfo)
Description copied from interface: ILockInfoCollection
Description of the Method

Specified by:
remove in interface ILockInfoCollection
Parameters:
lockInfo - Description of the Parameter
Returns:
Description of the Return Value

iterator

public ILockInfoIterator iterator()
Description copied from interface: ILockInfoCollection
Description of the Method

Specified by:
iterator in interface ILockInfoCollection
Returns:
Description of the Return Value

getInternalList

public List getInternalList()
Description copied from interface: ILockInfoCollection
Gets the internalList attribute of the ILockInfoCollection object

Specified by:
getInternalList in interface ILockInfoCollection
Returns:
The internalList 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 2014 SAP AG Complete Copyright Notice