| Package | Description | 
|---|---|
| com.edorasware.cloud.core.json | |
| com.edorasware.commons.core.any | 
 Classes for generic work object management. 
 | 
| com.edorasware.commons.core.any.internal.jdbc | |
| com.edorasware.commons.core.entity | 
 Classes to model business entities. 
 | 
| com.edorasware.commons.core.maintenance | |
| com.edorasware.commons.core.maintenance.internal | |
| com.edorasware.commons.core.maintenance.internal.jdbc | |
| com.edorasware.commons.core.maintenance.support | |
| com.edorasware.commons.core.persistence.entity | |
| com.edorasware.commons.core.persistence.entity.jdbc | |
| com.edorasware.gear.core.engine.support.flowable | |
| com.edorasware.one.action | 
| Modifier and Type | Method and Description | 
|---|---|
Property | 
PropertyDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
           com.fasterxml.jackson.databind.DeserializationContext context)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PropertySerializer.serialize(Property property,
         com.fasterxml.jackson.core.JsonGenerator jgen,
         com.fasterxml.jackson.databind.SerializerProvider provider)  | 
| Modifier and Type | Method and Description | 
|---|---|
Property | 
AnyWorkObjectDefinition.getLocalProperty(String name)
Returns the local property with the given name. 
 | 
Property | 
AnyWorkObjectDefinition.getProperty(String name)
Deprecated. 
 
support for non-explicit hierarchy parsing is going to be removed.
Please use the  
AnyWorkObjectDefinition.getLocalProperty(String) method instead and recheck where you store the properties | 
| Modifier and Type | Method and Description | 
|---|---|
List<Property> | 
AnyWorkObjectDefinition.getLocalProperties()
Returns the local properties of the entity. 
 | 
List<Property> | 
AnyWorkObjectDefinition.getLocalProperties(com.google.common.base.Predicate<Property> predicate)
Returns the local properties of the entity, filtered by the given predicate. 
 | 
List<Property> | 
AnyWorkObjectDefinition.getProperties()
Deprecated. 
 
support for non-explicit hierarchy parsing is going to be removed.
Please use the  
AnyWorkObjectDefinition.getLocalProperties() method instead and recheck where you store the properties | 
List<Property> | 
AnyWorkObjectDefinition.getProperties(com.google.common.base.Predicate<Property> predicate)
Deprecated. 
 
support for non-explicit hierarchy parsing is going to be removed.
Please use the  
AnyWorkObjectDefinition.getLocalProperties(Predicate) method instead and recheck where you store the properties | 
| Modifier and Type | Method and Description | 
|---|---|
List<Property> | 
AnyWorkObjectDefinition.getLocalProperties(com.google.common.base.Predicate<Property> predicate)
Returns the local properties of the entity, filtered by the given predicate. 
 | 
Map<String,String> | 
AnyWorkObjectDefinition.getLocalPropertiesMap(com.google.common.base.Predicate<Property> predicate)
Returns the local properties of the entity as name/value pairs, filtered by the given predicate. 
 | 
List<Property> | 
AnyWorkObjectDefinition.getProperties(com.google.common.base.Predicate<Property> predicate)
Deprecated. 
 
support for non-explicit hierarchy parsing is going to be removed.
Please use the  
AnyWorkObjectDefinition.getLocalProperties(Predicate) method instead and recheck where you store the properties | 
Map<String,String> | 
AnyWorkObjectDefinition.getPropertiesMap(com.google.common.base.Predicate<Property> predicate)
Deprecated. 
 
support for non-explicit hierarchy parsing is going to be removed.
Please use the  
AnyWorkObjectDefinition.getLocalPropertiesMap(Predicate) method instead and recheck where you store the properties | 
AnyWorkObjectDefinition.Builder | 
AnyWorkObjectDefinition.Builder.properties(Collection<Property> properties)
Sets the properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Property> | 
JdbcAnyWorkObjectDefinitionPersistence.getProperties(Collection<String> workObjectDefinitionIds)  | 
| Modifier and Type | Method and Description | 
|---|---|
Property | 
Property.withId(String id)
Returns a new property with the given id and the current name, value, and source. 
 | 
Property | 
Property.withSource(String source)
Returns a new property with the given source and the current id, name, and value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MaintenanceService.deleteWorkObjectDefinitionProperties(Collection<Property> properties)
Deletes all specified work object definition properties. 
 | 
void | 
MaintenanceService.insertWorkObjectDefinitionProperties(Collection<Property> properties)
Inserts all specified work object definition properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultMaintenanceService.deleteWorkObjectDefinitionProperties(Collection<Property> properties)  | 
void | 
DefaultMaintenanceService.insertWorkObjectDefinitionProperties(Collection<Property> properties)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JdbcMaintenancePersistence.deleteWorkObjectDefinitionProperties(Collection<Property> properties)  | 
void | 
JdbcMaintenancePersistence.insertWorkObjectDefinitionProperties(Collection<Property> properties)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MaintenancePersistence.deleteWorkObjectDefinitionProperties(Collection<Property> properties)
Deletes all specified work object definition properties. 
 | 
void | 
MaintenancePersistence.insertWorkObjectDefinitionProperties(Collection<Property> properties)
Inserts all specified work object definition properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Property> | 
WorkObjectDefinitionPersistence.getProperties(Collection<String> workObjectDefinitionIds)
Returns the properties that belong to the given work object definition ids. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.collect.ImmutableList<Property> | 
PropertyTranslator.convertPropertyResultsToProperties(Collection<PropertyResult> propertyResults)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.collect.ImmutableList<PropertyParameter> | 
PropertyTranslator.convertPropertiesToPropertyParameters(Collection<Property> properties,
                                     Instant creationTime)  | 
com.google.common.collect.ImmutableList<PropertyParameter> | 
PropertyTranslator.convertPropertiesToPropertyParameters(Collection<Property> properties,
                                     String sourceId,
                                     Instant creationTime)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Set<Property> | 
FlowableUtils.getCustomPropertiesForCurrentActivity(org.flowable.engine.delegate.DelegateExecution execution)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<String,String> | 
FlowableUtils.getPropertyMap(Set<Property> customProperties)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Property | 
ActionUtils.createActionsProperty(Collection<Action> actions)
Creates an actions  
Property of the specified list of actions. | 
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.