| 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
IfsExceptionprotected void createFormat(LibrarySession sess, String nameToken, String mimetypeToken, String extensionToken, String isbinaryToken) throws IfsException
IfsExceptionprotected void createFormat(LibrarySession sess, FormatDefinition def) throws IfsException
IfsExceptionprotected void modifyFormat(LibrarySession sess, ParameterTable params) throws IfsException
IfsExceptionprotected void modifyFormat(LibrarySession sess, String name, FormatDefinition fmtdef) throws IfsException
IfsExceptionprotected void freeFormat(LibrarySession sess, ParameterTable params) throws IfsException
IfsExceptionprotected void freeFormat(LibrarySession sess, String name) throws IfsException
IfsExceptionpublic void showFormat(LibrarySession sess, ParameterTable params) throws IfsException
IfsExceptionpublic void showFormat(LibrarySession sess, String formatname) throws IfsException
IfsExceptionpublic void showFormat(LibrarySession sess, Format format) throws IfsException
IfsExceptionprotected Format lookupFormat(LibrarySession sess, String name) throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.