|
Syntax
- sequence< com::sun::star::task::XResource > getResources
();
Syntax
- long getTypes
();
Description
Return zero or more constants out of the constant group TaskType. This
group containe the possible task types.
Returns
- the task types.
See also
- XTaskManager::createTask
-
Syntax
- com::sun::star::task::XTaskManager getTaskManager
();
Description
The task manager of this task is returned.
See also
- XTaskManager::createTask
-
Syntax
- sequence< com::sun::star::task::XTask > getPredecessorTasks
();
Syntax
- sequence< com::sun::star::task::XResource > getLockedResources
();
Syntax
- void lockResource
(
- com::sun::star::task::ResourceAccess iType )
- raises ( com::sun::star::task::ResourceLockException , com::sun::star::lang::IllegalArgumentException );
Description
Lock the resource READONLY oder EXCLUSIVE or exclusive. Only lock resources
with the XTask interface.
Parameter iType
- READONLY or EXCLUSIVE.
Throws
- java.lang.IllegalArgumentException ereignet sich,
wenn type verkehrt ist.
See also
- #READONLY
-
See also
- #EXCLUSIVE
-
See also
- #unlock(int,
- int)
See also
- #waitLock(int,
- int)
See also
- #lockRead(int)
-
See also
- #lockExclusive(int)
-
|