Cool documentation

Uses of Class
com.sap.tc.col.client.generic.api.LockStrategy

Packages that use LockStrategy
com.sap.tc.col.client.generic.api   
 

Uses of LockStrategy in com.sap.tc.col.client.generic.api
 

Fields in com.sap.tc.col.client.generic.api declared as LockStrategy
static LockStrategy LockStrategy.SHARED_PROMOTABLE_WITH_LOCK_PROMOTION_ON_UPDATE
           
static LockStrategy LockStrategy.EXCLUSIVE
           
static LockStrategy LockStrategy.SHARED_WITH_EXCLUSIVE_LOCK_ON_UPDATE
           
static LockStrategy LockStrategy.SHARED_READ_ONLY
           
 

Methods in com.sap.tc.col.client.generic.api that return LockStrategy
static LockStrategy LockStrategy.valueOf(java.lang.String description)
           
 

Methods in com.sap.tc.col.client.generic.api with parameters of type LockStrategy
 IAspect IAspectRow.getRelatedAspect(java.lang.String relationName, LockStrategy lockStrategy)
          Returns the related Aspect dependent of the Relation with given relationName.
 IAspect IAspectRow.getRelatedAspect(java.lang.String relationName, LockStrategy lockStrategy, SortingCriteria sorting)
          Returns the related Aspect dependent of the Relation with given relationName.
 IAspect IAspectRow.getRelatedAspect(java.lang.String relationName, java.lang.String targetAspectName, LockStrategy lockStrategy)
          navigates to the Aspect with given targetAspectName according to the relation with given relation name and the given targetAspectName.
 IAspectRow IAspectRow.getRelatedAspectRow(java.lang.String relationName, LockStrategy lockStrategy)
          Returns the related AspectRow dependent of the Relation with given relationName or null, if no related AspectRow exists.
 IAspectRow IAspectRow.getRelatedAspectRow(java.lang.String relationName, java.lang.String targetAspectName, LockStrategy lockStrategy)
          navigates to the AspectRow with given targetAspectName according to the relation with given relation name and the given targetAspectName.
 IAspectRow IAspectRow.getAspectRow(java.lang.String aspectName, LockStrategy lockStrategy)
          Returns the AspectRow for the given aspectName to the Key of this AspectRow.
 void IAspectRow.lock(LockStrategy lockStrategy)
          Locks this AspectRow dependent of given parameter lockStrategy and refreshes it after lock is received successfully.
 IAspect IServiceModule.getAspect(java.lang.String aspectName, IKeyList keyList, LockStrategy lockStrategy)
          Creates an IAspect by navigating from Keys of the given KeyList to the targetAspect with given name.
 IAspect IServiceModule.getAspect(java.lang.String aspectName, java.lang.String[] urlOfKeys, LockStrategy lockStrategy)
          Creates an Aspect by navigating from Keys of the given array of Key URL's to the targetAspect with given name.
 IAspectRow IAspect.getAspectRow(IKey key, LockStrategy lockStrategy)
          returns the AspectRow of this Aspect with given key, if there is one or null if no one exists.
 IAspectRow IAspect.getAspectRow(int row, LockStrategy lockStrategy)
          returns the AspectRow with given row index or an ArrayIndexOutOfBoundsException, if row is no valid index.
 boolean IAspect.removeAspectRow(IAspectRow aspectRow, LockStrategy lockStrategy)
          removes an AspectRow from the AspectRow list locally.
 IAspect IAspect.getRelatedAspect(java.lang.String relationName, LockStrategy lockStrategy)
          Navigates to the target Aspect according to the relation with given relation name, where relation may be a relation for this Aspect or its Key.
 IAspect IAspect.getRelatedAspect(java.lang.String relationName, LockStrategy lockStrategy, SortingCriteria sorting)
          Navigates to the target Aspect according to the relation with given relation name, where relation may be a relation for this Aspect or its Key.
 IAspect IAspect.getRelatedAspect(java.lang.String relationName, java.lang.String targetAspectName, LockStrategy lockStrategy)
          navigates to the Aspect with given targetAspectName according to the relation with given relation name and the given targetAspectName.
 IAspect IAspect.getAspect(java.lang.String aspectName, LockStrategy lockStrategy)
          Returns the sibling Aspect with given name for all keys from this Aspect instance.
 


Cool documentation

Copyright © 2002 SAP AG. Automatically generated Thu Mar 3 2005, 21:55