Modifier and Type | Field and Description |
---|---|
protected AdminManager |
m_Main |
Constructor and Description |
---|
MediaAdmin(AdminManager main)
The only constructor that is being used.
|
Modifier and Type | Method and Description |
---|---|
protected void |
createMedia(LibrarySession sess,
MediaDefinition def)
internal variant of Create Media
|
protected void |
createMedia(LibrarySession sess,
ParameterTable params)
Section variant of Create Media
|
protected void |
createMedia(LibrarySession sess,
String nameToken,
String isIndexedToken,
String databaseObjectNameToken)
inline variant of Create Media
|
protected void |
freeMedia(LibrarySession sess,
ParameterTable params)
Section variant of Free Media
|
protected void |
freeMedia(LibrarySession sess,
String name)
Inline/internal variant of Free Media
|
protected Media |
lookupMedia(LibrarySession sess,
String name)
Lookup Media by name
|
protected void |
modifyMedia(LibrarySession sess,
ParameterTable params)
Section variant of Modify Media
|
protected void |
modifyMedia(LibrarySession sess,
String name,
MediaDefinition def)
internal variant of Modify Media
|
protected void |
setDefaultStorageGroup(LibrarySession sess,
ParameterTable params)
Sets the default StorageGroup for new ContentObjects.
|
protected void |
showDefaultStorageGroup(LibrarySession sess)
Shows the default StorageGroup for new ContentObjects.
|
void |
showMedia(LibrarySession sess,
Media media) |
void |
showMedia(LibrarySession sess,
ParameterTable params)
Section variant of showMedia
|
void |
showMedia(LibrarySession sess,
String medianame)
Inline/internal variant of showMedia
|
protected AdminManager m_Main
public MediaAdmin(AdminManager main)
main
- Reference to AdminManager which invokes thisprotected void createMedia(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void createMedia(LibrarySession sess, String nameToken, String isIndexedToken, String databaseObjectNameToken) throws IfsException
IfsException
protected void createMedia(LibrarySession sess, MediaDefinition def) throws IfsException
IfsException
protected void modifyMedia(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void modifyMedia(LibrarySession sess, String name, MediaDefinition def) throws IfsException
IfsException
protected void freeMedia(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void freeMedia(LibrarySession sess, String name) throws IfsException
IfsException
public void showMedia(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void showMedia(LibrarySession sess, String medianame) throws IfsException
IfsException
public void showMedia(LibrarySession sess, Media media) throws IfsException
IfsException
protected Media lookupMedia(LibrarySession sess, String name) throws IfsException
IfsException
protected void setDefaultStorageGroup(LibrarySession sess, ParameterTable params) throws IfsException
sess
- the sessionparams
- the parametersIfsException
- if the operation failsprotected void showDefaultStorageGroup(LibrarySession sess) throws IfsException
sess
- the sessionif
- the operation fails IfsExceptionIfsException
Copyright © 2023. All rights reserved.