|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyBundle | |
oracle.ifs.adk.user | |
oracle.ifs.beans |
Uses of PropertyBundle in oracle.ifs.adk.user |
Fields in oracle.ifs.adk.user declared as PropertyBundle | |
protected PropertyBundle |
UserManager.m_CreatedDefaultAclsPropertyBundle
|
Methods in oracle.ifs.adk.user with parameters of type PropertyBundle | |
protected void |
UserManager.determineCreateUserSettings(PropertyBundle pb,
java.util.Hashtable options)
Determines the settings for user creation, first using the values int the options Hashtable, second using the values in the PropertyBundle holding the default values. |
protected java.lang.String |
UserManager.getStringProperty(PropertyBundle pb,
java.util.Hashtable options,
java.lang.String key)
Gets the String value from the options Hashtable if specified, otherwise from the PropertyBundle. |
protected java.lang.String |
UserManager.getStringProperty(PropertyBundle pb,
java.util.Hashtable options,
java.lang.String key,
java.lang.String defaultValue)
Gets the String value from the options Hashtable if specified, or PropertyBundle, otherwise uses the default value passed in as a parameter. |
protected boolean |
UserManager.getBooleanProperty(PropertyBundle pb,
java.util.Hashtable options,
java.lang.String key,
boolean defaultValue)
Gets the boolean value from the options Hashtable if specified, otherwise from the PropertyBundle. |
protected java.lang.Boolean |
UserManager.getBooleanProperty(PropertyBundle pb,
java.util.Hashtable options,
java.lang.String key)
Gets the boolean value from the options Hashtable if specified, or PropertyBundle, otherwise uses the default value passed in as a parameter. |
protected int |
UserManager.getIntegerProperty(PropertyBundle pb,
java.util.Hashtable options,
java.lang.String key,
int defaultValue)
Gets the int value from the options Hashtable if specified, otherwise from the PropertyBundle. |
protected java.lang.Integer |
UserManager.getIntegerProperty(PropertyBundle pb,
java.util.Hashtable options,
java.lang.String key)
Gets the int value from the options Hashtable if specified, or PropertyBundle, otherwise uses the default value passed in as a parameter. |
protected long |
UserManager.getLongProperty(PropertyBundle pb,
java.util.Hashtable options,
java.lang.String key,
long defaultValue)
Gets the long value from the options Hashtable if specified, otherwise from the PropertyBundle. |
protected java.lang.Long |
UserManager.getLongProperty(PropertyBundle pb,
java.util.Hashtable options,
java.lang.String key)
Gets the long value from the options Hashtable if specified, or PropertyBundle, otherwise uses the default value passed in as a parameter. |
protected AccessControlList |
UserManager.getAclProperty(PropertyBundle pb,
java.util.Hashtable options,
java.lang.String key)
Gets the ACL value from the options Hashtable if specified, otherwise from the PropertyBundle. |
protected java.util.Hashtable |
UserManager.getAclHashtableProperty(PropertyBundle pb,
java.util.Hashtable options,
java.lang.String key)
If a hashtable is specified explicitly, then life is easy; otherwise, we have to lookup the PropertyBundle from the specified key, and convert that PB to a Hashtable of Acls |
Uses of PropertyBundle in oracle.ifs.beans |
Subclasses of PropertyBundle in oracle.ifs.beans | |
class |
PolicyPropertyBundle
A PolicyPropertyBundle is a PropertyBundle containing one or more Policy definitions. |
class |
TiePolicyPropertyBundle
A TiePolicyPropertyBundle allows the Oracle-defined behavior of the POLICYPROPERTYBUNDLE classobject (and its subclasses) to be extended or overridden. |
class |
TiePropertyBundle
A TiePropertyBundle allows the Oracle-defined behavior of the PROPERTYBUNDLE classobject (and its subclasses) to be extended or overridden. |
class |
TieValueDefaultPropertyBundle
TieValueDefaultPropertyBundle allows the Oracle-defined behavior of the VALUEDEFAULTPROPERTYBUNDLE classobject (and its subclasses) to be extended or overridden. |
class |
TieValueDomainPropertyBundle
TieValueDomainPropertyBundle allows the Oracle-defined behavior of the VALUEDOMAINPROPERTYBUNDLE classobject (and its subclasses) to be extended or overridden. |
class |
ValueDefaultPropertyBundle
A ValueDefaultPropertyBundle is a PropertyBundle containing a list of one or more values of a ValueDefault. |
class |
ValueDomainPropertyBundle
A ValueDomainPropertyBundle is a PropertyBundle containing a valid definition of a ValueDomain. |
Fields in oracle.ifs.beans declared as PropertyBundle | |
protected PropertyBundle |
LibrarySession.m_DomainPropertyBundle
The domain PropertyBundle |
Methods in oracle.ifs.beans that return PropertyBundle | |
PropertyBundle |
SystemObject.getPropertyBundle()
Returns this object's PropertyBundle. |
PropertyBundle |
PublicObject.getPropertyBundle()
Returns this object's PropertyBundle. |
protected PropertyBundle |
PublicObject.createDedicatedPropertyBundle()
Create a PropertyBundle, with the SecuringPublicObject setting referencing this object. |
PropertyBundle |
Property.getBundle()
Gets the BUNDLE attribute of this Property. |
protected static PropertyBundle |
PropertyBundle.constructPropertyBundle(LibrarySession sess,
S_LibraryObjectData data)
Constructs a PropertyBundle from the specified data. |
protected static PropertyBundle[] |
PropertyBundle.vectorToPropertyBundleArray(java.util.Vector vector)
Converts a Vector of PropertyBundle to an array of PropertyBundle. |
protected static PropertyBundle |
PropertyBundle.vectorPropertyBundleElement(java.util.Vector vector,
int index)
Returns a specific PropertyBundle from a Vector of PropertyBundle, at the specified index. |
PropertyBundle |
PrimaryUserProfile.getDefaultAcls()
Gets the PropertyBundle for this profile that contains name/value pairs keyed by classname of the default ACL to use when creating an instance of that class. |
PropertyBundle |
SchemaObject.getPropertyBundle()
returns this object's PropertyBundle. |
PropertyBundle |
NodeConfiguration.getServices()
Gets the Services property bundle. |
PropertyBundle |
NodeConfiguration.getServers()
Gets the Servers property bundle. |
PropertyBundle |
LibrarySession.getDomainPropertyBundle()
Gets the domain PropertyBundle. |
Methods in oracle.ifs.beans with parameters of type PropertyBundle | |
void |
SystemObject.setPropertyBundle(PropertyBundle bundle)
Sets this object's PropertyBundle. |
void |
PublicObject.setPropertyBundle(PropertyBundle bundle)
Sets this object's PropertyBundle. |
void |
PrimaryUserProfile.setDefaultAcls(PropertyBundle props)
Sets the PropertyBundle for this profile that contains name/value pairs keyed by classname of the default ACL to use when creating an instance of that class. |
void |
SchemaObject.setPropertyBundle(PropertyBundle bundle)
set this object's PropertyBundle. |
void |
NodeConfiguration.setServices(PropertyBundle services)
Sets the Services Property bundle. |
void |
NodeConfiguration.setServers(PropertyBundle servers)
Sets the Servers Property bundle. |
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |