Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ITaskList Members

ITaskList overview

Public Instance Properties

iconContainingProject Gets the project that contains this task list.
iconCreatedDate Gets the task list created date.
iconDefaultSecurity Gets or sets if project default security is used.
iconDescription Gets or sets the task list description.
iconDetailsURL Gets the URL at which the task list details can be viewed.
iconID Gets the task list ID.
iconLastModifiedDate Gets the task list last modified date.
iconName Gets or sets the task list name.
iconOwnerUserID Gets the Owner ID of this task list.

Public Instance Methods

iconCreateTask Creates and returns a task object.
iconGetAccessLevel Returns the task list access level for the given role type.
iconGetObjectReferences Returns an array of IXPObjectReference.
iconHasCreatedDate Returns true if the task list created date is available, else false.
iconHasLastModifiedDate Returns true if last modified date is available, else false.
iconIsActionAllowed Returns whether a given TaskListPermissions is allowed for this task list.
iconRemoveTask Removes a task given the task ID.
iconSetAccessLevel Set task list access level for a given role type.
iconStore Stores the task list.

See Also

ITaskList Interface | Plumtree.Remote.PRC.Collaboration.Tasklist Namespace