Package | Description |
---|---|
com.whitestein.lsps.human |
Services for accessing the functionality related to human-oriented processes.
|
com.whitestein.lsps.human.dto |
Data transfer objects for the functionality related to human-oriented processes.
|
com.whitestein.lsps.human.entity |
Persistent entities for human-oriented tasks.
|
com.whitestein.lsps.test |
Modifier and Type | Method and Description |
---|---|
TodoAuthorization |
TodoService.getAuthorization(long todoId,
String personId)
Returns the reason why the person can see the to-do in his to-do list.
|
TodoAuthorization |
TodoServiceBean.getAuthorization(long todoId,
String personId) |
Modifier and Type | Method and Description |
---|---|
TodoAuthorization |
Todo.getAuthorization()
Returns the reason why the person can see the to-do in his to-do list.
|
static TodoAuthorization |
TodoAuthorization.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TodoAuthorization[] |
TodoAuthorization.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Todo(long id,
long modelInstanceId,
String title,
String type,
TodoStatus status,
String interruptionReason,
Date issuedDate,
Date submittedDate,
Person allocatedTo,
Collection<? extends Performer> performers,
int delegationLevel,
String taskNamespace,
long taskId,
String taskName,
byte[] contentBytes,
Integer priority,
String notes,
TodoAuthorization authorization)
Creates new instance of
Todo . |
Modifier and Type | Method and Description |
---|---|
TodoAuthorization |
Todo.getAuthorization(Person person)
Returns the reason why the person can see the to-do in his to-do list.
|
Modifier and Type | Method and Description |
---|---|
TodoAuthorization |
Todo.getAuthorization() |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.