Cool documentation

Uses of Interface
com.sap.tc.col.client.generic.api.IAspect

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

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

Methods in com.sap.tc.col.client.generic.api that return IAspect
 IAspect IAspectRow.getRelatedAspect(java.lang.String relationName)
          Returns the related Aspect dependent of the Relation with given relationName.
 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)
          navigates to the Aspect with given targetAspectName according to the relation with given relation name and the given targetAspectName.
 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.
 IAspect IAspectRow.getAspect()
          returns the Aspect this AspectRow belongs to
 IAspect IServiceModule.createAspect(java.lang.String aspectName)
          Creates an IAspect by getting meta data from ServiceModuleDescriptor.
 IAspect IServiceModule.getAspect(java.lang.String aspectName, IKeyList keyList)
          Creates an IAspect by navigating from Keys of the given KeyList to the targetAspect with given aspectName.
 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)
          Creates an Aspect by navigating from Keys of the given array of Key URL's 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.
 IAspect IQuery.getResultAspect()
          returns the result of this Query
 IAspect IAspect.getRelatedAspect(java.lang.String relationName)
          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)
          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)
          navigates to the Aspect with given targetAspectName according to the relation with given relation name and the given targetAspectName.
 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)
          Returns the sibling Aspect with given name for all keys from this Aspect instance.
 IAspect IAspect.getAspect(java.lang.String aspectName, LockStrategy lockStrategy)
          Returns the sibling Aspect with given name for all keys from this Aspect instance.
 IAspect IAspect.getKeyAspect()
          Returns the KeyAspect for all keys of this Aspect instance.
 


Cool documentation

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