Package sk.ipesoft.d2000.d2japi
Interface AuditResourceGroupOperation
-
- All Superinterfaces:
AuditOperationCommon
public interface AuditResourceGroupOperation extends AuditOperationCommon
Properties of audited operation performed on resource group.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuditResourceGroupOperationConfigurationgetFullConfigData()Get state of the resource group after the operation finished.AuditResourceGroupOperationTypegetOperationType()Get type of operation performed on resource group.java.lang.StringgetResourceGroupName()Get name of resource group, which was affected by the operation.-
Methods inherited from interface sk.ipesoft.d2000.d2japi.AuditOperationCommon
getCommentText, getComputerName, getFullConfigXml, getLogTime, getProcessName, getSecurityInfo, getSerialNumber, getUserId, getUserName, getWriteTime, getWriteTimeMilliseconds, isSuccessful
-
-
-
-
Method Detail
-
getOperationType
AuditResourceGroupOperationType getOperationType()
Get type of operation performed on resource group.- Returns:
- type of operation
-
getResourceGroupName
java.lang.String getResourceGroupName()
Get name of resource group, which was affected by the operation.- Returns:
- name of affected resource group
-
getFullConfigData
AuditResourceGroupOperationConfiguration getFullConfigData()
Get state of the resource group after the operation finished.- Returns:
- configuration of the resource group after the operation
-
-