Oracle Content Management SDK

Uses of Class
oracle.ifs.beans.Policy

Packages that use Policy
oracle.ifs.beans   
 

Uses of Policy in oracle.ifs.beans
 

Subclasses of Policy in oracle.ifs.beans
 class TiePolicy
          A TiePolicy allows the Oracle-defined behavior of the POLICY classobject (and its subclasses) to be extended or overridden.
 

Methods in oracle.ifs.beans that return Policy
protected static Policy Policy.constructPolicy(LibrarySession sess, S_LibraryObjectData data)
          Constructs a Policy from a S_LibraryObjectData.
protected static Policy[] Policy.vectorToPolicyArray(java.util.Vector vector)
          Constructs an array of Policy from a Vector of Policy.
protected static Policy Policy.vectorPolicyElement(java.util.Vector vector, int index)
          Returns a specific Policy from a Vector of Policy at the specified index.
 

Methods in oracle.ifs.beans with parameters of type Policy
 void SystemObject.putPolicy(Policy policy)
          Adds a Policy to this object's POLICYBUNDLE PropertyBundle.
 void SystemObject.removePolicy(Policy policy)
          Removes a Policy from this object's POLICYBUNDLE PropertyBundle.
 void PublicObject.putPolicy(Policy policy)
          Adds a Policy to this object's PolicyPropertyBundle.
 void PublicObject.removePolicy(Policy policy)
          Removes a Policy from this object's PolicyPropertyBundle.
 void LibraryObjectDefinition.addOperationPolicy(Policy policy)
          Add Policy as a system option.
 void SchemaObject.putPolicy(Policy policy)
          Adds a Policy to the policy bundle PropertyBundle of this SchemaObject.
 void SchemaObject.removePolicy(Policy policy)
          Removes a Policy from this SchemaObject's policy bundle PropertyBundle.
 void ClassObject.putPolicy(Policy policy)
          Adds a Policy to the policy bundle PropertyBundle of this ClassObject.
 void ClassObject.removePolicy(Policy policy)
          Removes a Policy from this ClassObject's policy bundle PropertyBundle.
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.