public class VersionDescriptionAdmin extends Object
Modifier and Type | Field and Description |
---|---|
protected AdminManager |
m_Main |
protected Hashtable |
m_VersionDescriptionTable |
Constructor and Description |
---|
VersionDescriptionAdmin(AdminManager main)
The only constructor that is being used.
|
Modifier and Type | Method and Description |
---|---|
void |
deleteVersionDescription(LibrarySession sess,
ParameterTable params)
Section variant of delete VersionDescription
|
void |
deleteVersionDescription(LibrarySession sess,
String idname)
Inline/internal variant of Delete VersionDescription
|
void |
deleteVersionDescription(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Delete VersionDescription
|
void |
freeVersionDescription(LibrarySession sess,
ParameterTable params)
Section variant of Free VersionDescription
|
void |
freeVersionDescription(LibrarySession sess,
String idname)
Inline/internal variant of Free VersionDescription
|
void |
identifyVersionDescription(LibrarySession sess,
ParameterTable params)
Section variant of Identify VersionDescription
|
void |
identifyVersionDescription(LibrarySession sess,
String idname,
Long id,
String name,
String valueDefaultName,
String path)
Inline/internal variant of Identify VersionDescription
|
VersionDescription |
lookupVersionDescription(String idname) |
void |
modifyVersionDescription(LibrarySession sess,
ParameterTable params)
Section variant of Modify VersionDescription
|
void |
modifyVersionDescription(LibrarySession sess,
String idname,
VersionDescriptionDefinition def)
internal variant of Modify VersionDescription
|
void |
showVersionDescription(LibrarySession sess,
ParameterTable params)
Section variant of showVersionDescription
|
void |
showVersionDescription(LibrarySession sess,
String docname)
Inline/internal variant of showVersionDescription
|
void |
showVersionDescription(LibrarySession sess,
VersionDescription fam) |
void |
undeleteVersionDescription(LibrarySession sess,
ParameterTable params)
Section variant of undelete VersionDescription
|
void |
undeleteVersionDescription(LibrarySession sess,
String idname)
Inline/internal variant of Undelete VersionDescription
|
void |
undeleteVersionDescription(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Undelete VersionDescription
|
void |
unidentifyVersionDescription(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify VersionDescription
|
protected AdminManager m_Main
protected Hashtable m_VersionDescriptionTable
public VersionDescriptionAdmin(AdminManager main)
main
- Reference to AdminManager which invokes this.public void modifyVersionDescription(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void modifyVersionDescription(LibrarySession sess, String idname, VersionDescriptionDefinition def) throws IfsException
IfsException
public void freeVersionDescription(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void freeVersionDescription(LibrarySession sess, String idname) throws IfsException
IfsException
public void deleteVersionDescription(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void deleteVersionDescription(LibrarySession sess, String idname) throws IfsException
IfsException
public void deleteVersionDescription(LibrarySession sess, String idname, LibraryObjectDefinition def) throws IfsException
IfsException
public void undeleteVersionDescription(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void undeleteVersionDescription(LibrarySession sess, String idname) throws IfsException
IfsException
public void undeleteVersionDescription(LibrarySession sess, String idname, LibraryObjectDefinition def) throws IfsException
IfsException
public void identifyVersionDescription(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void identifyVersionDescription(LibrarySession sess, String idname, Long id, String name, String valueDefaultName, String path) throws IfsException
IfsException
public void unidentifyVersionDescription(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void showVersionDescription(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void showVersionDescription(LibrarySession sess, String docname) throws IfsException
IfsException
public VersionDescription lookupVersionDescription(String idname) throws IfsException
IfsException
public void showVersionDescription(LibrarySession sess, VersionDescription fam) throws IfsException
IfsException
Copyright © 2023. All rights reserved.