public class AdministrationOM extends Object implements Serializable
| Constructor and Description |
|---|
AdministrationOM(SessionInfo sessionInfo)
Creates an instance of the AdministrationOM object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteDataAuditRecords(DataAuditFilter dataAuditfilter)
This method is to delete the data audit records based on the filter.
|
void |
deleteTaskAuditRecords(TaskAuditFilter taskAuditFilter)
This method is to delete the task audit records based on the filter.
|
File |
downloadTaskAuditAttachment(String taskAuditId)
Method to extract TaskAudit Attachment and download it to File Transfer Folder.
|
List<String> |
enumActivityUser(boolean forRunningTasks)
Method to get the activity users.
|
List<DataAuditRecord> |
enumDataAuditRecords(DataAuditFilter dataAuditFilter)
This method will enumerate the data.
|
List<RunningTask> |
enumRunningTask(RunningTaskFilter filter)
Method helps to get the running tasks based on the filter.
|
List<TaskAuditRecord> |
enumTaskAuditRecords(TaskAuditFilter taskAuditFilter)
This method will enumerate the tasks.
|
File |
extractDataAuditRecords(DataAuditFilter dataAuditfilter)
This method is to extract the data audit records based on the filter.
|
File |
extractTaskAuditRecords(TaskAuditFilter taskAuditfilter)
This method is to extract the task audit records based on the filter.
|
List<RunningTaskProgress> |
getCurrentTaskProgress(List<Integer> taskIDs)
Method to get the running task progress.
|
long |
getDataAuditRecordsSize(DataAuditFilter dataAuditFilter)
This method will enumerate the data and retrieves the size.
|
File |
getRunningTaskFile(int runningTaskID)
Method helps to download the file from running task based on runningTaskID drom same server.
|
File |
getRunningTaskFileFromServer(String fileId,
String serverName,
int runningTaskId)
Method helps to download running task file from distributed machine based on fileId and server name.
|
RunningTaskLogPathAndServerName |
getRunningTaskFileInfo(int runningTaskID)
Method helps to retrieve the running task log path and sever name.
|
File |
getRunningTaskLog(int runningTaskID)
Method helps to download the log file from running task based on runningTaskID.
|
long |
getRunningTaskSize(RunningTaskFilter filter)
Method helps to get the number of running tasks based on the filter.
|
long |
getTaskAuditRecordsSize(TaskAuditFilter taskAuditFilter)
This method will enumerate the tasks and retrieves the size.
|
boolean |
hasSystemChanged()
This method returns true if system has changed.
|
void |
stopRunningTask(List<Integer> taskIDs)
Method to stop the running tasks.
|
public AdministrationOM(SessionInfo sessionInfo) throws HFMException
sessionInfo - session informationHFMExceptionpublic long getRunningTaskSize(RunningTaskFilter filter) throws HFMException
filter - - running task filter appliedHFMExceptionpublic List<RunningTask> enumRunningTask(RunningTaskFilter filter) throws HFMException
filter - - running task filter appliedHFMExceptionpublic File getRunningTaskFileFromServer(String fileId, String serverName, int runningTaskId) throws HFMException
fileId - - running task returned log file or data file IdserverName - - running task returned server name forrunningTaskId - - running task IdHFMExceptionpublic File getRunningTaskLog(int runningTaskID) throws HFMException
runningTaskID - - running task IdHFMExceptionpublic File getRunningTaskFile(int runningTaskID) throws HFMException
runningTaskID - - running task IdHFMExceptionpublic RunningTaskLogPathAndServerName getRunningTaskFileInfo(int runningTaskID) throws HFMException
runningTaskID - - running task IdHFMExceptionpublic void stopRunningTask(List<Integer> taskIDs) throws HFMException
taskIDs - - list of task IdsHFMExceptionpublic List<RunningTaskProgress> getCurrentTaskProgress(List<Integer> taskIDs) throws HFMException
taskIDs - - list of task IdsHFMExceptionpublic List<String> enumActivityUser(boolean forRunningTasks) throws HFMException
forRunningTasks - decides if the user is for the running tasksHFMExceptionpublic long getTaskAuditRecordsSize(TaskAuditFilter taskAuditFilter) throws HFMException
taskAuditFilter - the filter for task audit.HFMExceptionpublic long getDataAuditRecordsSize(DataAuditFilter dataAuditFilter) throws HFMException
dataAuditFilter - the filter for data audit.HFMExceptionpublic List<TaskAuditRecord> enumTaskAuditRecords(TaskAuditFilter taskAuditFilter) throws HFMException
taskAuditFilter - the filter for task audit.HFMExceptionpublic List<DataAuditRecord> enumDataAuditRecords(DataAuditFilter dataAuditFilter) throws HFMException
dataAuditFilter - the filter for data audit.HFMExceptionpublic void deleteTaskAuditRecords(TaskAuditFilter taskAuditFilter) throws HFMException
taskAuditFilter - the filter for task audit records.HFMExceptionpublic void deleteDataAuditRecords(DataAuditFilter dataAuditfilter) throws HFMException
dataAuditfilter - the filter for data audit records.HFMExceptionpublic File extractTaskAuditRecords(TaskAuditFilter taskAuditfilter) throws HFMException
taskAuditfilter - the filter for task audit records.HFMExceptionpublic File extractDataAuditRecords(DataAuditFilter dataAuditfilter) throws HFMException
dataAuditfilter - the filter for data audit records.HFMExceptionpublic File downloadTaskAuditAttachment(String taskAuditId) throws HFMException
taskAuditId - the Id of the taskHFMExceptionpublic boolean hasSystemChanged()
throws HFMException
HFMExceptionCopyright 2007, 2026, Oracle. All rights reserved.