Package | Description |
---|---|
com.edorasware.api.workobject |
Interfaces for work object access and manipulation.
|
com.edorasware.cloud.core.account | |
com.edorasware.gear.core.workobject.internal |
Modifier and Type | Method and Description |
---|---|
static WorkObjectBuilder |
WorkObject.builder()
Creates an empty work object builder.
|
static WorkObjectBuilder |
WorkObject.builder(WorkObject template)
Creates a work object builder based on the given template.
|
WorkObjectBuilder |
WorkObjectBuilder.definitionId(String definitionId)
Sets the work object definition ID.
|
WorkObjectBuilder |
WorkObjectBuilder.externalId(String externalId)
Sets the work object external ID.
|
WorkObjectBuilder |
WorkObjectBuilder.globalId(String globalId)
Sets the work object global ID.
|
WorkObjectBuilder |
WorkObjectBuilder.id(String id)
Sets the work object ID.
|
WorkObjectBuilder |
WorkObjectBuilder.path(List<String> path)
Sets the work object path.
|
WorkObjectBuilder |
WorkObjectBuilder.providerId(String providerId)
Sets the work object provider ID.
|
WorkObjectBuilder |
WorkObjectBuilder.tenantId(String tenantId)
Sets the work object ID.
|
WorkObjectBuilder |
WorkObjectBuilder.type(String type)
Sets the work object type.
|
Modifier and Type | Method and Description |
---|---|
static WorkObjectBuilder |
CloudAccount.builder() |
Modifier and Type | Class and Description |
---|---|
class |
WorkObjectBuilderImpl
Implements the WorkObjectBuilder interface for edoras gear work object builders.
|
Modifier and Type | Method and Description |
---|---|
WorkObjectBuilder |
WorkObjectBuilderImpl.assignedGroupId(String groupId) |
WorkObjectBuilder |
WorkObjectBuilderImpl.assigneeId(String userId) |
WorkObjectBuilder |
WorkObjectBuilderImpl.candidateGroupIds(Set<String> groupIds) |
WorkObjectBuilder |
WorkObjectBuilderImpl.candidateUserIds(Set<String> userIds) |
static WorkObjectBuilder |
WorkObjectUtils.convertToWorkObjectBuilder(AnyWorkObject.Builder workObjectBuilder)
Creates a WorkObjectBuilder instance for the given edoras gear work object builder.
|
WorkObjectBuilder |
WorkObjectBuilderImpl.definitionId(String definitionId) |
WorkObjectBuilder |
WorkObjectBuilderImpl.delete(String... names) |
WorkObjectBuilder |
WorkObjectBuilderImpl.delete(ValueAccessor<?>... names) |
WorkObjectBuilder |
WorkObjectBuilderImpl.description(String description) |
WorkObjectBuilder |
WorkObjectBuilderImpl.dueTime(Instant instant) |
WorkObjectBuilder |
WorkObjectBuilderImpl.externalId(String externalId) |
WorkObjectBuilder |
WorkObjectBuilderImpl.globalId(String globalId) |
WorkObjectBuilder |
WorkObjectBuilderImpl.id(String id) |
WorkObjectBuilder |
WorkObjectBuilderImpl.name(String name) |
WorkObjectBuilder |
WorkObjectBuilderImpl.ownerId(String userId) |
WorkObjectBuilder |
WorkObjectBuilderImpl.path(List<String> path) |
WorkObjectBuilder |
WorkObjectBuilderImpl.priority(Integer priority) |
WorkObjectBuilder |
WorkObjectBuilderImpl.providerId(String providerId) |
WorkObjectBuilder |
WorkObjectBuilderImpl.resubmissionTime(Instant instant) |
WorkObjectBuilder |
WorkObjectBuilderImpl.state(String state) |
WorkObjectBuilder |
WorkObjectBuilderImpl.subState(String subState) |
WorkObjectBuilder |
WorkObjectBuilderImpl.tenantId(String tenantId) |
WorkObjectBuilder |
WorkObjectBuilderImpl.type(String type) |
WorkObjectBuilder |
WorkObjectBuilderImpl.value(String name,
Object value) |
<V> WorkObjectBuilder |
WorkObjectBuilderImpl.value(ValueAccessor<V> valueAccessor,
V value) |
WorkObjectBuilder |
WorkObjectBuilderImpl.values(ValueMap variableMap) |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.