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 classDirectCOSDefinitionThis class represents a Direct (or Classic) COS definition.Methods in com.iplanet.ums.cos that return ICOSDefinition Modifier and Type Method Description ICOSDefinitionCOSManager. 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 voidCOSManager. addDefinition(ICOSDefinition cosDef)This method adds a COS definition to the persistent store.voidCOSManager. assignCOSDef(PersistentObject pObject, ICOSDefinition cosDef, COSTemplate cosTemplate)Assigns a COS (as defined by a COS definition) to the persistent object.voidCOSManager. removeCOSAssignment(PersistentObject pObject, ICOSDefinition cosDef, COSTemplate cosTemplate)Removes COS assignment from the persistent object.voidCOSManager. updateDefinition(ICOSDefinition cosDef)Updates the contents of a COS definition with the new contents.
-