Interface ITaskLog
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
public interface ITaskLog extends IBaseField
For HP use. An entry in the log of an asynchronous action.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
taskLogType()
The severity levels for the task log entries.void
taskLogType(java.lang.String pVal)
The severity levels for the task log entries.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
taskLogType
java.lang.String taskLogType()
The severity levels for the task log entries.
Getter method for the COM property "TaskLogType"
- Returns:
- Returns a value of type java.lang.String
-
taskLogType
void taskLogType(java.lang.String pVal)
The severity levels for the task log entries.
Setter method for the COM property "TaskLogType"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
-