Modifier and Type | Field and Description |
---|---|
protected AdminManager |
m_Main |
Constructor and Description |
---|
ClassObjectAdmin(AdminManager main)
The only constructor that is being used.
|
Modifier and Type | Method and Description |
---|---|
protected void |
addAttribute(LibrarySession sess,
ParameterTable params)
Section variant of Add Attribute
|
void |
createAttributePropertyBundles(LibrarySession sess,
ParameterTable params)
Section variant of CreateAttributePropertyBundles
|
protected void |
createAttributePropertyBundles(LibrarySession sess,
String classname,
PropertyBundleDefinition pbdef)
internal variant of createAttributePropertyBundles
|
protected ClassObject |
createClassObject(LibrarySession sess,
ParameterTable params)
Section variant of Create ClassObject
|
protected ClassObject |
createClassObject(LibrarySession sess,
String classdefFileToken)
inline/internal variant of Create ClassObject
|
protected void |
freeClass(LibrarySession sess,
ParameterTable params)
Section variant of Free Class
|
protected void |
freeClass(LibrarySession sess,
String name)
Inline/internal variant of Free Class
|
protected ClassObject |
lookupClass(LibrarySession sess,
String name)
Lookup Class by name
|
protected void |
modifyAttribute(LibrarySession sess,
ParameterTable params)
Section variant of Modify Attribute
|
protected void |
modifyAttribute(LibrarySession sess,
String classname,
String attrname,
AttributeDefinition attrdef)
internal variant of Modify Attribute
|
protected void |
modifyClass(LibrarySession sess,
ParameterTable params)
Section variant of Modify Class
|
protected void |
modifyClass(LibrarySession sess,
String name,
ClassObjectDefinition classdef)
internal variant of Modify Class
|
protected void |
modifyClass(LibrarySession sess,
String classSpec,
String classAclName) |
protected void |
removeAttribute(LibrarySession sess,
ParameterTable params)
Section variant of Remove Attribute
|
protected ClassObject[] |
resolveClassList(LibrarySession sess,
String classSpec) |
protected void |
showClass(LibrarySession sess,
ClassObject clsobj) |
protected void |
showClass(LibrarySession sess,
ParameterTable params)
Section variant of showClass
|
protected void |
showClass(LibrarySession sess,
String name)
Inline/internal variant of showClass
|
protected void |
showClasses(LibrarySession sess) |
protected AdminManager m_Main
public ClassObjectAdmin(AdminManager main)
main
- Reference to AdminManager which invokes this.protected ClassObject createClassObject(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected ClassObject createClassObject(LibrarySession sess, String classdefFileToken) throws IfsException
IfsException
protected void modifyClass(LibrarySession sess, String classSpec, String classAclName) throws IfsException
IfsException
protected void modifyClass(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void modifyClass(LibrarySession sess, String name, ClassObjectDefinition classdef) throws IfsException
IfsException
protected void modifyAttribute(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void modifyAttribute(LibrarySession sess, String classname, String attrname, AttributeDefinition attrdef) throws IfsException
IfsException
public void createAttributePropertyBundles(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void createAttributePropertyBundles(LibrarySession sess, String classname, PropertyBundleDefinition pbdef) throws IfsException
IfsException
protected void addAttribute(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void removeAttribute(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void freeClass(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void freeClass(LibrarySession sess, String name) throws IfsException
IfsException
protected ClassObject lookupClass(LibrarySession sess, String name) throws IfsException
IfsException
protected ClassObject[] resolveClassList(LibrarySession sess, String classSpec) throws IfsException
IfsException
protected void showClass(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void showClass(LibrarySession sess, String name) throws IfsException
IfsException
protected void showClass(LibrarySession sess, ClassObject clsobj) throws IfsException
IfsException
protected void showClasses(LibrarySession sess) throws IfsException
IfsException
Copyright © 2023. All rights reserved.