Package | Description |
---|---|
com.edorasware.commons.core.any |
Classes for generic work object management.
|
com.edorasware.commons.core.entity |
Classes to model business entities.
|
com.edorasware.commons.core.modification.entity |
Classes related to entity modifications.
|
com.edorasware.commons.core.persistence.entity | |
com.edorasware.commons.core.query.entity |
Classes to build entity-specific queries.
|
com.edorasware.commons.core.service.entity |
Classes related to entity services.
|
Modifier and Type | Field and Description |
---|---|
static BasicOperand<GroupId> |
AnyWorkObject.ASSIGNED_GROUP_ID
Allows to build predicates testing for certain work object assigned group id values.
|
static CandidateOperand<GroupId> |
AnyWorkObject.CANDIDATE_GROUP_IDS
Allows to build predicates testing for certain work object candidate user id values.
|
static BasicOperand<GroupId> |
AnyWorkObject.INITIAL_ASSIGNED_GROUP_ID
Allows to build predicates testing for certain work object initial assigned group id values.
|
static BasicOperand<GroupId> |
AnyWorkObject.PREVIOUS_ASSIGNED_GROUP_ID
Allows to build predicates testing for certain work object previous assigned group id values.
|
Modifier and Type | Field and Description |
---|---|
static GroupId |
GroupId.UNDEFINED
A type-safe and null-safe undefined group id.
|
Modifier and Type | Method and Description |
---|---|
static GroupId |
GroupId.from(Id id)
Returns a type-safe group id for the specified id or null if the given id is null.
|
static GroupId |
GroupId.from(Identifiable<?> identifiable)
Returns a type-safe group id derived from the id of the specified identifiable or null if the id of the identifiable is null.
|
static GroupId |
GroupId.get(String value)
Returns a type-safe group id for the specified value.
|
GroupId |
WorkObject.getAssignedGroupId()
Returns the current assigned group of the entity.
|
GroupId |
WorkObject.getInitialAssignedGroupId()
Returns the initial assigned group of the entity.
|
GroupId |
WorkObject.getPreviousAssignedGroupId()
Returns the previous assigned group of the entity.
|
static GroupId |
GroupId.nullSafeGet(String value)
Returns a type-safe group id for the specified value or null if the given value is null.
|
GroupId |
GroupId.withValue(String value)
Returns a new group-id with the given value.
|
Modifier and Type | Method and Description |
---|---|
Set<GroupId> |
WorkObject.getCandidateGroupIds()
Returns the candidate groups of the entity.
|
Modifier and Type | Method and Description |
---|---|
SELF |
WorkObject.WorkObjectBuilder.addCandidateGroupId(GroupId candidateGroupId)
Adds the candidate group id to the current candidate group ids.
|
SELF |
WorkObject.WorkObjectBuilder.assignedGroupId(GroupId assignedGroupId)
Sets the current assigned group id.
|
SELF |
WorkObject.WorkObjectBuilder.initialAssignedGroupId(GroupId initialAssignedGroupId)
Sets the initial assigned group id.
|
SELF |
WorkObject.WorkObjectBuilder.previousAssignedGroupId(GroupId previousAssignedGroupId)
Sets the previous assigned group id.
|
Modifier and Type | Method and Description |
---|---|
SELF |
WorkObject.WorkObjectBuilder.candidateGroupIds(Set<GroupId> candidateGroupIds)
Sets the candidate group ids.
|
Modifier and Type | Method and Description |
---|---|
ModificationValue<GroupId> |
WorkObjectModification.WorkObjectModificationBuilder.getAssignedGroupId() |
ModificationValue<Set<GroupId>> |
WorkObjectModification.WorkObjectModificationBuilder.getCandidateGroupIds() |
Modifier and Type | Method and Description |
---|---|
SELF |
WorkObjectModification.WorkObjectModificationBuilder.assignedGroupId(GroupId assignedGroupId) |
Modifier and Type | Method and Description |
---|---|
SELF |
WorkObjectModification.WorkObjectModificationBuilder.candidateGroupIds(Set<GroupId> candidateGroupIds) |
Modifier and Type | Field and Description |
---|---|
static IdentityLinkConverter<GroupId> |
IdentityLinkConverter.CANDIDATE_GROUP |
Modifier and Type | Method and Description |
---|---|
BasicOperand<GroupId> |
WorkObjectOperandContainer.getAssignedGroupId() |
CandidateOperand<GroupId> |
WorkObjectOperandContainer.getCandidateGroupIds() |
BasicOperand<GroupId> |
WorkObjectOperandContainer.getInitialAssignedGroupId() |
BasicOperand<GroupId> |
WorkObjectOperandContainer.getPreviousAssignedGroupId() |
Modifier and Type | Method and Description |
---|---|
GroupId |
WorkObjectUpdate.Builder.getAssignedGroupId()
Gets the current assigned group id.
|
Modifier and Type | Method and Description |
---|---|
Set<GroupId> |
WorkObjectUpdate.Builder.getCandidateGroupIds()
Gets the current candidate group ids.
|
Modifier and Type | Method and Description |
---|---|
SELF |
WorkObjectUpdate.Builder.assignedGroupId(GroupId groupId)
Sets the assigned group id.
|
void |
BaseWorkObjectService.setAssignedGroup(GlobalId globalId,
GroupId groupId,
String description) |
void |
WorkObjectService.setAssignedGroup(GlobalId globalId,
GroupId groupId,
String description)
Sets the user to which the specified entity is assigned to.
|
void |
BaseWorkObjectService.setAssignedGroup(T id,
GroupId groupId,
String description) |
void |
WorkObjectService.setAssignedGroup(T id,
GroupId groupId,
String description)
Sets the user to which the specified entity is assigned to.
|
Modifier and Type | Method and Description |
---|---|
SELF |
WorkObjectUpdate.Builder.candidateGroupIds(Set<GroupId> groupIds)
Sets the candidate group ids.
|
void |
BaseWorkObjectService.setCandidateGroups(GlobalId globalId,
Set<GroupId> groupIds,
String description) |
void |
WorkObjectService.setCandidateGroups(GlobalId globalId,
Set<GroupId> groupIds,
String description)
Sets the candidate groups of the specified entity.
|
void |
BaseWorkObjectService.setCandidateGroups(T id,
Set<GroupId> groupIds,
String description) |
void |
WorkObjectService.setCandidateGroups(T id,
Set<GroupId> groupIds,
String description)
Sets the candidate groups of the specified entity.
|
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.