Package | Description |
---|---|
com.edorasware.cloud.core.content | |
com.edorasware.cloud.core.content.internal | |
com.edorasware.cloud.core.model | |
com.edorasware.cloud.core.service | |
com.edorasware.cloud.core.transfer.json | |
com.edorasware.commons.core.any |
Classes for generic work object management.
|
com.edorasware.commons.core.any.internal.jdbc | |
com.edorasware.commons.core.any.support |
SPIs and APIs to integrate with generic work object management.
|
com.edorasware.commons.core.entity |
Classes to model business entities.
|
com.edorasware.commons.core.persistence.entity.jdbc | |
com.edorasware.one.util |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentsHelper.checkForAttachmentVariables(String workObjectId,
List<Variable> variables) |
List<Map<String,String>> |
AttachmentsHelper.extractAttachmentFilesFromVariables(List<Variable> variableList) |
Modifier and Type | Method and Description |
---|---|
void |
BaseVariableListener.contentSourceIdCheck(String anyWorkObjectId,
List<Variable> variableList) |
Modifier and Type | Method and Description |
---|---|
Collection<Variable> |
WorkObjectDetails.getVariables() |
Modifier and Type | Method and Description |
---|---|
WorkObjectDetails.Builder |
WorkObjectDetails.Builder.addOrReplaceVariable(Variable variable) |
Modifier and Type | Method and Description |
---|---|
static List<Variable> |
FrontendObjectUtils.getFilteredVariables(List<String> variablesToRemove,
AnyWorkObject workObject) |
Modifier and Type | Method and Description |
---|---|
Variable |
VariableDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
Variable |
VariableLegacyDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
void |
VariableSerializer.serialize(Variable variable,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Modifier and Type | Method and Description |
---|---|
Variable |
AnyWorkObject.getLocalVariable(String name)
Returns the local variable with the given name.
|
Variable |
AnyWorkObject.getVariable(String name)
Deprecated.
support for non-explicit hierarchy parsing is going to be removed.
Please use the
AnyWorkObject.getLocalVariable(String) method instead and recheck where you store the variables |
Modifier and Type | Method and Description |
---|---|
List<Variable> |
AnyWorkObject.getLocalVariables()
Returns the local variables of the entity.
|
List<Variable> |
AnyWorkObject.getLocalVariables(com.google.common.base.Predicate<Variable> predicate)
Returns the local variables of the entity, filtered by the given predicate.
|
List<Variable> |
AnyWorkObject.getVariables()
Deprecated.
support for non-explicit hierarchy parsing is going to be removed.
Please use the
AnyWorkObject.getLocalVariables() method instead and recheck where you store the variables |
List<Variable> |
AnyWorkObject.getVariables(com.google.common.base.Predicate<Variable> predicate)
Deprecated.
support for non-explicit hierarchy parsing is going to be removed.
Please use the
AnyWorkObject.getLocalVariables(Predicate) method instead and recheck where you store the variables |
Modifier and Type | Method and Description |
---|---|
List<Variable> |
AnyWorkObject.getLocalVariables(com.google.common.base.Predicate<Variable> predicate)
Returns the local variables of the entity, filtered by the given predicate.
|
Map<String,Object> |
AnyWorkObject.getLocalVariablesMap(com.google.common.base.Predicate<Variable> predicate)
Returns the local variables of the entity as name/value pairs, filtered by the given predicate.
|
List<Variable> |
AnyWorkObject.getVariables(com.google.common.base.Predicate<Variable> predicate)
Deprecated.
support for non-explicit hierarchy parsing is going to be removed.
Please use the
AnyWorkObject.getLocalVariables(Predicate) method instead and recheck where you store the variables |
Map<String,Object> |
AnyWorkObject.getVariablesMap(com.google.common.base.Predicate<Variable> predicate)
Deprecated.
support for non-explicit hierarchy parsing is going to be removed.
Please use the
AnyWorkObject.getLocalVariablesMap(Predicate) method instead and recheck where you store the variables |
AnyWorkObject.Builder |
AnyWorkObject.Builder.variables(Collection<Variable> variables)
Sets the variables.
|
Modifier and Type | Method and Description |
---|---|
Collection<Variable> |
JdbcAnyWorkObjectPersistence.getVariables(Collection<String> workObjectIds) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcAnyWorkObjectPersistence.insertNewVariables(Collection<Variable> variables) |
Modifier and Type | Method and Description |
---|---|
Collection<Variable> |
AnyWorkObjectPersistence.getVariables(Collection<String> workObjectIds)
Returns the variables that belong to the given work object ids.
|
Modifier and Type | Method and Description |
---|---|
void |
AnyWorkObjectPersistence.insertNewVariables(Collection<Variable> variables)
Inserts new variables into the database.
|
Modifier and Type | Method and Description |
---|---|
static Variable |
Variable.findByName(String name,
Collection<Variable> variables)
Finds the variable with the given name among the given variables.
|
Variable |
Variable.withId(String id)
Returns a new variable with the given id and the current name, value, and source.
|
Variable |
Variable.withSource(String source)
Returns a new variable with the given source and the current id, name, and value.
|
Modifier and Type | Method and Description |
---|---|
static Variable |
Variable.findByName(String name,
Collection<Variable> variables)
Finds the variable with the given name among the given variables.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<Variable> |
VariableTranslator.convertVariableResultsToVariables(Collection<VariableResult> variableResults) |
com.google.common.collect.ImmutableList<Variable> |
VariableTranslator.prepareVariablesForInsert(Collection<Variable> variables) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<VariableParameter> |
VariableTranslator.convertVariablesToVariableParameters(Collection<Variable> variables,
Instant creationTime) |
com.google.common.collect.ImmutableList<VariableParameter> |
VariableTranslator.convertVariablesToVariableParameters(Collection<Variable> variables,
String sourceId,
Instant creationTime) |
com.google.common.collect.ImmutableList<Variable> |
VariableTranslator.prepareVariablesForInsert(Collection<Variable> variables) |
Modifier and Type | Method and Description |
---|---|
static AnyWorkObject.Builder |
OneProviderHelper.createBuilderFromWorkObject(AnyWorkObject template,
Collection<Variable> variables) |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.