|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Admin
Interface for administrative actions. Use ServiceLocator.getAdmin() to create an instance of this interface.
| Method Summary | |
|---|---|
void |
executeTimer(java.lang.String id)
Execute the timer with the given id |
java.lang.String |
importXML(java.lang.String resource)
Perform an XML-Import. |
java.lang.String |
importXML(java.lang.String resource,
java.util.List<Persistent> defaultObjects)
Perform an XML-Import. |
void |
initLogFile()
Initialize the log file (start writing a new one) |
void |
refreshWorklistCacheInstances()
Refresh the activities in the worklist cache |
void |
refreshWorklistCacheOrgData()
Refresh the organizational data in the worklist cache |
void |
replaceHTML(FormType ft,
java.lang.String htmlpage)
Regenerate a form. |
void |
restartServer()
Restart the @enterprise server |
java.lang.String |
serverInfo()
Print out the server information. |
void |
setLoginAllowed(java.lang.String nodeid,
boolean allowed,
java.lang.String message)
Allow or deny the login on the given node. |
java.net.URL |
showClassLocation(java.lang.String cl)
Search the resource in the classpath. |
void |
stopServer()
Stop the @enterprise server |
java.lang.String |
viewLogFile()
View the current log file |
| Method Detail |
|---|
void stopServer()
void restartServer()
void replaceHTML(FormType ft,
java.lang.String htmlpage)
throws java.lang.Exception
java.lang.Exception
java.lang.String serverInfo()
throws java.lang.Exception
java.lang.Exception
void executeTimer(java.lang.String id)
throws java.lang.Exception
java.lang.Exceptionvoid refreshWorklistCacheOrgData()
void refreshWorklistCacheInstances()
throws java.lang.Exception
java.lang.Exception
void initLogFile()
throws java.lang.Exception
java.lang.Exception
java.lang.String viewLogFile()
throws java.lang.Exception
java.lang.Exception
void setLoginAllowed(java.lang.String nodeid,
boolean allowed,
java.lang.String message)
throws java.lang.Exception
java.lang.Exceptionjava.net.URL showClassLocation(java.lang.String cl)
java.lang.String importXML(java.lang.String resource)
throws java.lang.Exception
resource - a resource in the classpath
java.lang.Exception
java.lang.String importXML(java.lang.String resource,
java.util.List<Persistent> defaultObjects)
throws java.lang.Exception
resource - a resource in the classpathlist - of default objects.
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||