Modifier and Type | Field and Description |
---|---|
protected Hashtable |
m_familyTable |
protected AdminManager |
m_Main |
Constructor and Description |
---|
FamilyAdmin(AdminManager main)
The only constructor that is being used.
|
Modifier and Type | Method and Description |
---|---|
void |
deleteFamily(LibrarySession sess,
ParameterTable params)
Section variant of delete Family
|
void |
deleteFamily(LibrarySession sess,
String idname)
Inline/internal variant of Delete Family
|
void |
deleteFamily(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Delete Family
|
void |
freeFamily(LibrarySession sess,
ParameterTable params)
Section variant of Free Family
|
void |
freeFamily(LibrarySession sess,
String idname)
Inline/internal variant of Free Family
|
void |
identifyFamily(LibrarySession sess,
ParameterTable params)
Section variant of Identify Family
|
void |
identifyFamily(LibrarySession sess,
String idname,
Long id,
String name,
String valueDefaultName,
String path,
PublicObject poref)
Inline/internal variant of Identify Family
|
Family |
lookupFamily(String idname) |
void |
modifyFamily(LibrarySession sess,
ParameterTable params)
Section variant of Modify Family
|
void |
modifyFamily(LibrarySession sess,
String idname,
FamilyDefinition def)
internal variant of Modify Family
|
void |
showFamily(LibrarySession sess,
Family fam) |
void |
showFamily(LibrarySession sess,
ParameterTable params)
Section variant of showFamily
|
void |
showFamily(LibrarySession sess,
String famname)
Inline/internal variant of showFamily
|
void |
showLatestVersion(LibrarySession sess,
String path) |
void |
showPrimaryVersionSeries(LibrarySession sess,
ParameterTable params)
Section variant of showPrimaryVersionSeries
|
void |
showPrimaryVersionSeries(LibrarySession sess,
String idname)
Inline/internal variant of showPrimaryVersionSeries
|
void |
undeleteFamily(LibrarySession sess,
ParameterTable params)
Section variant of undelete Family
|
void |
undeleteFamily(LibrarySession sess,
String idname)
Inline/internal variant of Undelete Family
|
void |
undeleteFamily(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Undelete Family
|
void |
unidentifyFamily(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify Family
|
protected AdminManager m_Main
protected Hashtable m_familyTable
public FamilyAdmin(AdminManager main)
main
- the administration managerpublic void modifyFamily(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void modifyFamily(LibrarySession sess, String idname, FamilyDefinition def) throws IfsException
IfsException
public void freeFamily(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void freeFamily(LibrarySession sess, String idname) throws IfsException
IfsException
public void deleteFamily(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void deleteFamily(LibrarySession sess, String idname) throws IfsException
IfsException
public void deleteFamily(LibrarySession sess, String idname, LibraryObjectDefinition def) throws IfsException
IfsException
public void undeleteFamily(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void undeleteFamily(LibrarySession sess, String idname) throws IfsException
IfsException
public void undeleteFamily(LibrarySession sess, String idname, LibraryObjectDefinition def) throws IfsException
IfsException
public void identifyFamily(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void identifyFamily(LibrarySession sess, String idname, Long id, String name, String valueDefaultName, String path, PublicObject poref) throws IfsException
IfsException
public void unidentifyFamily(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void showFamily(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void showFamily(LibrarySession sess, String famname) throws IfsException
IfsException
public void showFamily(LibrarySession sess, Family fam) throws IfsException
IfsException
public Family lookupFamily(String idname) throws IfsException
IfsException
public void showLatestVersion(LibrarySession sess, String path) throws IfsException
IfsException
public void showPrimaryVersionSeries(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void showPrimaryVersionSeries(LibrarySession sess, String idname) throws IfsException
IfsException
Copyright © 2023. All rights reserved.