Package | Description |
---|---|
com.edorasware.api.workobject |
Interfaces for work object access and manipulation.
|
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.
|
Copyright © 2010 - 2017 edorasware ag. All Rights Reserved.