Package | Description |
---|---|
oracle.ifs.admin.actions | |
oracle.ifs.admin.tools.schema | |
oracle.ifs.admin.upgrade.common | |
oracle.ifs.server | |
oracle.ifs.utils.action |
Modifier and Type | Class and Description |
---|---|
class |
ProcessDestroyedException
Thrown when an external process has been destroyed due to a timeout,
an interrupt from another Thread, or some other exceptional condition.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FileHandlingAction.appendFile(File sourceFile,
File destFile,
String checkString,
boolean insertLinefeed) |
protected void |
FileHandlingAction.appendString(String stringToAppend,
File destFile,
String checkString,
boolean insertLinefeed) |
protected void |
FileHandlingAction.copyFile(File sourceFile,
File destFile) |
protected boolean |
FileHandlingAction.doesFileContainString(File file,
String checkString) |
void |
AlterPasswordAction.execute(Connection con) |
void |
CreateIfsCredentialManagerSchemaAction.execute(Connection con) |
void |
CreateIfsSchemaAction.execute(Connection con) |
void |
DropNamedSchemaAction.execute(Connection con) |
void |
DropSchemasAction.execute(Connection con) |
abstract void |
JDBCAction.execute(Connection con)
Executes JDBC statements.
|
void |
SetSchemaVersionAction.execute(Connection con)
Sets the iFS schema version.
|
void |
UpdateUpgradeStatusAction.execute(Connection con)
Updates the upgrade status table.
|
void |
SQLScriptAction.execute(Connection con,
String connectString) |
void |
CopyToIfsAction.execute(LibrarySession sess)
Copies the source file or directory into the specified destination in iFS.
|
void |
CreateRetainedEventTypeAction.execute(LibrarySession sess)
Executes the action.
|
void |
InactivateAgentsAction.execute(LibrarySession session)
Perform the upgrade.
|
abstract void |
LibrarySessionAction.execute(LibrarySession sess)
Executes iFS methods.
|
void |
LibrarySessionAndJDBCAction.execute(LibrarySession sess)
Execute the action.
|
void |
PutPolicyAction.execute(LibrarySession session) |
void |
RenamePublicObjectAction.execute(LibrarySession sess)
Renames the target PublicObject.
|
abstract void |
LibrarySessionAndJDBCAction.execute(LibrarySession sess,
Connection con) |
protected abstract void |
BaseAppAction.execute(String[] args)
This method should be overridden to implement the
actual execution of the BaseApp class.
|
protected void |
CreateFolderIndexAction.execute(String[] args)
Executes AdminManager, given arguments.
|
protected void |
CreatePasswordCredentialAction.execute(String[] args)
Executes CreatePasswordCredential, given arguments.
|
protected void |
CredentialManagerAction.execute(String[] args)
Executes AdminManager, given arguments.
|
protected void |
DomainConfigurationAction.execute(String[] args)
Executes AdminManager, given arguments.
|
protected void |
DropFolderIndexAction.execute(String[] args)
Executes AdminManager, given arguments.
|
protected void |
IterateSCsCredentialManagerAction.execute(String[] args)
Executes AdminManager, given arguments.
|
protected void |
PolicyManagerAction.execute(String[] args)
Executes PolicyManager, given arguments.
|
protected void |
ScriptOperationsAction.execute(String[] args)
Execute the action.
|
protected void |
StartServiceAction.execute(String[] args)
Starts a LibraryService.
|
protected void |
UpdateFolderIndexAction.execute(String[] args)
Executes AdminManager, given arguments.
|
protected void |
VerifyMediaAction.execute(String[] args)
Executes VerifyMedia, given arguments.
|
protected File |
FileHandlingAction.getFile(String dir,
String fname,
boolean createDir,
boolean createFile)
Returns a File object given the directory location and filename.
|
protected void |
FileHandlingAction.insertFile(File sourceFile,
File destFile,
String locationString,
boolean afterLine,
String checkString,
boolean insertLinefeed) |
protected void |
FileHandlingAction.insertString(String stringToInsert,
File destFile,
String locationString,
boolean afterLine,
String checkString,
boolean insertLinefeed) |
static void |
FileHandlingAction.main(String[] args) |
void |
BaseAppAction.perform()
Runs the BaseApp.
|
void |
CreateDefaultFilterIndexAction.perform() |
void |
CreateFastFilterIndexAction.perform() |
void |
DisposeServiceAction.perform()
Disposes a service if already started
|
void |
FileHandlingAction.perform()
Performs this Action.
|
void |
ForkProcessAction.perform()
Executes the process specified by the
getCommand method. |
void |
InstallLykeAction.perform() |
void |
JDBCAction.perform()
Performs this JDBCAction.
|
void |
LibrarySessionAction.perform()
Performs this LibrarySessionAction.
|
void |
SQLScriptAction.perform() |
void |
UpdateTextIndexAction.perform() |
protected void |
DropJavaAction.processFinished(int code,
StringWriter out,
StringWriter err)
Invoked when the external process has finished on its own.
|
protected void |
ForkProcessAction.processFinished(int code,
StringWriter out,
StringWriter err)
Invoked when the external process has finished on its own.
|
protected void |
LoadJavaAction.processFinished(int code,
StringWriter out,
StringWriter err) |
protected void |
OsCommandAction.processFinished(int code,
StringWriter out,
StringWriter err) |
protected void |
FileHandlingAction.removeContents(File sourceFile,
File destFile) |
protected void |
FileHandlingAction.replaceString(String stringToInsert,
File destFile,
String stringToReplace) |
Modifier and Type | Method and Description |
---|---|
AbstractAction |
SchemaUpgrade.generateUpgradeAction()
Generates a QueueAction that contains all the Actions necessary
for a schema upgrade.
|
void |
SchemaCreator.perform() |
void |
SchemaCreator.performUpgrade() |
Constructor and Description |
---|
SchemaCreator(Hashtable settings,
Hashtable directories,
String actionsFile,
String actionName,
String actionDescription,
boolean isUpgrade) |
Modifier and Type | Method and Description |
---|---|
void |
DropLykeIndexAction.execute(Connection conn)
Executes JDBC statements.
|
void |
SetRepositoryParameterAction.execute(Connection conn)
Executes JDBC statements.
|
void |
ApplyCategoryFlag.execute(LibrarySession sess)
Execute the action.
|
void |
FreeClassObjectAction.execute(LibrarySession sess)
Frees the ClassObject with the name specified by the
ClassObject property. |
void |
RecreateClassObjectViews.execute(LibrarySession session)
Creates or re-creates the views for the ClassObject specified by the
ClassObject property, and its subclasses. |
void |
RecreatePublicObjectViews.execute(LibrarySession session)
execute the script; re-creates the PublicObject views.
|
void |
RemoveAttributeAction.execute(LibrarySession sess)
Removes the attribute specified by the
ClassObject and
Attribute properties. |
protected void |
FreeClassObjectAction.freeClassObjectIfNecessary(LibrarySession sess,
String className)
Do the real work of freeing the ClassObject, after checking to see
if the classobject exists already first.
|
Modifier and Type | Method and Description |
---|---|
void |
AlterIfsCredentialManager.execute(Connection conn)
Execute the action.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.perform()
Performs this Action.
|
void |
ListAction.perform()
Executes every Action that has been added to this
ListAction's queue.
|
Copyright © 2023. All rights reserved.