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.orgstructure.context |
Classes that represents Organization Structure model objects
like
RoleUnitHolder in java code. |
com.whitestein.lsps.os.dto |
Data transfer objects for person management services.
|
com.whitestein.lsps.test |
Modifier and Type | Method and Description |
---|---|
void |
TodoServiceBean.reassignTodo(long todoId,
Set<Performer> performers) |
Modifier and Type | Method and Description |
---|---|
Set<Performer> |
Todo.getPerformers()
Returns the set of performers for the todo.
|
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 |
---|---|
Collection<Performer> |
OrgTypeFactoryImpl.resolvePerformers(Collection<?> performerHolders) |
Collection<Performer> |
OrgTypeFactory.resolvePerformers(Collection<?> performerHolders)
Converts and resolves the given collection of performer holders to a collection of
Performers . |
Modifier and Type | Method and Description |
---|---|
static Performer |
Performer.anyPerformer()
Returns a special performer representing any known performer.
|
static Performer |
Performer.person(Person person)
Creates a new person performer.
|
static Performer |
Performer.roleUnit(RoleUnitName roleUnitName)
Creates a new role-unit performer.
|
Modifier and Type | Method and Description |
---|---|
List<Performer> |
PerformerList.getData()
Returns a list of performers.
|
Constructor and Description |
---|
PerformerList(Collection<Performer> performers)
Creates a new instance.
|
PerformerList(Collection<Performer> performers,
long total)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Set<Performer> |
Todo.getPerformers() |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.