Package | Description |
---|---|
com.iplanet.ums.cos |
Deprecated classes for UMS.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectCOSDefinition
This class represents a Direct (or Classic) COS definition.
|
Modifier and Type | Method and Description |
---|---|
ICOSDefinition |
COSManager.getDefinition(String name)
Returns COS definition given the name.
|
Modifier and Type | Method and 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.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.