Modifier and Type | Field and Description |
---|---|
protected AdminManager |
m_Main |
Constructor and Description |
---|
FormatAdmin(AdminManager main)
The only constructor that is being used.
|
Modifier and Type | Method and Description |
---|---|
protected void |
createFormat(LibrarySession sess,
FormatDefinition def)
internal variant of Create Format
|
protected void |
createFormat(LibrarySession sess,
ParameterTable params)
Section variant of Create Format
|
protected void |
createFormat(LibrarySession sess,
String nameToken,
String mimetypeToken,
String extensionToken,
String isbinaryToken)
inline variant of Create Format
|
protected void |
freeFormat(LibrarySession sess,
ParameterTable params)
Section variant of Free Format
|
protected void |
freeFormat(LibrarySession sess,
String name)
Inline/internal variant of Free Format
|
protected Format |
lookupFormat(LibrarySession sess,
String name)
Lookup format by name
|
protected void |
modifyFormat(LibrarySession sess,
ParameterTable params)
Section variant of Modify Format
|
protected void |
modifyFormat(LibrarySession sess,
String name,
FormatDefinition fmtdef)
internal variant of Modify Format
|
void |
showFormat(LibrarySession sess,
Format format) |
void |
showFormat(LibrarySession sess,
ParameterTable params)
Section variant of showFormat
|
void |
showFormat(LibrarySession sess,
String formatname)
Inline/internal variant of showFormat
|
protected AdminManager m_Main
public FormatAdmin(AdminManager main)
main
- Reference to AdminManager which invokes this.protected void createFormat(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void createFormat(LibrarySession sess, String nameToken, String mimetypeToken, String extensionToken, String isbinaryToken) throws IfsException
IfsException
protected void createFormat(LibrarySession sess, FormatDefinition def) throws IfsException
IfsException
protected void modifyFormat(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void modifyFormat(LibrarySession sess, String name, FormatDefinition fmtdef) throws IfsException
IfsException
protected void freeFormat(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void freeFormat(LibrarySession sess, String name) throws IfsException
IfsException
public void showFormat(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void showFormat(LibrarySession sess, String formatname) throws IfsException
IfsException
public void showFormat(LibrarySession sess, Format format) throws IfsException
IfsException
protected Format lookupFormat(LibrarySession sess, String name) throws IfsException
IfsException
Copyright © 2023. All rights reserved.