CA Identity Manager
Java SDK r12.5 SP 8

 

com.netegrity.ims
Class EventProfile.TaskSessionProfile

java.lang.Object
  extended by com.netegrity.ims.EventProfile.TaskSessionProfile
Enclosing class:
EventProfile

public class EventProfile.TaskSessionProfile
extends java.lang.Object

The TasksessionProfile of the tasksession this event belongs to.


Constructor Summary
EventProfile.TaskSessionProfile()
           
 
Method Summary
 java.lang.String getAdminDN()
           
 java.lang.String getAdminName()
           
 java.lang.String getParentEventOID()
           
 java.lang.String getParentTaskSessionOID()
           
 java.lang.String getTaskDescription()
          Retrieves an task description
 java.lang.String getTaskID()
          Retrieves a task ID.
 java.lang.String getTaskName()
          Retrieves a task name.
 int getTaskPriority()
           
 java.lang.String getTaskSessionID()
          Retrieves Task Session ID of the Task this event belongs to.
 java.lang.String getTaskState()
           
 java.lang.String getTaskTag()
           
 void setAdminDN(java.lang.String adminDN)
           
 void setAdminName(java.lang.String adminName)
           
 void setParentEventOID(java.lang.String parentEventOID)
           
 void setParentTaskSessionOID(java.lang.String parentTaskSessionOID)
           
 void setTaskDescription(java.lang.String value)
          Sets an task description.
 void setTaskID(java.lang.String value)
          Sets a task ID.
 void setTaskName(java.lang.String value)
          Sets a task name.
 void setTaskPriority(int taskPriority)
           
 void setTaskSessionID(java.lang.String value)
          Sets a Task Session ID of the Task this event belongs to
 void setTaskState(java.lang.String taskState)
           
 void setTaskTag(java.lang.String taskTag)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventProfile.TaskSessionProfile

public EventProfile.TaskSessionProfile()
Method Detail

setTaskSessionID

public void setTaskSessionID(java.lang.String value)
Sets a Task Session ID of the Task this event belongs to

Parameters:
value - Task Session ID of the Task this event belongs to.

getTaskSessionID

public java.lang.String getTaskSessionID()
Retrieves Task Session ID of the Task this event belongs to.

Returns:
The Task Session ID of the Task this event belongs to.

setTaskID

public void setTaskID(java.lang.String value)
Sets a task ID.

Parameters:
value - The ID of the task to set for the event.

getTaskID

public java.lang.String getTaskID()
Retrieves a task ID.

Returns:
The ID of the task associated with the event.

getTaskPriority

public int getTaskPriority()

setTaskPriority

public void setTaskPriority(int taskPriority)

getTaskTag

public java.lang.String getTaskTag()

setTaskTag

public void setTaskTag(java.lang.String taskTag)

setTaskName

public void setTaskName(java.lang.String value)
Sets a task name.

Parameters:
value - The name of the task to set for the event.

getTaskName

public java.lang.String getTaskName()
Retrieves a task name.

Returns:
The name of the task associated with the event.

setTaskDescription

public void setTaskDescription(java.lang.String value)
Sets an task description.

Parameters:
value - The description to set for the task of the event.

getTaskDescription

public java.lang.String getTaskDescription()
Retrieves an task description

Returns:
The description of the task of the event

getTaskState

public java.lang.String getTaskState()

setTaskState

public void setTaskState(java.lang.String taskState)

getAdminName

public java.lang.String getAdminName()
Returns:
the adminName

setAdminName

public void setAdminName(java.lang.String adminName)
Parameters:
adminName - the adminName to set

getAdminDN

public java.lang.String getAdminDN()
Returns:
the adminDN

setAdminDN

public void setAdminDN(java.lang.String adminDN)
Parameters:
adminDN - the adminDN to set

getParentTaskSessionOID

public java.lang.String getParentTaskSessionOID()
Returns:
the TS OID of the parent if this is a nested task session.

setParentTaskSessionOID

public void setParentTaskSessionOID(java.lang.String parentTaskSessionOID)
Parameters:
parentTaskSessionOID - the TS OID of the parent if this is a nested task session.

getParentEventOID

public java.lang.String getParentEventOID()
Returns:
the eventID of the parent event if this task is a child of a event.

setParentEventOID

public void setParentEventOID(java.lang.String parentEventOID)
Parameters:
parentEventOID - the eventID of the parent event if this task is a child of a event.

CA Identity Manager
Java SDK r12.5 SP 8

06/13/2011

© 2011 CA Technologies, Inc. All rights reserved.