Oracle Content Management SDK

Uses of Class
oracle.ifs.beans.PolicyPropertyBundle

Packages that use PolicyPropertyBundle
oracle.ifs.adk.user   
oracle.ifs.beans   
 

Uses of PolicyPropertyBundle in oracle.ifs.adk.user
 

Fields in oracle.ifs.adk.user declared as PolicyPropertyBundle
protected  PolicyPropertyBundle UserManager.m_CreatedPolicyPropertyBundle
           
 

Uses of PolicyPropertyBundle in oracle.ifs.beans
 

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

Methods in oracle.ifs.beans that return PolicyPropertyBundle
 PolicyPropertyBundle SystemObject.getPolicyBundle()
          Gets the Policy PropertyBundle.
 PolicyPropertyBundle PublicObject.getPolicyBundle()
          Returns this object's PolicyPropertyBundle.
protected  PolicyPropertyBundle PublicObject.createDedicatedPolicyPropertyBundle()
          Create a PropertyBundle, with the SecuringPublicObject setting referencing this object.
 PolicyPropertyBundle SchemaObject.getPolicyBundle()
          Gets the policy bundle PropertyBundle of this SchemaObject.
 

Methods in oracle.ifs.beans with parameters of type PolicyPropertyBundle
 void SystemObject.setPolicyBundle(PolicyPropertyBundle bundle)
          Sets the POLICYBUNDLE attribute to a PropertyBundle for this object, for the managing of per-instance Policies.
 void PublicObject.setPolicyBundle(PolicyPropertyBundle bundle)
          set the PolicyPropertyBundle for this object, for the managing of per-instance Policies.
 void SchemaObject.setPolicyBundle(PolicyPropertyBundle bundle)
          Sets the policy bundle PropertyBundle of this SchemaObject.
 void ClassObject.setPolicyBundle(PolicyPropertyBundle bundle)
          Sets the policy bundle PropertyBundle of this ClassObject.
 


Oracle Content Management SDK

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