Package | Description |
---|---|
com.edorasware.commons.core.persistence.entity.jdbc | |
com.edorasware.commons.core.util.db |
Database utility classes.
|
com.edorasware.gear.core.engine.support.flowable | |
com.edorasware.gear.core.task.internal | |
com.edorasware.rest.navigation |
Modifier and Type | Method and Description |
---|---|
String |
WorkObjectParameter.getAssignedGroupId() |
Long |
WorkObjectParameter.getAssignedGroupIdUpdateTime() |
String |
WorkObjectParameter.getAssigneeId() |
Long |
WorkObjectParameter.getAssigneeIdUpdateTime() |
byte[] |
VariableParameter.getBinaryValue() |
Long |
EntityParameter.getCreationTime() |
Long |
IdentityLinkParameter.getCreationTime() |
Long |
PropertyParameter.getCreationTime() |
Long |
VariableParameter.getCreationTime() |
String |
DomainObjectParameter.getDefinitionId() |
Double |
VariableParameter.getDoubleValue() |
Long |
WorkObjectParameter.getDueTime() |
String |
EntityParameter.getExternalId() |
int |
DomainObjectDefinitionParameter.getExternalVersion() |
String |
EntityParameter.getGlobalId() |
String |
EntityParameter.getId() |
String |
IdentityLinkParameter.getId() |
String |
PropertyParameter.getId() |
String |
VariableParameter.getId() |
String |
IdentityLinkParameter.getIdentityLinkType() |
String |
IdentityLinkParameter.getIdentityLinkValue() |
Integer |
VariableParameter.getIndex() |
String |
WorkObjectParameter.getInitialAssignedGroupId() |
String |
WorkObjectParameter.getInitialAssigneeId() |
String |
DomainObjectDefinitionParameter.getKey() |
String |
PropertyParameter.getLargeStringValue() |
String |
VariableParameter.getLargeStringValue() |
Long |
VariableParameter.getLongValue() |
String |
EntityParameter.getModificationCreatorId() |
String |
EntityParameter.getModificationUpdaterId() |
long |
EntityParameter.getModificationVersion() |
String |
EntityParameter.getName() |
String |
PropertyParameter.getName() |
String |
VariableParameter.getName() |
String |
PropertyParameter.getObjectDefinitionId() |
String |
PropertyParameter.getObjectDefinitionIdRef() |
String |
IdentityLinkParameter.getObjectId() |
String |
VariableParameter.getObjectId() |
String |
IdentityLinkParameter.getObjectIdRef() |
String |
VariableParameter.getObjectIdRef() |
String |
WorkObjectParameter.getOwnerId() |
String |
WorkObjectDefinitionParameter.getParentId() |
String |
WorkObjectParameter.getParentId() |
String |
VariableParameter.getParentIdRef() |
String |
WorkObjectDefinitionParameter.getParentIdRef() |
String |
WorkObjectParameter.getParentIdRef() |
String |
WorkObjectDefinitionParameter.getPath() |
String |
WorkObjectParameter.getPath() |
String |
WorkObjectParameter.getPreviousAssignedGroupId() |
String |
WorkObjectParameter.getPreviousAssigneeId() |
Integer |
WorkObjectParameter.getPriority() |
String |
PropertyParameter.getPropertyType() |
String |
EntityParameter.getProviderId() |
String |
DomainObjectDefinitionParameter.getResourceString() |
Long |
WorkObjectParameter.getResubmissionTime() |
String |
VariableParameter.getRootIdRef() |
String |
DomainObjectParameter.getState() |
Long |
DomainObjectParameter.getStateUpdateTime() |
String |
PropertyParameter.getStringValue() |
String |
VariableParameter.getStringValue() |
String |
DomainObjectParameter.getSubState() |
Long |
DomainObjectParameter.getSubStateUpdateTime() |
String |
EntityParameter.getTenantId() |
String |
EntityParameter.getType() |
Long |
EntityParameter.getUpdateTime() |
Long |
DomainObjectDefinitionParameter.getValidFrom() |
Long |
DomainObjectDefinitionParameter.getValidTo() |
String |
VariableParameter.getVariableType() |
int |
DomainObjectDefinitionParameter.getVersion() |
Constructor and Description |
---|
DatabaseMetadata(String catalog,
String schema,
String tablePrefix) |
Modifier and Type | Method and Description |
---|---|
static <T> Map<String,T> |
FlowableExpressionFunctions.addToMap(Map<String,T> source,
String key,
T value)
Returns an immutable map which is concatenation of the source map and key/value pair
|
static boolean |
FlowableExpressionFunctions.allOf(Boolean... operands)
Returns true if and only if all boolean parameters are <i>true</i>.
|
static boolean |
FlowableExpressionFunctions.allOfCollection(Collection<Boolean> operands)
Returns true if and only if all boolean parameters are <i>true</i>.
|
static boolean |
FlowableExpressionFunctions.anyOf(Boolean... operands)
Returns true if at least one of the boolean parameters is <i>true</i>.
|
static boolean |
FlowableExpressionFunctions.anyOfCollection(Collection<Boolean> operands)
Returns true if at least one of the boolean parameters is <i>true</i>.
|
static <T> Collection<T> |
FlowableExpressionFunctions.concatenateCollectionWithCollection(Collection<T> base,
Collection<T> toAppend)
Returns a collection that is the concatenation of the given two collections.
|
static <T> Collection<T> |
FlowableExpressionFunctions.concatenateCollectionWithElements(Collection<T> base,
T... toAppend)
Returns a collection that is the concatenation of the given collection and the given elements.
|
static <T> List<T> |
FlowableExpressionFunctions.concatenateListWithElements(List<T> base,
T... toAppend)
Returns a list that is the concatenation of the given list and the given elements.
|
static <T> List<T> |
FlowableExpressionFunctions.concatenateListWithList(List<T> base,
List<T> toAppend)
Returns a list that is the concatenation of the given two lists.
|
static <T> List<T> |
FlowableExpressionFunctions.extractValuesFromCollectionOfMaps(Collection<Map<String,T>> maps,
String mapKey,
boolean skipNullValues)
Returns a collection of map values for the given key from the given collection of maps.
|
static String |
FlowableExpressionFunctions.formatDate(Instant date,
String pattern)
Returns the given date formatted with the given pattern.
|
static String |
FlowableExpressionFunctions.formatDateNullSafe(Instant date,
String pattern)
Returns the given date formatted with the given pattern.
|
static String |
FlowableExpressionFunctions.formatType(String entityType,
boolean lowerCase)
Returns the name of the entity of the given type as a readable string with the ability to convert the returning string to all lower-case.
|
static Instant |
FlowableExpressionFunctions.now()
Returns the current date and time.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivitiTaskProvider.setSuppressPropertySynchronization(boolean suppressPropertySynchronization) |
Modifier and Type | Method and Description |
---|---|
NavigationAction |
NavigationController.navigate(NavigationAction navigationAction) |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.