Modifier and Type | Field and Description |
---|---|
protected AdminManager |
m_Main |
protected Hashtable |
m_propertyBundleTable |
Constructor and Description |
---|
PropertyBundleAdmin(AdminManager main)
The only constructor that is being used.
|
Modifier and Type | Method and Description |
---|---|
void |
addPolicyProperties(LibrarySession sess,
ParameterTable params)
Section variant of addPolicyProperties
|
void |
addPolicyProperties(LibrarySession sess,
PropertyBundle pb,
String[] policies)
internal variant of addPolicyProperties
|
void |
addProperties(LibrarySession sess,
ParameterTable params)
Section variant of addProperties
|
void |
addProperties(LibrarySession sess,
PropertyBundle pb,
AttributeValue[] avs)
internal variant of addProperties
|
void |
addProperties(LibrarySession sess,
String idname,
AttributeValue[] avs,
ParameterTable params)
internal variant of addProperties
|
protected PolicyPropertyBundle |
createPolicyPropertyBundle(LibrarySession sess,
String pbName,
String pbAclName)
Make a policy bundle for the system object
|
PropertyBundle |
createPropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of Create PropertyBundle
|
PropertyBundle |
createPropertyBundle(LibrarySession sess,
String idname,
PropertyBundleDefinition def)
internal variant of Create PropertyBundle
|
PropertyBundle |
createPropertyBundle(LibrarySession sess,
String idname,
PropertyBundleDefinition def,
VersionDescriptionDefinition vddef)
internal variant of VERSIONED Create PropertyBundle
|
PropertyBundle |
createPropertyBundle(LibrarySession sess,
String pbName,
String pbAclName)
Create PropertyBundle for setting on ClassObject, Attribute, or Media.
|
void |
deletePropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of delete PropertyBundle
|
void |
deletePropertyBundle(LibrarySession sess,
String idname)
Inline/internal variant of Delete PropertyBundle
|
void |
deletePropertyBundle(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Delete PropertyBundle
|
void |
freePropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of Free PropertyBundle
|
void |
freePropertyBundle(LibrarySession sess,
String idname)
Inline/internal variant of Free PropertyBundle
|
void |
getPropertyBundle(LibrarySession sess,
ParameterTable params)
Returns Property Bundle that is used in the ValueDefault, ValueDomain,
ClassObject, or the Domain PropertyBundle.
|
void |
identifyPropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of Identify PropertyBundle
|
void |
identifyPropertyBundle(LibrarySession sess,
String idname,
Long id,
String name,
String valuedef,
String path)
Inline/internal variant of Identify PropertyBundle
|
PropertyBundle |
lookupPropertyBundle(String idname) |
void |
modifyPropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of Modify PropertyBundle
|
void |
modifyPropertyBundle(LibrarySession sess,
String idname,
PropertyBundleDefinition def)
internal variant of Modify PropertyBundle
|
void |
removeAllProperties(LibrarySession sess,
ParameterTable params)
Section variant of removeAllProperties
|
void |
removeAllProperties(LibrarySession sess,
String idname)
inline/internal variant of removeAllProperties
|
void |
removeProperties(LibrarySession sess,
ParameterTable params)
Section variant of removeProperties
|
void |
removeProperties(LibrarySession sess,
String[] tokens)
inline variant of removeProperties
|
void |
removeProperties(LibrarySession sess,
String idname,
String[] propnames,
ParameterTable params)
internal variant of removeProperties
|
void |
showClassPolicyPropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of ShowClassPolicyPropertyBundle
|
void |
showClassPropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of ShowClassPropertyBundle
|
void |
showPropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of showPropertyBundle
|
void |
showPropertyBundle(LibrarySession sess,
PropertyBundle propertyBundle) |
void |
showPropertyBundle(LibrarySession sess,
String propertyBundlename)
Inline/internal variant of showPropertyBundle
|
void |
undeletePropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of undelete PropertyBundle
|
void |
undeletePropertyBundle(LibrarySession sess,
String idname)
Inline/internal variant of Undelete PropertyBundle
|
void |
undeletePropertyBundle(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Undelete PropertyBundle
|
void |
unidentifyPropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify PropertyBundle
|
protected AdminManager m_Main
protected Hashtable m_propertyBundleTable
public PropertyBundleAdmin(AdminManager main)
main
- Reference to AdminManager which invokes this.public PropertyBundle createPropertyBundle(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public PropertyBundle createPropertyBundle(LibrarySession sess, String pbName, String pbAclName) throws IfsException
IfsException
public PropertyBundle createPropertyBundle(LibrarySession sess, String idname, PropertyBundleDefinition def) throws IfsException
IfsException
public PropertyBundle createPropertyBundle(LibrarySession sess, String idname, PropertyBundleDefinition def, VersionDescriptionDefinition vddef) throws IfsException
IfsException
public void modifyPropertyBundle(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void modifyPropertyBundle(LibrarySession sess, String idname, PropertyBundleDefinition def) throws IfsException
IfsException
public void addProperties(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void addProperties(LibrarySession sess, String idname, AttributeValue[] avs, ParameterTable params) throws IfsException
IfsException
public void addProperties(LibrarySession sess, PropertyBundle pb, AttributeValue[] avs) throws IfsException
IfsException
public void addPolicyProperties(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected PolicyPropertyBundle createPolicyPropertyBundle(LibrarySession sess, String pbName, String pbAclName) throws IfsException
IfsException
public void addPolicyProperties(LibrarySession sess, PropertyBundle pb, String[] policies) throws IfsException
IfsException
public void removeProperties(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void removeProperties(LibrarySession sess, String[] tokens) throws IfsException
IfsException
public void removeProperties(LibrarySession sess, String idname, String[] propnames, ParameterTable params) throws IfsException
IfsException
public void removeAllProperties(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void removeAllProperties(LibrarySession sess, String idname) throws IfsException
IfsException
public void freePropertyBundle(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void freePropertyBundle(LibrarySession sess, String idname) throws IfsException
IfsException
public void deletePropertyBundle(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void deletePropertyBundle(LibrarySession sess, String idname) throws IfsException
IfsException
public void deletePropertyBundle(LibrarySession sess, String idname, LibraryObjectDefinition def) throws IfsException
IfsException
public void undeletePropertyBundle(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void undeletePropertyBundle(LibrarySession sess, String idname) throws IfsException
IfsException
public void undeletePropertyBundle(LibrarySession sess, String idname, LibraryObjectDefinition def) throws IfsException
IfsException
public void identifyPropertyBundle(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void getPropertyBundle(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void identifyPropertyBundle(LibrarySession sess, String idname, Long id, String name, String valuedef, String path) throws IfsException
IfsException
public void unidentifyPropertyBundle(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void showPropertyBundle(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void showClassPropertyBundle(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void showClassPolicyPropertyBundle(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void showPropertyBundle(LibrarySession sess, String propertyBundlename) throws IfsException
IfsException
public PropertyBundle lookupPropertyBundle(String idname) throws IfsException
IfsException
public void showPropertyBundle(LibrarySession sess, PropertyBundle propertyBundle) throws IfsException
IfsException
Copyright © 2023. All rights reserved.