Maven module :
un.api : api-task :
Class :
un.api.task.Tasks
Extends/Implements :
-
Subclasses :
-
Convinient methods for tasks.
author
Johann Sorel
Variables :
-
Functions :
getDescriptors
,
getDescriptor
Lists available image tasks
return
array of TaskDescriptor, never null but can be empty.
public TaskDescriptor[]
getDescriptors
()
Get task descriptor for given id.
param
id task id
return
TaskDescriptor, null if not found
public TaskDescriptor
getDescriptor
(Chars id)
author Johann Sorel