Uses of Interface
com.iplanet.ums.cos.ICOSDefinition
-
Packages that use ICOSDefinition Package Description com.iplanet.ums.cos Deprecated classes for UMS. -
-
Uses of ICOSDefinition in com.iplanet.ums.cos
Classes in com.iplanet.ums.cos that implement ICOSDefinition Modifier and Type Class Description class
DirectCOSDefinition
This class represents a Direct (or Classic) COS definition.Methods in com.iplanet.ums.cos that return ICOSDefinition Modifier and Type Method Description ICOSDefinition
COSManager. getDefinition(String name)
Returns COS definition given the name.Methods in com.iplanet.ums.cos with parameters of type ICOSDefinition Modifier and Type Method Description void
COSManager. addDefinition(ICOSDefinition cosDef)
This method adds a COS definition to the persistent store.void
COSManager. assignCOSDef(PersistentObject pObject, ICOSDefinition cosDef, COSTemplate cosTemplate)
Assigns a COS (as defined by a COS definition) to the persistent object.void
COSManager. removeCOSAssignment(PersistentObject pObject, ICOSDefinition cosDef, COSTemplate cosTemplate)
Removes COS assignment from the persistent object.void
COSManager. updateDefinition(ICOSDefinition cosDef)
Updates the contents of a COS definition with the new contents.
-