Modifier and Type | Method and Description |
---|---|
RecordHolder |
SharedRecordTypeFactory.createRecord(ModelInstance modelInstance,
RecordType type,
Map<String,?> values,
boolean flush)
Creates a new record of the specified type.
|
Modifier and Type | Method and Description |
---|---|
static List<RecordHolder> |
DeleteOrderSort.sortDeletedEntities(List<RecordHolder> values)
Returns sorted list of records that can be safely deleted.
|
Modifier and Type | Method and Description |
---|---|
static Date |
TimerEventInterpreter.computeNextDate(Date date,
Date currentDate,
RecordHolder duration)
Returns next date when the time event should occur.
|
static Object |
HolderHelper.getPropertyValue(ModelProviderClientService modelProviderService,
String evaluationLevel,
RecordHolder recordHolder,
Property property)
Returns value of the property of the record in the evaluetion level.
|
static boolean |
HolderHelper.isPropertyChanged(RecordHolder recordHolder,
Property property)
Returns true if property is changed in the record.
|
Modifier and Type | Method and Description |
---|---|
static List<RecordHolder> |
DeleteOrderSort.sortDeletedEntities(List<RecordHolder> values)
Returns sorted list of records that can be safely deleted.
|
Constructor and Description |
---|
Duration(RecordHolder duration)
Creates new instance of
Duration . |
Modifier and Type | Class and Description |
---|---|
class |
ExternalRecordValue
ExternalRecordValue
|
class |
RecordValue
A set value.
|
Modifier and Type | Method and Description |
---|---|
RecordHolder |
RecordValue.createChangeProxy() |
RecordHolder |
RecordValue.getBaseLevelHolder() |
RecordHolder |
RecordValue.getCompiled(Object compiledContext) |
RecordHolder |
RecordValue.getOriginalRecord() |
RecordHolder |
ReferenceValue.getPropertyRecord() |
RecordHolder |
ReferenceValue.getPropertyRecord(InterpreterStackTrace stackTrace) |
RecordHolder |
RecordValue.getProxiedRecord() |
RecordHolder |
RecordValue.getRecordOnProxyLevel(int wrappingLevel) |
RecordHolder |
RecordValue.mergeChanges(Namespace namespace,
boolean cascade,
boolean checkConflicts) |
Modifier and Type | Method and Description |
---|---|
void |
RecordValue.setCompiled(RecordHolder compiled) |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
SoapFaultException.getSoapFault()
Getter for field soapFault
|
Constructor and Description |
---|
SoapFaultException(RecordHolder soapFault)
Constructs new SoapFaultException with given object representing returned
soap fault
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalRecordHolder
RecordHolder implementation for shared records backed by Hibernate dynamic maps.
|
class |
ExternalRecordHolderBase
This class is used for extending the holder system.
|
class |
InternalRecordHolder
Implementation of
RecordHolder used for runtime. |
class |
ReadOnlyRecordHolder
Read only record holder.
|
class |
RecordHolderBase<T extends ComplexValue>
Base class for all
RecordHolder implementations. |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
ExternalTypeFactory.convertJavaObjectToHolder(ModelInstance modelInstance,
RecordType recordType,
Object value)
Converts given java object to external holder.
|
RecordHolder |
ExternalTypeFactory.convertValueToHolder(ExternalValue value,
RecordType recordType)
Converts given external type value to external holder.
|
RecordHolder |
RecordHolderBase.createChangeProxy() |
RecordHolder |
ReadOnlyRecordHolder.createChangeProxy() |
RecordHolder |
InternalRecordHolder.createChangeProxy() |
RecordHolder |
ExternalRecordHolder.createChangeProxy() |
RecordHolder |
RecordNamespace.createExternalRecordProxy(RecordType type) |
RecordHolder |
NoBaseContextNamespace.createExternalRecordProxy(RecordType type) |
RecordHolder |
ContextNamespace.createExternalRecordProxy(RecordType type) |
RecordHolder |
RecordNamespace.createNonSharedRecord(RecordType type,
Map<String,?> values) |
RecordHolder |
NoBaseContextNamespace.createNonSharedRecord(RecordType type,
Map<String,?> values) |
RecordHolder |
ContextNamespace.createNonSharedRecord(RecordType type,
Map<String,?> values) |
RecordHolder |
ExternalTypeFactory.createRecord(ModelInstance modelInstance,
RecordType type,
Map<String,?> values)
Creates a new record of the specified type.
|
RecordHolder |
RecordNamespace.createRecord(RecordType type) |
RecordHolder |
NoBaseContextNamespace.createRecord(RecordType type) |
RecordHolder |
ContextNamespace.createRecord(RecordType type) |
RecordHolder |
RecordNamespace.createRecord(RecordType type,
Map<String,?> values) |
RecordHolder |
NoBaseContextNamespace.createRecord(RecordType type,
Map<String,?> values) |
RecordHolder |
ContextNamespace.createRecord(RecordType type,
Map<String,?> values) |
RecordHolder |
RecordNamespace.createRecord(String type) |
RecordHolder |
NoBaseContextNamespace.createRecord(String type) |
RecordHolder |
ContextNamespace.createRecord(String type) |
RecordHolder |
RecordNamespace.createRecord(String type,
Map<String,?> values) |
RecordHolder |
NoBaseContextNamespace.createRecord(String type,
Map<String,?> values) |
RecordHolder |
ContextNamespace.createRecord(String type,
Map<String,?> values) |
RecordHolder |
RecordHolderBase.getBaseLevelHolder()
Returns holder for the base level value.
|
RecordHolder |
ReadOnlyRecordHolder.getBaseLevelHolder() |
RecordHolder |
ExternalRecordHolder.getBaseLevelHolder()
Returns holder for the base level value.
|
RecordHolder |
RecordHolderBase.getCompiled(Object compiledContext) |
RecordHolder |
ReadOnlyRecordHolder.getCompiled(Object compiledContext) |
protected RecordHolder |
AssociationEnd.getEntity()
Returns holder to update
|
RecordHolder |
RecordHolderBase.getOriginalRecord() |
RecordHolder |
ReadOnlyRecordHolder.getOriginalRecord() |
RecordHolder |
InternalRecordHolder.getOriginalRecord() |
RecordHolder |
RecordHolderBase.getProxiedRecord() |
RecordHolder |
ReadOnlyRecordHolder.getProxiedRecord() |
RecordHolder |
InternalRecordHolder.getProxiedRecord() |
RecordHolder |
RecordHolderBase.getRecordOnProxyLevel(int wrappingLevel) |
RecordHolder |
ReadOnlyRecordHolder.getRecordOnProxyLevel(int wrappingLevel) |
RecordHolder |
InternalRecordHolder.getRecordOnProxyLevel(int proxyLevel) |
RecordHolder |
RecordNamespace.getThis() |
RecordHolder |
AbstractContextNamespace.getThis() |
RecordHolder |
RecordHolderBase.mergeChanges(Namespace namespace,
boolean cascade,
boolean checkConflicts) |
RecordHolder |
ReadOnlyRecordHolder.mergeChanges(Namespace namespace,
boolean cascade,
boolean checkConflicts) |
RecordHolder |
InternalRecordHolder.mergeChanges(Namespace namespace,
boolean cascade,
boolean checkConflicts) |
RecordHolder |
RecordChangeProxyMerger.mergeChanges(RuntimeToPersistentConverter converter,
Namespace namespace,
RecordHolder record,
boolean cascade,
boolean checkConflicts)
It merges all changes from proxy to the proxied record.
|
Modifier and Type | Method and Description |
---|---|
Collection<RecordHolder> |
SameProxyLevelValuesCollector.collect(RecordHolder record)
Collects transitively all records referenced from the provided record that has same proxy level as the provided record.
|
abstract Collection<RecordHolder> |
AssociationEnd.getEntities()
Returns a collection of the entities.
|
Collection<? extends RecordHolder> |
InternalRecordHolder.getTouchedProxies()
Returns touched proxies.
|
List<RecordHolder> |
RecordChangeProxyMerger.mergeChanges(RuntimeToPersistentConverter converter,
Namespace namespace,
Collection<RecordHolder> records,
boolean cascade,
boolean checkConflicts) |
Modifier and Type | Method and Description |
---|---|
abstract void |
AssociationEnd.addEntity(RecordHolder entity)
Adds an entity.
|
protected abstract boolean |
RecordEntityAdapter.canRemoveThisFromReverseAssociation(RecordHolder removed,
RecordAssociation reverseAssociation)
Returns true if this entity/holder can be removed from reverse association.
|
protected boolean |
InternalRecordEntityAdapter.canRemoveThisFromReverseAssociation(RecordHolder removed,
RecordAssociation reverseAssociation) |
protected boolean |
ExternalRecordEntityAdapter.canRemoveThisFromReverseAssociation(RecordHolder removed,
RecordAssociation reverseAssociation) |
protected void |
AssociationEnd.checkProxyLevelForEntity(RecordHolder entity) |
Collection<RecordHolder> |
SameProxyLevelValuesCollector.collect(RecordHolder record)
Collects transitively all records referenced from the provided record that has same proxy level as the provided record.
|
static AssociationEnd |
AssociationEnd.get(ModelInstance modelInstance,
ModelProviderClientService modelProviderService,
RecordHolder holder,
RecordProperty recordProperty)
Creates and returns an recordProperty end.
|
RecordHolder |
RecordChangeProxyMerger.mergeChanges(RuntimeToPersistentConverter converter,
Namespace namespace,
RecordHolder record,
boolean cascade,
boolean checkConflicts)
It merges all changes from proxy to the proxied record.
|
ReadOnlyRecordHolder |
EvaluationLevelConverter.readOnlyRecordInTheLevel(String level,
RecordHolder recordHolder)
Returns read only record that corresponds to the record on the specified level.
|
protected abstract void |
RecordEntityAdapter.removeAddedFromOldParents(RecordAssociation association,
RecordAssociation reverseAssociation,
RecordHolder added)
Removes entity/holder added to this recod's association from opld parent.
|
protected void |
InternalRecordEntityAdapter.removeAddedFromOldParents(RecordAssociation association,
RecordAssociation reverseAssociation,
RecordHolder added) |
abstract void |
AssociationEnd.removeEntity(RecordHolder entity)
Removes an entity.
|
void |
RecordHolderBase.setCompiled(RecordHolder compiled) |
void |
ReadOnlyRecordHolder.setCompiled(RecordHolder compiled) |
Modifier and Type | Method and Description |
---|---|
Set<RecordValue> |
RecordChangeProxyMerger.getOptimisticLockConflicts(RuntimeToPersistentConverter converter,
Collection<RecordHolder> records) |
List<RecordHolder> |
RecordChangeProxyMerger.mergeChanges(RuntimeToPersistentConverter converter,
Namespace namespace,
Collection<RecordHolder> records,
boolean cascade,
boolean checkConflicts) |
abstract void |
AssociationEnd.setEntities(Collection<RecordHolder> entities)
Sets entities.
|
Constructor and Description |
---|
AssociationEnd(ModelInstance modelInstance,
ModelProviderClientService modelProviderService,
RecordHolder holder,
RecordProperty recordProperty)
Creates new instance.
|
ReadOnlyRecordHolder(ModelProviderClientService modelProviderService,
ModelInstance modelInstance,
RecordHolder holder)
Creates new instance.
|
ReadOnlyRecordHolder(ModelProviderClientService modelProviderService,
ModelInstance modelInstance,
RecordHolder holder,
ReadOnlyRecordValue value)
Creates new instance.
|
RecordNamespace(ModelProviderClientService modelProviderService,
Namespace namespace,
RecordHolder recordHolder)
Creates new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
CompiledRecord
Superclass of compiled records.
|
Modifier and Type | Method and Description |
---|---|
RecordHolder |
CompiledRecord.createChangeProxy() |
protected static RecordHolder |
CompiledNamespace.createRecord(ExecutionContext ctx,
String recordType,
String[] fieldNames,
Object[] fieldValues) |
protected RecordHolder |
CompiledNamespace.createRecord(String recordType,
String[] fieldNames,
Object[] fieldValues) |
protected static RecordHolder |
CompiledNamespace.createRecordByConstructor(ExecutionContext ctx,
String recordTypeString,
Class<?>[] parameterTypes,
Object[] values) |
protected RecordHolder |
CompiledNamespace.createRecordByConstructor(String recordTypeString,
Class<?>[] parameterTypes,
Object[] values) |
RecordHolder |
CompiledRecord.getBaseLevelHolder() |
RecordHolder |
CompiledRecord.getCompiled(Object compiledContext) |
RecordHolder |
CompiledRecord.getOriginalRecord() |
RecordHolder |
CompiledRecord.getRecordHolder()
Returns corresponding record holder.
|
RecordHolder |
CompiledRecord.getRecordOnProxyLevel(int proxyLevel) |
RecordHolder |
CompiledRecord.mergeChanges(Namespace namespace,
boolean cascade,
boolean checkConflicts) |
protected static RecordHolder |
CompiledNamespace.toCompiled(ExecutionContext ctx,
RecordHolder record) |
protected RecordHolder |
CompiledNamespace.toCompiled(RecordHolder record) |
Modifier and Type | Method and Description |
---|---|
protected static ClosureHolder |
CompiledNamespace.createOperationHolder(ExecutionContext ctx,
RecordHolder recordHolder,
ClosureType closureType,
String expressionString,
ClosureOrigin expressionOrigin) |
protected ClosureHolder |
CompiledNamespace.createOperationHolder(RecordHolder recordHolder,
ClosureType closureType,
String expressionString,
ClosureOrigin expressionOrigin) |
protected static Object |
CompiledNamespace.getPropertySafe(RecordHolder record,
String property) |
void |
CompiledRecord.setCompiled(RecordHolder compiled) |
protected static RecordHolder |
CompiledNamespace.toCompiled(ExecutionContext ctx,
RecordHolder record) |
protected RecordHolder |
CompiledNamespace.toCompiled(RecordHolder record) |
Constructor and Description |
---|
CompiledRecord(RecordHolder recordHolder,
CompiledContext mainContext) |
CompiledRecord(RecordHolder recordHolder,
ExecutionContext nestedRecordContext,
CompiledContext mainContext) |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
SharedRecordTypeFactoryImpl.convertJavaObjectToHolder(ModelInstance modelInstance,
RecordType recordType,
Object value) |
RecordHolder |
ExternalRecordTypeFactoryImpl.convertJavaObjectToHolder(ModelInstance modelInstance,
RecordType recordType,
Object value) |
RecordHolder |
SharedRecordTypeFactoryImpl.convertValueToHolder(ExternalValue value,
RecordType type) |
RecordHolder |
ExternalRecordTypeFactoryImpl.convertValueToHolder(ExternalValue value,
RecordType recordType) |
RecordHolder |
SharedRecordTypeFactoryImpl.createRecord(ModelInstance modelInstance,
RecordType type,
Map<String,?> values) |
RecordHolder |
ExternalRecordTypeFactoryImpl.createRecord(ModelInstance modelInstance,
RecordType type,
Map<String,?> values) |
RecordHolder |
SharedRecordTypeFactoryImpl.createRecord(ModelInstance modelInstance,
RecordType type,
Map<String,?> values,
boolean flush) |
Modifier and Type | Method and Description |
---|---|
protected void |
SharedRecordEntityAdapter.removeAddedFromOldParents(RecordAssociation association,
RecordAssociation reverseAssociation,
RecordHolder added) |
protected void |
PojoExternalRecordEntityAdapter.removeAddedFromOldParents(RecordAssociation association,
RecordAssociation reverseAssociation,
RecordHolder added) |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
TestFunctionsImpl.getPropertyRecord(ExecutionContext ctx,
ReferenceHolder ref) |
RecordHolder |
TestFunctions.getPropertyRecord(ExecutionContext ctx,
ReferenceHolder ref) |
RecordHolder |
TestFunctionsImpl.getReadOnlyRecord(ExecutionContext ctx,
RecordHolder holder,
String level) |
RecordHolder |
TestFunctions.getReadOnlyRecord(ExecutionContext ctx,
RecordHolder holder,
String level) |
Modifier and Type | Method and Description |
---|---|
Object |
TestFunctionsImpl.executeMethod(ExecutionContext ctx,
RecordHolder record,
String methodName,
Object... args) |
Object |
TestFunctions.executeMethod(ExecutionContext ctx,
RecordHolder record,
String methodName,
Object... args) |
Object |
TestFunctionsImpl.getForeignKey(ExecutionContext ctx,
RecordHolder record,
Property property) |
Object |
TestFunctions.getForeignKey(ExecutionContext ctx,
RecordHolder record,
Property property) |
RecordHolder |
TestFunctionsImpl.getReadOnlyRecord(ExecutionContext ctx,
RecordHolder holder,
String level) |
RecordHolder |
TestFunctions.getReadOnlyRecord(ExecutionContext ctx,
RecordHolder holder,
String level) |
Modifier and Type | Method and Description |
---|---|
String |
TestRecordD.func3(RecordHolder par1) |
String |
TestRecordC.func3(RecordHolder par1) |
String |
TestRecordDD.func4(RecordHolder par1) |
String |
TestRecordCC.func4(RecordHolder par1) |
Modifier and Type | Method and Description |
---|---|
protected Object |
RecordValidator.executeConstraint(com.whitestein.lsps.model.validation.ConstraintModel constraint,
RecordHolder record,
MapHolder validationContext,
CollectionHolder tags)
Executes a constraint type associated with a given constraint.
|
Collection<com.whitestein.lsps.model.validation.ConstraintModel> |
RecordValidator.getConstraints(RecordHolder record,
Property property)
Returns a collection of constraints defined on the given record (property).
|
protected Object |
RecordValidator.getValidatedValue(com.whitestein.lsps.model.validation.ConstraintModel constraint,
RecordHolder record) |
List<Object> |
RecordValidator.validate(RecordHolder record,
Property property,
CollectionHolder tags,
MapHolder context)
Validates a given record.
|
Collection<?> |
RecordValidator.validateConstraint(com.whitestein.lsps.model.validation.ConstraintModel constraint,
RecordHolder record,
MapHolder validationContext,
CollectionHolder tags)
Validates a given record against a given constraint.
|
Modifier and Type | Method and Description |
---|---|
RecordHolder |
EnversFunctionsImpl.getCurrentRevision(ExecutionContext ctx,
Type revisionEntityType,
Boolean persist) |
RecordHolder |
EnversFunctions.getCurrentRevision(ExecutionContext ctx,
Type revisionEntityType,
Boolean persist)
Returns current revision data.
|
Modifier and Type | Method and Description |
---|---|
RecordHolder |
HumanTypeFactoryImpl.convertJavaObjectToHolder(ModelInstance modelInstance,
RecordType recordType,
Object value) |
RecordHolder |
HumanTypeFactoryImpl.convertValueToHolder(ExternalValue value,
RecordType recordType) |
RecordHolder |
HumanTypeFactoryImpl.createRecord(ModelInstance modelInstance,
RecordType type,
Map<String,?> values) |
RecordHolder |
HumanTypeFactoryImpl.getSavedDocument(ModelInstance modelInstance,
long savedDocumentId) |
RecordHolder |
HumanTypeFactory.getSavedDocument(ModelInstance modelInstance,
long savedDocumentId)
Creates a saved document holder.
|
RecordHolder |
HumanTypeFactoryImpl.getTodoEscalationHolder(ModelInstance modelInstance,
long todoEscalationId) |
RecordHolder |
HumanTypeFactory.getTodoEscalationHolder(ModelInstance modelInstance,
long todoEscalationId)
Creates a todo escalation holder.
|
RecordHolder |
HumanTypeFactoryImpl.getTodoHolder(ModelInstance modelInstance,
long todoId) |
RecordHolder |
HumanTypeFactory.getTodoHolder(ModelInstance modelInstance,
long todoId)
Creates a todo holder.
|
Modifier and Type | Method and Description |
---|---|
RecordHolder |
HumanFunctionsImpl.getCurrentTodo(ExecutionContext context) |
RecordHolder |
HumanFunctions.getCurrentTodo(ExecutionContext context)
Returns the currently opened to-do.
|
RecordHolder |
HumanFunctionsImpl.getTodoSubmitter(ExecutionContext context,
RecordHolder todo) |
RecordHolder |
HumanFunctions.getTodoSubmitter(ExecutionContext context,
RecordHolder todo)
If the specified todo is in the "Accomplished" state, the function returns the person who
submitted that todo.
|
Modifier and Type | Method and Description |
---|---|
void |
HumanFunctionsImpl.allocateTodo(ExecutionContext context,
RecordHolder todo,
RecordHolder person) |
void |
HumanFunctions.allocateTodo(ExecutionContext context,
RecordHolder todo,
RecordHolder person)
Allocates the specified todo to the person.
|
SetHolder |
HumanFunctionsImpl.getTodoCurrentAssignees(ExecutionContext context,
RecordHolder todo) |
SetHolder |
HumanFunctions.getTodoCurrentAssignees(ExecutionContext context,
RecordHolder todo)
Returns a set of persons the specified todo is currently issued (visible) to, taking into
account also delegation, rejection and substitution.
|
SetHolder |
HumanFunctionsImpl.getTodoIdsFor(ExecutionContext ctx,
RecordHolder person,
String titlePattern) |
SetHolder |
HumanFunctions.getTodoIdsFor(ExecutionContext ctx,
RecordHolder person,
String titlePattern)
Returns a set of active todo ids assigned to the specified person according to the criteria.
|
SetHolder |
HumanFunctionsImpl.getTodoPerformers(ExecutionContext context,
RecordHolder todo) |
SetHolder |
HumanFunctions.getTodoPerformers(ExecutionContext context,
RecordHolder todo)
Returns a set of the original performers of the specified todo, as given by the corresponding
task.
|
SetHolder |
HumanFunctionsImpl.getTodosFor(ExecutionContext context,
RecordHolder person) |
SetHolder |
HumanFunctions.getTodosFor(ExecutionContext context,
RecordHolder person)
Returns a set of active todos assigned to the specified person.
|
SetHolder |
HumanFunctionsImpl.getTodosFor(ExecutionContext context,
RecordHolder person,
Boolean includeAllocatedByOthers) |
SetHolder |
HumanFunctions.getTodosFor(ExecutionContext context,
RecordHolder person,
Boolean includeAllocatedByOthers)
Returns a set of active todos assigned to the specified person.
|
SetHolder |
HumanFunctionsImpl.getTodosFor(ExecutionContext context,
RecordHolder person,
TodoListCriteria todoListCriteria) |
SetHolder |
HumanFunctions.getTodosFor(ExecutionContext context,
RecordHolder person,
TodoListCriteria todoListCriteria)
Returns a set of active todos assigned to the specified person according to the criteria.
|
RecordHolder |
HumanFunctionsImpl.getTodoSubmitter(ExecutionContext context,
RecordHolder todo) |
RecordHolder |
HumanFunctions.getTodoSubmitter(ExecutionContext context,
RecordHolder todo)
If the specified todo is in the "Accomplished" state, the function returns the person who
submitted that todo.
|
void |
HumanFunctionsImpl.reassignTodo(ExecutionContext context,
RecordHolder todo,
SetHolder performers) |
void |
HumanFunctions.reassignTodo(ExecutionContext context,
RecordHolder todo,
SetHolder performers)
Changes the set of performers of the specified todo.
|
void |
HumanFunctionsImpl.rejectTodo(ExecutionContext context,
RecordHolder todo,
SetHolder persons,
String reason) |
void |
HumanFunctions.rejectTodo(ExecutionContext context,
RecordHolder todo,
SetHolder persons,
String reason)
Reject todo for all specified persons.
|
void |
HumanFunctionsImpl.resetTodo(ExecutionContext ctx,
RecordHolder todo) |
void |
HumanFunctions.resetTodo(ExecutionContext ctx,
RecordHolder todo)
Reset state of the todo.
|
void |
EmailUtils.sendEmail(ExecutionContext context,
javax.mail.Session session,
RecordHolder from,
String subject,
String body,
SetHolder attachments,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String charset)
Deprecated.
|
void |
EmailUtils.sendEmail(ExecutionContext context,
javax.mail.Session session,
RecordHolder from,
String subject,
String body,
SetHolder attachments,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String mime,
String charset)
Sends an e-mail.
|
void |
HumanFunctionsImpl.unallocateTodo(ExecutionContext context,
RecordHolder todo) |
void |
HumanFunctions.unallocateTodo(ExecutionContext context,
RecordHolder todo)
Unallocates todo.
|
Modifier and Type | Method and Description |
---|---|
RecordHolder |
DocumentSignatureGeneration.DocOperation.execute(Interpreter interpreter,
Expression parent,
List<Expression> args,
boolean variadicArgAsList,
InterpreterStackTrace stackTrace) |
RecordHolder |
DocumentSignatureGeneration.DocOperation.execute(Namespace namespace,
String operation) |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
BaseTodoTask.getEscalationTimeout()
Returns the escalation timeout.
|
Modifier and Type | Method and Description |
---|---|
RecordHolder |
MockNamespace.createExternalRecordProxy(RecordType type) |
RecordHolder |
MockHolderFactory.createExternalRecordProxy(RecordType type) |
RecordHolder |
HolderFactory.createExternalRecordProxy(RecordType type)
Creates a proxy without proxied record.
|
RecordHolder |
MockNamespace.createNonSharedRecord(RecordType type,
Map<String,?> values) |
RecordHolder |
MockHolderFactory.createNonSharedRecord(RecordType type,
Map<String,?> values) |
RecordHolder |
HolderFactory.createNonSharedRecord(RecordType type,
Map<String,?> values)
Creates new record of given type.
|
RecordHolder |
MockNamespace.createRecord(RecordType type) |
RecordHolder |
MockHolderFactory.createRecord(RecordType type) |
RecordHolder |
HolderFactory.createRecord(RecordType type)
Creates new record with given type.
|
RecordHolder |
MockNamespace.createRecord(RecordType type,
Map<String,?> values) |
RecordHolder |
MockHolderFactory.createRecord(RecordType type,
Map<String,?> values) |
RecordHolder |
HolderFactory.createRecord(RecordType type,
Map<String,?> values)
Creates new record with given type.
|
RecordHolder |
MockNamespace.createRecord(String type) |
RecordHolder |
MockHolderFactory.createRecord(String type) |
RecordHolder |
HolderFactory.createRecord(String type)
Creates new record with given type.
|
RecordHolder |
MockNamespace.createRecord(String type,
Map<String,?> values) |
RecordHolder |
MockHolderFactory.createRecord(String type,
Map<String,?> values) |
RecordHolder |
HolderFactory.createRecord(String type,
Map<String,?> values)
Creates new record with given type.
|
RecordHolder |
ReferenceExpressionHolder.getPropertyRecord() |
RecordHolder |
ReferenceExpressionHolder.getPropertyRecord(InterpreterStackTrace stackTrace) |
RecordHolder |
MockNamespace.getThis() |
RecordHolder |
RecordWrapper.holder()
Returns the record holder.
|
Modifier and Type | Method and Description |
---|---|
RecordWrapper |
RecordWrapperFactory.create(RecordHolder holder)
Returns the created record wrapper.
|
Constructor and Description |
---|
RecordWrapper(RecordHolder holder)
Creates a new record wrapper instance.
|
Modifier and Type | Class and Description |
---|---|
class |
MockRecordHolder |
Modifier and Type | Field and Description |
---|---|
protected Set<RecordHolder> |
ToStringBuilder.visited |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
RecordHolder.createChangeProxy()
Creates change proxy on this record holder.
|
RecordHolder |
MockRecordHolder.createChangeProxy() |
RecordHolder |
RecordHolder.getBaseLevelHolder()
Returns base level record holder.
|
RecordHolder |
MockRecordHolder.getBaseLevelHolder() |
RecordHolder |
RecordHolder.getCompiled(Object compiledContext)
Returns instance of the compiled record for this record holder.
|
RecordHolder |
MockRecordHolder.getCompiled(Object compiledContext) |
RecordHolder |
RecordHolder.getOriginalRecord()
Returns proxied record that is not proxy.
|
RecordHolder |
MockRecordHolder.getOriginalRecord() |
RecordHolder |
ReferenceHolder.getPropertyRecord()
Returns root record for the property if a property is referenced.
|
RecordHolder |
ReferenceHolder.getPropertyRecord(InterpreterStackTrace stackTrace)
Returns root record for the property if a property is referenced.
|
RecordHolder |
RecordHolder.getProxiedRecord()
Returns proxied record.
|
RecordHolder |
MockRecordHolder.getProxiedRecord() |
RecordHolder |
RecordHolder.getRecordOnProxyLevel(int proxyLevel)
Returns record on the defined proxy level or on the smaller level if such does not exist.
|
RecordHolder |
MockRecordHolder.getRecordOnProxyLevel(int wrappingLevel) |
RecordHolder |
Namespace.getThis()
Returns object that represents this.
|
RecordHolder |
MockRecordNamespace.getThis() |
RecordHolder |
RecordHolder.mergeChanges(Namespace namespace,
boolean cascade,
boolean checkConflicts)
If this is wrapper it merges all its changes to the wrapped record.
|
RecordHolder |
MockRecordHolder.mergeChanges(Namespace namespace,
boolean cascade,
boolean checkConflicts) |
Modifier and Type | Method and Description |
---|---|
Object |
PropertyPath.getValue(RecordHolder record)
Returns the value of the given property path of the given record object.
|
void |
RecordHolder.setCompiled(RecordHolder compiled) |
void |
MockRecordHolder.setCompiled(RecordHolder compiled) |
void |
PropertyPath.setValue(RecordHolder record,
Object value)
Sets the value of the given property path of the given record object.
|
Constructor and Description |
---|
TypeBasedRecordMapView(RecordHolder record)
Creates new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AnyPerformerHolder
Special performer representing any known performer.
|
class |
RoleUnitHolder
The RoleUnit holder used to represent records of type Role or OrganizationUnit.
|
Modifier and Type | Method and Description |
---|---|
RecordHolder |
OrgTypeFactoryImpl.convertJavaObjectToHolder(ModelInstance modelInstance,
RecordType recordType,
Object value) |
RecordHolder |
OrgTypeFactoryImpl.convertValueToHolder(ExternalValue value,
RecordType recordType) |
RecordHolder |
OrgTypeFactoryImpl.createRecord(ModelInstance modelInstance,
RecordType type,
Map<String,?> values) |
RecordHolder |
AnyPerformerHolder.getCompiled(Object compiledContext) |
RecordHolder |
OrgTypeFactoryImpl.getPersonHolder(ModelInstance modelInstance,
String personId) |
RecordHolder |
OrgTypeFactory.getPersonHolder(ModelInstance modelInstance,
String personId)
Returns a
human::Person record for the given person id. |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
OrgStructureFunctionsImpl.getCurrentPerson(ExecutionContext context) |
RecordHolder |
OrgStructureFunctions.getCurrentPerson(ExecutionContext context)
Returns the person who has initiates the current model processing request.
|
RecordHolder |
OrgStructureFunctionsImpl.getOrgUnit(ExecutionContext context,
String moduleName,
String localName,
MapHolder parameterMap) |
RecordHolder |
OrgStructureFunctions.getOrgUnit(ExecutionContext context,
String moduleName,
String localName,
MapHolder parameterMap)
Returns an organization unit given the module name and the organization unit name, or
null , if there is no such organization unit. |
RecordHolder |
OrgStructureFunctionsImpl.getOrgUnitRecordHolder(ExecutionContext context,
String moduleName,
String localName,
Map<?,?> parameterMap) |
RecordHolder |
OrgStructureFunctions.getOrgUnitRecordHolder(ExecutionContext context,
String moduleName,
String localName,
Map<?,?> parameterMap)
Returns an organization unit given the module name and the organization unit name, or
null , if there is no such organization unit. |
RecordHolder |
OrgStructureFunctionsImpl.getPersonPicture(ExecutionContext context,
RecordHolder person) |
RecordHolder |
OrgStructureFunctions.getPersonPicture(ExecutionContext context,
RecordHolder person)
Returns file with photo for the person.
|
RecordHolder |
OrgStructureFunctionsImpl.getPersonWithId(ExecutionContext context,
String id) |
RecordHolder |
OrgStructureFunctions.getPersonWithId(ExecutionContext context,
String id)
Returns a person given the id of the process performer or ErrorExcetion, if there is
no such person.
|
RecordHolder |
OrgStructureFunctionsImpl.getPersonWithLogin(ExecutionContext context,
String name) |
RecordHolder |
OrgStructureFunctions.getPersonWithLogin(ExecutionContext context,
String name)
Returns a person given the unique name of the process performer or ErrorExcetion, if there is
no such person.
|
RecordHolder |
OrgStructureFunctionsImpl.getRole(ExecutionContext context,
String moduleName,
String localName,
MapHolder parameterMap) |
RecordHolder |
OrgStructureFunctions.getRole(ExecutionContext context,
String moduleName,
String localName,
MapHolder parameterMap)
Returns a role given the module name and the local role name, or
null , if there is no
such role. |
RecordHolder |
OrgStructureFunctionsImpl.getRoleRecordHolder(ExecutionContext context,
String moduleName,
String localName,
Map<?,?> parameterMap) |
RecordHolder |
OrgStructureFunctions.getRoleRecordHolder(ExecutionContext context,
String moduleName,
String localName,
Map<?,?> parameterMap)
Returns a role given the module name and the local role name, or
null , if there is no
such role. |
Modifier and Type | Method and Description |
---|---|
void |
PersonRoleUtils.addPersonToRole(ExecutionContext context,
PersonManagementServiceLocal personManagementService,
RecordHolder personRecord,
RecordHolder roleRecord)
Assign role to person.
|
void |
OrgStructureFunctionsImpl.addPersonToRole(ExecutionContext context,
RecordHolder personRecord,
RecordHolder roleRecord) |
void |
OrgStructureFunctions.addPersonToRole(ExecutionContext context,
RecordHolder personRecord,
RecordHolder roleRecord)
Assign role to person.
|
SetHolder |
OrgStructureFunctionsImpl.children(ExecutionContext context,
RecordHolder roleUnitHolder) |
SetHolder |
OrgStructureFunctions.children(ExecutionContext context,
RecordHolder roleUnitHolder)
Returns a
SetHolder of children of the roleUnitHolder. |
String |
OrgStructureFunctionsImpl.getPersonFullName(ExecutionContext context,
RecordHolder person) |
String |
OrgStructureFunctions.getPersonFullName(ExecutionContext context,
RecordHolder person)
Returns the full name of the specified person.
|
RecordHolder |
OrgStructureFunctionsImpl.getPersonPicture(ExecutionContext context,
RecordHolder person) |
RecordHolder |
OrgStructureFunctions.getPersonPicture(ExecutionContext context,
RecordHolder person)
Returns file with photo for the person.
|
MapHolder |
OrgStructureFunctionsImpl.getPersonProperties(ExecutionContext context,
RecordHolder person) |
MapHolder |
OrgStructureFunctions.getPersonProperties(ExecutionContext context,
RecordHolder person)
Returns the additional properties of the specified person.
|
SetHolder |
OrgStructureFunctionsImpl.getPersonRoles(ExecutionContext context,
RecordHolder person) |
SetHolder |
OrgStructureFunctions.getPersonRoles(ExecutionContext context,
RecordHolder person)
Returns a set of organization roles from the current model directly as signed to the
specified person.
|
String |
OrgLabelFunctions.getRoleUnitLabel(ExecutionContext ctx,
RecordHolder roleUnit)
Returns the roleUnit label.
|
boolean |
OrgStructureFunctionsImpl.isPersonIn(ExecutionContext context,
RecordHolder personHolder,
RecordHolder roleUnitHolder) |
boolean |
OrgStructureFunctions.isPersonIn(ExecutionContext context,
RecordHolder personHolder,
RecordHolder roleUnitHolder)
Returns
true , if the given person belongs in the given organizational structure to
the given role or unit. |
boolean |
OrgStructureFunctionsImpl.isPersonStrictlyIn(ExecutionContext context,
RecordHolder personHolder,
RecordHolder roleHolder) |
boolean |
OrgStructureFunctions.isPersonStrictlyIn(ExecutionContext context,
RecordHolder personHolder,
RecordHolder roleHolder)
Returns
true , if the given person belongs in the given organizational structure
strictly to the given role or unit, not to their sub-roles or sub-units. |
SetHolder |
OrgStructureFunctionsImpl.personsStrictlyWith(ExecutionContext context,
RecordHolder roleHolder) |
SetHolder |
OrgStructureFunctions.personsStrictlyWith(ExecutionContext context,
RecordHolder roleHolder)
Returns a set of all persons that belong in the given organizational structure strictly to
the given role or unit, not to their sub-roles or sub-units.
|
SetHolder |
OrgStructureFunctionsImpl.personsWith(ExecutionContext context,
RecordHolder roleUnitHolder) |
SetHolder |
OrgStructureFunctions.personsWith(ExecutionContext context,
RecordHolder roleUnitHolder)
Returns a set of all persons that belong in the given organizational structure to the given
role or unit.
|
void |
PersonRoleUtils.removePersonFromRole(ExecutionContext context,
PersonManagementServiceLocal personManagementService,
RecordHolder personRecord,
RecordHolder roleRecord)
Remove person from role.
|
void |
OrgStructureFunctionsImpl.removePersonFromRole(ExecutionContext context,
RecordHolder personRecord,
RecordHolder roleRecord) |
void |
OrgStructureFunctions.removePersonFromRole(ExecutionContext context,
RecordHolder personRecord,
RecordHolder roleRecord)
Remove person from role.
|
void |
OrgStructureFunctionsImpl.setPersonPicture(ExecutionContext context,
RecordHolder person,
RecordHolder file) |
void |
OrgStructureFunctions.setPersonPicture(ExecutionContext context,
RecordHolder person,
RecordHolder file)
Sets file with photo to the person.
|
Modifier and Type | Method and Description |
---|---|
RecordHolder |
DataFunctionsImpl.createBinaryHandle(ExecutionContext context,
String fileName,
String description,
String content) |
RecordHolder |
DataFunctions.createBinaryHandle(ExecutionContext context,
String fileName,
String description,
String content)
Creates binary handle.
|
RecordHolder |
DataFunctionsImpl.createBinaryHandle(ExecutionContext context,
String fileName,
String description,
String content,
String mime,
String charset) |
RecordHolder |
DataFunctions.createBinaryHandle(ExecutionContext context,
String fileName,
String description,
String content,
String mime,
String charset)
Creates binary handle.
|
RecordHolder |
ActionFunctionsImpl.createInstance(ExecutionContext ctx,
Type type,
MapHolder values) |
RecordHolder |
ActionFunctions.createInstance(ExecutionContext ctx,
Type type,
MapHolder values)
Creates new instance of record type T.
|
RecordHolder |
ActionFunctionsImpl.createModelInstance(ExecutionContext ctx,
Boolean synchronous,
RecordHolder model,
MapHolder properties) |
RecordHolder |
ActionFunctions.createModelInstance(ExecutionContext ctx,
Boolean synchronous,
RecordHolder model,
MapHolder properties)
Creates a model instance.
|
RecordHolder |
ActionFunctionsImpl.createModelInstance(ExecutionContext ctx,
Boolean synchronous,
RecordHolder model,
RecordHolder processEntity,
MapHolder properties) |
RecordHolder |
ActionFunctions.createModelInstance(ExecutionContext ctx,
Boolean synchronous,
RecordHolder model,
RecordHolder processEntity,
MapHolder properties)
Creates a model instance with a specified process entity record.
|
RecordHolder |
ActionFunctionsImpl.createProxy(ExecutionContext ctx,
Object record,
Property... properties) |
RecordHolder |
ActionFunctions.createProxy(ExecutionContext ctx,
Object record,
Property... properties)
Creates a change proxy on the record that keeps all changes.
|
RecordHolder |
ActionFunctionsImpl.createProxy(ExecutionContext ctx,
Type type) |
RecordHolder |
ActionFunctions.createProxy(ExecutionContext ctx,
Type type)
Creates a proxy without proxied record.
|
RecordHolder |
ActionFunctionsImpl.createProxy(ExecutionContext ctx,
Type type,
Decimal proxyLevel) |
RecordHolder |
ActionFunctions.createProxy(ExecutionContext ctx,
Type type,
Decimal proxyLevel)
Creates a proxy without proxied record.
|
RecordHolder |
PdfFunctionsImpl.fillPdfForm(ExecutionContext context,
RecordHolder pdfInput,
String fileName,
MapHolder values) |
RecordHolder |
PdfFunctions.fillPdfForm(ExecutionContext context,
RecordHolder pdfInput,
String fileName,
MapHolder values)
Deprecated.
|
RecordHolder |
QueryFunctionsImpl.findById(ExecutionContext ctx,
Object id,
Type type) |
RecordHolder |
QueryFunctions.findById(ExecutionContext ctx,
Object id,
Type type)
Finds a shared record of a given type with a given primary key.
|
RecordHolder |
QueryFunctionsImpl.findById(ExecutionContext ctx,
Type type,
Object id) |
RecordHolder |
QueryFunctions.findById(ExecutionContext ctx,
Type type,
Object id)
Finds a shared record of a given type with a given primary key.
|
RecordHolder |
QueryFunctionsImpl.findByIdAndRevision(ExecutionContext ctx,
Object id,
Type type,
Decimal auditRevision) |
RecordHolder |
QueryFunctions.findByIdAndRevision(ExecutionContext ctx,
Object id,
Type type,
Decimal auditRevision)
Finds a shared record of a given type with a given primary key for specified audit revision.
|
RecordHolder |
QueryFunctionsImpl.findByRevision(ExecutionContext ctx,
RecordHolder record,
Decimal auditRevision) |
RecordHolder |
QueryFunctions.findByRevision(ExecutionContext ctx,
RecordHolder record,
Decimal auditRevision)
Returns the audited record in the given revision.
|
RecordHolder |
ValidationFunctions.findTag(ExecutionContext ctx,
String name)
Finds a tag by a given name which can be a simple name or full name.
|
RecordHolder |
DataFunctionsImpl.getBinaryHandle(ExecutionContext context,
Decimal id) |
RecordHolder |
DataFunctions.getBinaryHandle(ExecutionContext context,
Decimal id)
Returns a binary handle of the specified identifier.
|
RecordHolder |
ReflectionFunctionsImpl.getModel(ExecutionContext ctx,
String name) |
RecordHolder |
ReflectionFunctions.getModel(ExecutionContext ctx,
String name)
Returns a model with the specified name or null, if there is
no such a model.
|
RecordHolder |
ReflectionFunctionsImpl.getModel(ExecutionContext ctx,
String name,
String version) |
RecordHolder |
ReflectionFunctions.getModel(ExecutionContext ctx,
String name,
String version)
Returns a model with the specified name and version, or null, if there is
no such a model instance.
|
RecordHolder |
ReflectionFunctionsImpl.getModelInstance(ExecutionContext context,
Decimal id) |
RecordHolder |
ReflectionFunctions.getModelInstance(ExecutionContext context,
Decimal id)
Returns a model instance with the specified id.
|
RecordHolder |
ReflectionFunctionsImpl.getProcessEntity(ExecutionContext ctx,
Type type) |
RecordHolder |
ReflectionFunctions.getProcessEntity(ExecutionContext ctx,
Type type)
Returns the associated process entity.
|
RecordHolder |
DataFunctionsImpl.resource(ExecutionContext context,
String module,
String path) |
RecordHolder |
DataFunctions.resource(ExecutionContext context,
String module,
String path)
Creates a binary handle from a module's resource located at the specified path.
|
RecordHolder |
DateFunctions.subtractDates(ExecutionContext ctx,
Date date1,
Date date2)
Returns a duration obtained by subtracting the date2 from the date1.
|
RecordHolder |
ReflectionFunctionsImpl.thisModel(ExecutionContext ctx) |
RecordHolder |
ReflectionFunctions.thisModel(ExecutionContext ctx) |
RecordHolder |
ReflectionFunctionsImpl.thisModelInstance(ExecutionContext ctx) |
RecordHolder |
ReflectionFunctions.thisModelInstance(ExecutionContext ctx) |
Modifier and Type | Method and Description |
---|---|
Date |
DateFunctions.addDurationToDate(ExecutionContext ctx,
Date date,
RecordHolder duration)
Returns a date obtained by adding the duration to the date.
|
RecordHolder |
ActionFunctionsImpl.createModelInstance(ExecutionContext ctx,
Boolean synchronous,
RecordHolder model,
MapHolder properties) |
RecordHolder |
ActionFunctions.createModelInstance(ExecutionContext ctx,
Boolean synchronous,
RecordHolder model,
MapHolder properties)
Creates a model instance.
|
RecordHolder |
ActionFunctionsImpl.createModelInstance(ExecutionContext ctx,
Boolean synchronous,
RecordHolder model,
RecordHolder processEntity,
MapHolder properties) |
RecordHolder |
ActionFunctions.createModelInstance(ExecutionContext ctx,
Boolean synchronous,
RecordHolder model,
RecordHolder processEntity,
MapHolder properties)
Creates a model instance with a specified process entity record.
|
void |
ActionFunctionsImpl.createProxyOfProperties(ExecutionContext ctx,
RecordHolder record,
Property... properties) |
void |
ActionFunctions.createProxyOfProperties(ExecutionContext ctx,
RecordHolder record,
Property... properties)
Creates change proxy for all object referenced by the propery and sets the proxy values to the property.
|
void |
ActionFunctionsImpl.deleteRecords(ExecutionContext ctx,
RecordHolder... records) |
void |
ActionFunctions.deleteRecords(ExecutionContext ctx,
RecordHolder... records)
Deletes the specified records and all related data links navigable from the deleted records.
|
RecordHolder |
PdfFunctionsImpl.fillPdfForm(ExecutionContext context,
RecordHolder pdfInput,
String fileName,
MapHolder values) |
RecordHolder |
PdfFunctions.fillPdfForm(ExecutionContext context,
RecordHolder pdfInput,
String fileName,
MapHolder values)
Deprecated.
|
BinaryHolder |
PdfFunctionsImpl.fillXfaPdfTemplate(ExecutionContext context,
BinaryHolder xfaTemplate,
RecordHolder data) |
BinaryHolder |
PdfFunctions.fillXfaPdfTemplate(ExecutionContext context,
BinaryHolder xfaTemplate,
RecordHolder data)
Creates a new PDF document from the XFA template.
|
RecordHolder |
QueryFunctionsImpl.findByRevision(ExecutionContext ctx,
RecordHolder record,
Decimal auditRevision) |
RecordHolder |
QueryFunctions.findByRevision(ExecutionContext ctx,
RecordHolder record,
Decimal auditRevision)
Returns the audited record in the given revision.
|
SetHolder |
ReflectionFunctionsImpl.findProcessInstances(ExecutionContext context,
RecordHolder modelInstance,
ClosureHolder filter) |
SetHolder |
ReflectionFunctions.findProcessInstances(ExecutionContext context,
RecordHolder modelInstance,
ClosureHolder filter)
Returns a set of process instances for a model instance satisfying the specified filtering
criteria.
|
SetHolder |
GoalFunctions.getAllSubGoals(ExecutionContext ctx,
RecordHolder goal) |
MapHolder |
ReflectionFunctionsImpl.getBinaryDataMetadata(ExecutionContext context,
RecordHolder binaryData) |
MapHolder |
ReflectionFunctions.getBinaryDataMetadata(ExecutionContext context,
RecordHolder binaryData)
Returns map of metadata of binary data.
|
MapHolder |
ReflectionFunctionsImpl.getModelInstanceProperties(ExecutionContext context,
RecordHolder modelInstance) |
MapHolder |
ReflectionFunctions.getModelInstanceProperties(ExecutionContext context,
RecordHolder modelInstance)
Returns a map of initialization properties of the specified model
instance.
|
Object |
PropertyFunctions.getPropertyPathValue(ExecutionContext ctx,
RecordHolder record,
PropertyPath propertyPath)
Returns the value of the given property path of the given record object.
|
Object |
PropertyFunctions.getPropertyValue(ExecutionContext ctx,
RecordHolder record,
Property property)
Returns the value of the given property of the given record object.
|
Decimal |
ActionFunctionsImpl.getProxyLevel(ExecutionContext ctx,
RecordHolder record) |
Decimal |
ActionFunctions.getProxyLevel(ExecutionContext ctx,
RecordHolder record)
Returns proxy level of the record.
|
ListHolder |
QueryFunctionsImpl.getRevisions(ExecutionContext ctx,
RecordHolder record,
Date from,
Date to) |
ListHolder |
QueryFunctions.getRevisions(ExecutionContext ctx,
RecordHolder record,
Date from,
Date to)
Returns a list of revision identifiers in which the shared record was modified during the period defined by
the from and to parameters.
|
SetHolder |
GoalFunctions.getSubGoals(ExecutionContext ctx,
RecordHolder goal) |
Boolean |
ReflectionFunctionsImpl.isInState(ExecutionContext ctx,
RecordHolder goalPlan,
String state) |
Boolean |
ReflectionFunctions.isInState(ExecutionContext ctx,
RecordHolder goalPlan,
String state)
Returns true if a goalPlan is in the specified state or any of its
sub-states
|
Boolean |
ReflectionFunctionsImpl.isProxy(ExecutionContext ctx,
RecordHolder record) |
Boolean |
ReflectionFunctions.isProxy(ExecutionContext ctx,
RecordHolder record)
Returns true if the record is proxy.
|
void |
PropertyFunctions.setPropertyPathValue(ExecutionContext ctx,
RecordHolder record,
PropertyPath propertyPath,
Object value)
Sets the value of the given property path of the given record object.
|
Object |
PropertyFunctions.setPropertyValue(ExecutionContext ctx,
RecordHolder record,
Property property,
Object value)
Sets the value of the given property of the given record object.
|
ListHolder |
ValidationFunctions.validate(ExecutionContext ctx,
RecordHolder record,
Property property,
CollectionHolder tags,
MapHolder context)
Validates a given record.
|
Modifier and Type | Class and Description |
---|---|
class |
AchieveGoalHolder
Holder for achieve goal.
|
class |
GoalHolder
Holder for a goal.
|
class |
GoalPlanHolder<E extends GOElement>
The class provides access to the model and execution data.
|
class |
MaintainGoalHolder
Holder for maintain goal.
|
class |
PlanHolder
Holder for plan.
|
class |
ProcessInstanceHolder
Holder representing a process instance.
|
Modifier and Type | Method and Description |
---|---|
RecordHolder |
CoreTypeFactoryImpl.convertJavaObjectToHolder(ModelInstance modelInstance,
RecordType recordType,
Object value) |
RecordHolder |
CoreTypeFactoryImpl.convertValueToHolder(ExternalValue value,
RecordType recordType) |
RecordHolder |
CoreTypeFactoryImpl.createRecord(ModelInstance modelInstance,
RecordType type,
Map<String,?> values) |
RecordHolder |
CoreTypeFactoryImpl.getBinaryHandle(ModelInstance modelInstance,
long handleId) |
RecordHolder |
CoreTypeFactory.getBinaryHandle(ModelInstance modelInstance,
long handleId)
Returns a
core::BinaryHandle record for the given handle id. |
RecordHolder |
CoreTypeFactoryImpl.getModel(ModelInstance modelInstance,
long modelId) |
RecordHolder |
CoreTypeFactory.getModel(ModelInstance modelInstance,
long modelId)
Returns a
core::Model record for the given model id. |
RecordHolder |
CoreTypeFactoryImpl.getModelInstance(ModelInstance modelInstance,
long modelInstanceId) |
RecordHolder |
CoreTypeFactory.getModelInstance(ModelInstance modelInstance,
long modelInstanceId)
Returns a
core::ModelInstance record for the given model instance id. |
RecordHolder |
ProcessInstanceHolder.getModelInstanceHolder()
Returns the owning model instance.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ProcessInstanceAdapter.canRemoveThisFromReverseAssociation(RecordHolder removed,
RecordAssociation reverseAssociation) |
protected void |
ProcessInstanceAdapter.removeAddedFromOldParents(RecordAssociation association,
RecordAssociation reverseAssociation,
RecordHolder added) |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
VaadinUtils.addColumn(ExecutionContext ctx,
RecordHolder wwhat,
RecordHolder wwhere) |
RecordHolder |
VaadinUtils.createAndAdd(ExecutionContext ctx,
Object wwhat,
RecordHolder wwhere) |
RecordHolder |
VaadinUtils.createAndShow(ExecutionContext ctx,
RecordHolder def)
Only popup is supported.
|
RecordHolder |
LspsTodoHolder.createSavedStateHolder() |
abstract RecordHolder |
LspsContextHolder.createSavedStateHolder()
Returns a representation of the saved state in the model.
|
RecordHolder |
FormPreviewContextHolder.createSavedStateHolder() |
RecordHolder |
AbstractTodoHolder.createSavedStateHolder() |
RecordHolder |
AbstractDocumentHolder.createSavedStateHolder() |
RecordHolder |
VaadinUtils.getBrowserWindowSize(ExecutionContext ctx) |
RecordHolder |
LspsTodoHolder.getHistoryEntry(ExecutionContext context,
Map<String,Object> defaultValues)
Returns the navigation history entry for this todo.
|
RecordHolder |
AbstractTodoHolder.getHistoryEntry(ExecutionContext context,
Map<String,Object> defaultValues)
Returns the navigation history entry for this todo.
|
RecordHolder |
AbstractDocumentHolder.getHistoryEntry(ExecutionContext context,
Map<String,Object> defaultValues)
Returns the navigation history entry for this document.
|
protected RecordHolder |
LspsDocumentHolder.submit() |
protected RecordHolder |
LspsCustomUIWithContextDocumentHolder.submit() |
protected RecordHolder |
LspsCustomUIDocumentHolder.submit() |
protected abstract RecordHolder |
LspsContextHolder.submit()
Submits the changes done within the context and closes the context.
|
protected RecordHolder |
FormPreviewContextHolder.submit() |
protected RecordHolder |
AbstractTodoHolder.submit() |
protected abstract RecordHolder |
AbstractDocumentHolder.submit() |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
VaadinUtils.addColumn(ExecutionContext ctx,
RecordHolder wwhat,
RecordHolder wwhere) |
void |
VaadinUtils.addTab(ExecutionContext ctx,
RecordHolder tabbedLayout,
RecordHolder tab)
Adds tab to tabbed layout.
|
RecordHolder |
VaadinUtils.createAndAdd(ExecutionContext ctx,
Object wwhat,
RecordHolder wwhere) |
RecordHolder |
VaadinUtils.createAndShow(ExecutionContext ctx,
RecordHolder def)
Only popup is supported.
|
LspsScreen |
LspsScreenFactoryImpl.createScreen(LspsContextHolder contextHolder,
RecordHolder definition,
Serializable uiState) |
LspsScreen |
LspsScreenFactory.createScreen(LspsContextHolder contextHolder,
RecordHolder definition,
Serializable uiState)
Creates screen based on its definition.
|
UIComponent |
LspsScreen.createUIComponent(UIComponent parent,
RecordHolder componentDefinition,
UIComponentScope scope)
Creates a Vaadin component based on the provided component definition.
|
UIComponent |
CustomUIWithContextScreen.createUIComponent(UIComponent parent,
RecordHolder componentDefinition,
UIComponentScope scope) |
UIComponent |
CustomUIScreen.createUIComponent(UIComponent parent,
RecordHolder componentDefinition,
UIComponentScope scope) |
ListHolder |
VaadinUtils.findTopmostComponents(ExecutionContext ctx,
Type type,
RecordHolder root) |
ListHolder |
VaadinUtils.getChildren(ExecutionContext ctx,
RecordHolder def) |
ListHolder |
VaadinUtils.getColumns(ExecutionContext ctx,
RecordHolder def) |
ListHolder |
VaadinUtils.getColumnStates(ExecutionContext ctx,
RecordHolder def)
Gets a list of table column states of the given Table or TreeTable2
|
Set<UIComponent> |
LspsScreen.getComponentsForDefinition(RecordHolder componentDefinition,
UIComponent scopeComponent)
Returns all component instances for the given component definition,
visible from the scope of the given component.
|
Set<UIComponent> |
AbstractScreen.getComponentsForDefinition(RecordHolder componentDefinition,
UIComponent scopeComponent) |
ListHolder |
VaadinUtils.getTabs(ExecutionContext ctx,
RecordHolder tabbedLayout) |
void |
VaadinUtils.hideAndDestroy(ExecutionContext ctx,
RecordHolder def)
Hide pop-up.
|
boolean |
VaadinUtils.isDescendantOrSelf(ExecutionContext ctx,
RecordHolder parent,
RecordHolder child) |
void |
LspsFormConnector.navigate(RecordHolder navigation,
boolean closeForm)
Opens the requested application page, replacing the given component.
|
void |
VaadinUtils.removeAll(ExecutionContext ctx,
RecordHolder wwhere)
Remove all childs of VerticalLayout, HorizontalLayout or FormLayout
|
void |
VaadinUtils.removeAndDestroy(ExecutionContext ctx,
RecordHolder wwhat,
RecordHolder wwhere)
Remove and destroy what component.
|
void |
VaadinUtils.removeTab(ExecutionContext ctx,
RecordHolder tabbedLayout,
RecordHolder tab)
Remove the tab.
|
void |
VaadinUtils.requestSubmitAndNavigate(ExecutionContext ctx,
RecordHolder navigateTo)
Marks the screen for submission and navigate away.
|
void |
VaadinUtils.restoreColumnStates(ExecutionContext ctx,
RecordHolder def,
ListHolder columnStates)
Restores the column states to the Table or TreeTable2
|
void |
VaadinUtils.selectTab(ExecutionContext ctx,
RecordHolder tabbedLayout,
RecordHolder tab)
Open the tab.
|
Modifier and Type | Method and Description |
---|---|
RecordHolder |
ResourceRecordConverter.convertToModel(com.vaadin.server.Resource value,
Class<? extends RecordHolder> targetType,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
Class<RecordHolder> |
ResourceRecordConverter.getModelType() |
Modifier and Type | Method and Description |
---|---|
com.vaadin.server.Resource |
ResourceRecordConverter.convertToPresentation(RecordHolder value,
Class<? extends com.vaadin.server.Resource> targetType,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
ResourceRecordConverter.convertToModel(com.vaadin.server.Resource value,
Class<? extends RecordHolder> targetType,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
UnreachablePropertyPathValueException.getRecord()
Gets the record to which the property path was applied.
|
Constructor and Description |
---|
UnreachablePropertyPathValueException(PropertyPath path,
RecordHolder record)
Creates a new exception for the property
path starting at
the record indicating that the value cannot be reached
because a element has been detected before reaching the end
of the path. |
UnreachablePropertyPathValueException(PropertyPath path,
RecordHolder record,
Throwable cause)
Creates a new exception for the property
path starting at
the record indicating that the value cannot be reached
because a element has been detected before reaching the end
of the path. |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
WGrid.columnGetFilterConfig(RecordHolder column)
Gets the filter configuration of a given column.
|
protected RecordHolder |
FormComponent.createEvent(String type) |
static RecordHolder |
RecordUtils.createFileRecord(Form form,
String name,
String mime,
int size,
byte[] content)
Creates a file record.
|
RecordHolder |
Utils.getBrowserWindowSize(ExecutionContext ctx)
Returns the browser window size.
|
RecordHolder |
WGridLayout.getComponent(Decimal column,
Decimal row)
Gets a component which occupies the given position in the grid.
|
RecordHolder |
WComponentGroup.getComponentAt(Decimal index)
Gets a child component at the specified index.
|
RecordHolder |
WTreeTable.getDataSource()
Gets the definition of the currently used data source.
|
RecordHolder |
WTable.getDataSource()
Gets the definition of the currently used data source.
|
RecordHolder |
WGrid.getDataSource()
Gets the definition of the currently used data source.
|
RecordHolder |
WAbstractSplitPanel.getFirstComponent()
See corresponding lsps api.
|
RecordHolder |
FormComponent.getIcon()
Gets the icon of this component.
|
RecordHolder |
ComponentWithValue.getProperty()
Gets the binding of this component.
|
RecordHolder |
Utils.getRecordAndProperty(ExecutionContext ctx,
ReferenceHolder ref)
If given reference is a pointer to some record field, returns both the record and the property.
|
RecordHolder |
WAbstractSplitPanel.getSecondComponent()
See corresponding lsps api.
|
RecordHolder |
WTabSheet.getSelectedTab()
Returns currently selected forms::Tab
|
RecordHolder |
WImage.getSource() |
RecordHolder |
WTabSheet.getTabByComponent(RecordHolder child)
Gets a tab containing the given content.
|
RecordHolder |
WTabSheet.getTabByIndex(Decimal tabIndex)
Gets a tab at the given index.
|
RecordHolder |
WTabSheet.getTabContents(RecordHolder tab)
Gets the content of the given tab.
|
RecordHolder |
Form.save(ExecutionContext ctx)
Saves the current Todo/Document.
|
RecordHolder |
Utils.saveForm(ExecutionContext ctx)
Saves the current Todo/Document.
|
Modifier and Type | Method and Description |
---|---|
List<RecordHolder> |
IHasChildren.getComponents()
Returns the child components as a list of record holders.
|
Modifier and Type | Method and Description |
---|---|
void |
WGaugeChart.addChartYAxis(RecordHolder axis)
Adds a new y axis definition to this chart.
|
void |
WTreeTable.addColumn(RecordHolder gridColumn)
Registers a new column.
|
void |
WTable.addColumn(RecordHolder gridColumn)
Registers a new column.
|
void |
WGrid.addColumn(RecordHolder gridColumn)
Registers a new column.
|
abstract void |
WAbstractTable.addColumn(RecordHolder column)
Adds a column to this table.
|
void |
WComponentGroup.addComponent(RecordHolder child)
Adds a component to this component group.
|
void |
WOrderedComponentGroup.addComponentAt(RecordHolder child,
Decimal index)
Adds a child index at the specified position.
|
void |
WCssLayout.addComponentAt(RecordHolder child,
Decimal index)
Adds a child index at the specified position.
|
protected FormComponent |
WComponentGroup.addComponentInt(RecordHolder child)
Internally registers the component but does not call
WComponentGroup.getWidget() .addComponent() . |
void |
WGridLayout.addComponentToGrid(RecordHolder child,
Decimal column,
Decimal row,
Decimal columnSpan,
Decimal rowSpan)
Adds a component to the grid.
|
void |
WCartesianChart.addDataSeries(RecordHolder holder)
Adds a data series to this chart.
|
void |
WCartesianChart.addDataSeriesItem(RecordHolder dataSeries,
RecordHolder item,
Boolean updateChart,
Boolean shift)
Adds a data series item to the given data series.
|
void |
WMapDisplay.addMarker(RecordHolder rMarker)
Adds a marker to the map.
|
void |
WPieChart.addPieSliceSeries(RecordHolder series)
Adds a pie slice series to the graph.
|
void |
WCartesianChart.addXAxis(RecordHolder axis)
Adds an X axis to this chart.
|
void |
WCartesianChart.addYAxis(RecordHolder axis)
Adds an Y axis to this chart.
|
Object |
Utils.call(ExecutionContext ctx,
RecordHolder c,
String method,
ListHolder args)
Calls a method on the underlying Java UI component.
|
Object |
Utils.call(ExecutionContext ctx,
RecordHolder c,
String method,
Object... args)
Calls a method on the underlying Java UI component.
|
void |
Utils.clearDataErrorMessages(ExecutionContext ctx,
RecordHolder component)
Clears error messages on the components and it's descendants.
|
void |
Form.clearErrorMessages(RecordHolder component)
Clears error messages on the component and all it's descendants.
|
EnumerationImpl |
WGrid.columnGetAlignment(RecordHolder column)
Gets the column alignment
|
EnumerationImpl |
WAbstractTable.columnGetAlignment(RecordHolder column)
Gets table column content alignment.
|
Decimal |
WGrid.columnGetExpandRatio(RecordHolder column)
Gets the expand ratio of a grid column.
|
Decimal |
WAbstractTable.columnGetExpandRatio(RecordHolder column)
Gets expand ratio of a table column.
|
RecordHolder |
WGrid.columnGetFilterConfig(RecordHolder column)
Gets the filter configuration of a given column.
|
String |
WGrid.columnGetHeader(RecordHolder column)
Gets the grid column header.
|
String |
WAbstractTable.columnGetHeader(RecordHolder column)
Gets the column header.
|
EnumerationImpl |
WGrid.columnGetHeaderAlignment(RecordHolder column)
Gets the column header text alignment.
|
EnumerationImpl |
WAbstractTable.columnGetHeaderAlignmnet(RecordHolder column)
Gets a table column's header alignment.
|
String |
WGrid.columnGetHeaderStyleName(RecordHolder column)
Gets the column header style name
|
String |
WAbstractTable.columnGetHeaderStyleName(RecordHolder column)
Gets a column's header style name.
|
boolean |
WGrid.columnGetHidable(RecordHolder column)
Gets the column's hidable flag.
|
String |
WGrid.columnGetHidingToggleCaption(RecordHolder column)
Gets the grid column's hiding toggle caption.
|
Decimal |
WGrid.columnGetMaximumWidth(RecordHolder column)
Gets a maximum width of a column.
|
Decimal |
WGrid.columnGetMinimumWidth(RecordHolder column)
Gets the column's minimum width in pixels.
|
Decimal |
WGrid.columnGetWidth(RecordHolder column)
Gets the grid column's width.
|
Decimal |
WAbstractTable.columnGetWidth(RecordHolder column)
Gets table column width.
|
boolean |
WAbstractTable.columnIsCollapsed(RecordHolder column)
Returns the collapsed state of a table column.
|
boolean |
WAbstractTable.columnIsCollapsible(RecordHolder column)
Gets value of the collapsible flag of a table column.
|
boolean |
WGrid.columnIsFiltrable(RecordHolder column)
Gets the filterable flag of a grid column.
|
boolean |
WGrid.columnIsHidden(RecordHolder column)
Gets the column's hidden flag.
|
boolean |
WGrid.columnIsResizable(RecordHolder column)
Gets the value of the resizable flag of a grid column.
|
void |
WGrid.columnRemove(RecordHolder gridColumn)
Removes the column from the grid.
|
void |
WGrid.columnSetAlignment(RecordHolder column,
EnumerationImpl alignment)
Sets the column alignment.
|
void |
WAbstractTable.columnSetAlignment(RecordHolder column,
EnumerationImpl alignment)
Sets table column content alignment.
|
void |
WAbstractTable.columnSetCollapsed(RecordHolder column,
boolean collapsed)
Sets the collapsed state of a table column.
|
void |
WAbstractTable.columnSetCollapsible(RecordHolder column,
boolean collapsible)
Sets the collapsible flag for a table column.
|
void |
WGrid.columnSetExpandRatio(RecordHolder column,
Decimal expandRatio)
Sets expand ratio to a grid column.
|
void |
WAbstractTable.columnSetExpandRatio(RecordHolder column,
Decimal expandRatio)
Sets expand ratio to a table column.
|
void |
WGrid.columnSetFilterConfig(RecordHolder column,
RecordHolder filterConfig)
Sets a filter configuration to a given column.
|
void |
WGrid.columnSetFiltrable(RecordHolder column,
boolean filtrable)
Sets the filterable flag to a grid column.
|
void |
WGrid.columnSetHeader(RecordHolder column,
String header)
Sets the grid column header.
|
void |
WAbstractTable.columnSetHeader(RecordHolder column,
String header)
Sets a header caption to the table column.
|
void |
WGrid.columnSetHeaderAlignment(RecordHolder column,
EnumerationImpl alignment)
Sets the column header alignment
|
void |
WAbstractTable.columnSetHeaderAlignment(RecordHolder column,
EnumerationImpl alignment)
Sets a table column's header alignment
|
void |
WGrid.columnSetHeaderStyleName(RecordHolder column,
String styleName) |
void |
WAbstractTable.columnSetHeaderStyleName(RecordHolder column,
String styleName)
Sets a column's header style name.
|
void |
WGrid.columnSetHidable(RecordHolder column,
boolean hidable)
Set's the columns hidable flag.
|
void |
WGrid.columnSetHidden(RecordHolder column,
boolean hidden)
Sets the column's hidden flag.
|
void |
WGrid.columnSetHidingToggleCaption(RecordHolder column,
String hidingToggleCaption)
Sets the gird column's hiding toggle caption
|
void |
WGrid.columnSetMaximumWidth(RecordHolder column,
Decimal pixels)
Sets a maximum width to a grid column.
|
void |
WGrid.columnSetMinimumWidth(RecordHolder column,
Decimal pixels)
Sets a grid columns minimum width.
|
void |
WGrid.columnSetResizable(RecordHolder column,
boolean resizable)
Sets the resizable flag of the grid column.
|
void |
WGrid.columnSetWidth(RecordHolder column,
Decimal pixelWidth)
Sets the width of a grid column.
|
void |
WAbstractTable.columnSetWidth(RecordHolder column,
Decimal width)
Sets table column width.
|
protected ValueProvider |
WTree.createCaptionValueProvider(RecordHolder captionValueProvider) |
protected ITreeDataSource |
WTree.createDataSource(RecordHolder dataSource) |
protected IVaadinContainerDataSourceAdapter |
WTokenField.createDataSource(RecordHolder dataSource,
RecordHolder captionValueProvider)
Called to obtain a data source which will provide available options (row objects) to the select component.
|
protected IVaadinContainerDataSourceAdapter |
WMultiselectComboBox.createDataSource(RecordHolder dataSource,
RecordHolder captionValueProvider) |
protected IVaadinContainerDataSourceAdapter |
WAbstractSelect.createDataSource(RecordHolder dataSource,
RecordHolder captionValueProvider)
Called to obtain a data source which will provide available options (row objects) to the select component.
|
protected IVaadinContainerDataSourceAdapter |
WAbstractComboBox.createDataSource(RecordHolder dataSource,
RecordHolder captionValueProvider) |
UIComponent |
Form.createUIComponent(UIComponent parent,
RecordHolder componentDefinition,
UIComponentScope scope) |
void |
Utils.detectLocation(ExecutionContext ctx,
RecordHolder optsHolder,
ClosureHolder resultCallback)
Requests a location detection.
|
protected WAbstractTable.Column |
WAbstractTable.getColumn(RecordHolder gridColumn) |
FormComponent |
Form.getComponent(RecordHolder rh)
Gets a
FormComponent corresponding to the given form component definition. |
Set<UIComponent> |
Form.getComponentsForDefinition(RecordHolder componentDefinition,
UIComponent scopeComponent) |
String |
WTabSheet.getCustomErrorMessage(RecordHolder tab) |
String |
WTabSheet.getDescription(RecordHolder tab)
Gets the tab's description
|
Decimal |
WComponentGroup.getExpandRatio(RecordHolder child)
Gets the expand ratio of the child component.
|
String |
WTabSheet.getStyleName(RecordHolder tab)
Gets the style name of the tab
|
RecordHolder |
WTabSheet.getTabByComponent(RecordHolder child)
Gets a tab containing the given content.
|
String |
WTabSheet.getTabCaption(RecordHolder tab)
Gets the caption of the tab.
|
RecordHolder |
WTabSheet.getTabContents(RecordHolder tab)
Gets the content of the given tab.
|
Decimal |
WTabSheet.getTabIndex(RecordHolder tab) |
void |
Utils.handleSubmitNavigation(ExecutionContext ctx,
SetHolder todos,
RecordHolder screenNavigation)
Handles the navigation logic after a form has been submitted.
|
boolean |
WTabSheet.isClosable(RecordHolder tab)
Deprecated.
|
boolean |
WTabSheet.isEnabled(RecordHolder tab)
Indicates whether a tab is enabled.
|
boolean |
WTabSheet.isVisible(RecordHolder tab)
Indicates whether the tab is visible or not.
|
String |
Utils.localize(ExecutionContext ctx,
String message,
RecordHolder component)
Localizes the provided message.
|
void |
Utils.navigate(ExecutionContext ctx,
RecordHolder navigation)
Navigates to given target.
|
protected void |
WUpload.onUploadResult(RecordHolder file,
String failureMessage)
Handles the result of the file upload.
|
void |
WTabSheet.removeComponent(RecordHolder child) |
void |
WComponentGroup.removeComponent(RecordHolder child)
Removes the child component from this component group.
|
void |
WMapDisplay.removeMarker(RecordHolder rMarker)
Removes the marker from the map.
|
void |
WTabSheet.removeTab(RecordHolder tab)
Removes tab from tab sheet.
|
protected void |
WAbstractTable.restoreColumnState(RecordHolder column,
com.whitestein.lsps.vaadin.forms.TableColumnState state)
Restores column state.
|
void |
WCalendar.setCalendarItemProvider(RecordHolder eventProvider)
Sets the calendar item provider.
|
void |
WAbstractChart.setChartPlotOptions(RecordHolder plotOptions)
Sets the default plot options.
|
void |
WTabSheet.setClosable(RecordHolder tab,
boolean closable)
Deprecated.
|
void |
WTabSheet.setCustomErrorMessage(RecordHolder tab,
String description)
Set error message to the tab.
|
void |
WTreeTable.setDataSource(RecordHolder ds)
Sets the data source to this tree table.
|
void |
WTable.setDataSource(RecordHolder ds)
Sets the data source to this table.
|
void |
WGrid.setDataSource(RecordHolder ds)
Sets the data source to this grid.
|
void |
WTabSheet.setDescription(RecordHolder tab,
String description)
Sets the tab's description
|
void |
WTabSheet.setEnabled(RecordHolder tab,
boolean enabled)
Sets the enabled flag to a tab.
|
void |
WComponentGroup.setExpandRatio(RecordHolder child,
Decimal ratio)
Sets the expand ration of the component.
|
void |
WAbstractComboBox.setExtendableOptions(CollectionHolder selectItems,
RecordHolder captionValueProvider)
Sets the options given as a collection of
uicommon::SelectItem s. |
void |
WAbstractSplitPanel.setFirstComponent(RecordHolder child)
See corresponding lsps api.
|
void |
FormComponent.setIcon(RecordHolder resource)
Sets the icon of this component.
|
void |
WTabSheet.setIcon(RecordHolder tab,
RecordHolder resource)
Sets the tab's icon
|
void |
WLink.setNavigation(RecordHolder navigation)
Sets the navigation to this link.
|
void |
WTree.setOptions(RecordHolder dataSource,
RecordHolder captionValueProvider)
Creates a data source via
WTree.createDataSource(RecordHolder) , clears the tree and re-populates its roots. |
void |
WTokenField.setOptions(RecordHolder dataSource,
RecordHolder captionValueProvider)
Configures the
AbstractSelect provided by WTokenField.getWidget() :
creates a data source via WTokenField.createDataSource(RecordHolder, RecordHolder) and calls AbstractSelect.setContainerDataSource(Container)
directs it to use the property caption model
Registers WAbstractSelect.VariantConverter
;
creates a data source and calls AbstractSelect.setContainerDataSource(Container) ; |
void |
WAbstractSelect.setOptions(RecordHolder dataSource,
RecordHolder captionValueProvider)
Configures the
AbstractSelect provided by WAbstractSelect.getWidget() :
creates a data source via WAbstractSelect.createDataSource(RecordHolder, RecordHolder) and calls AbstractSelect.setContainerDataSource(Container)
directs it to use the property caption model
Registers WAbstractSelect.VariantConverter
;
creates a data source and calls AbstractSelect.setContainerDataSource(Container) ; |
void |
WAbstractMultiSelect.setOptions(RecordHolder dataSource,
RecordHolder captionValueProvider)
Configures the
AbstractSelect provided by WAbstractSelect.getWidget() :
creates a data source via WAbstractSelect.createDataSource(RecordHolder, RecordHolder) and calls AbstractSelect.setContainerDataSource(Container)
directs it to use the property caption model
Registers WAbstractMultiSelect.SetHolderConverter
;
creates a data source and calls AbstractSelect.setContainerDataSource(Container) ; |
void |
ComponentWithValue.setProperty(RecordHolder property)
Sets the binding of this component.
|
void |
WDownload.setResource(RecordHolder resource)
Sets a downloadable resource to this component
|
void |
Form.setRootComponent(RecordHolder rootDef)
Sets the root component of this form.
|
void |
WAbstractSplitPanel.setSecondComponent(RecordHolder child)
See corresponding lsps api.
|
void |
WTabSheet.setSelectedTab(RecordHolder tab)
Selects a tab.
|
void |
WPdfViewer.setSource(RecordHolder resource)
Sets the image resource.
|
void |
WImage.setSource(RecordHolder resource)
Sets the image resource.
|
void |
WTabSheet.setStyleName(RecordHolder tab,
String styleName)
Sets a style name to a tab.
|
void |
WTabSheet.setTabCaption(RecordHolder tab,
String caption)
Sets a caption to the tab.
|
void |
WTabSheet.setVisible(RecordHolder tab,
boolean visible)
Sets visibility to a tab.
|
void |
Form.showConstraintViolations(ListHolder constraintViolations,
RecordHolder root)
Displays constraint violations in the forms.
|
void |
Utils.showDataErrorMessages(ExecutionContext ctx,
ListHolder constraintViolations,
RecordHolder component)
Shows the constraint violations on the components which are bound to the same record properties
as the constraint violations.
|
Modifier and Type | Method and Description |
---|---|
void |
WSortableLayout.addComponent(RecordHolder child) |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
WGridStackDashboard.addWidget(RecordHolder component,
RecordHolder position,
boolean autoposition)
Adds a widget to the dashboard.
|
RecordHolder |
WGridStackDashboard.getPosition(RecordHolder widget)
Gets a position of a widget.
|
Modifier and Type | Method and Description |
---|---|
RecordHolder |
WGridStackDashboard.addWidget(RecordHolder component,
RecordHolder position,
boolean autoposition)
Adds a widget to the dashboard.
|
String |
WGridStackDashboard.getCaption(RecordHolder widget)
Gets a widget caption.
|
RecordHolder |
WGridStackDashboard.getPosition(RecordHolder widget)
Gets a position of a widget.
|
EnumerationImpl |
WGridStackDashboard.getState(RecordHolder dwidget)
Gets a widget state.
|
void |
WGridStackDashboard.removeWidget(RecordHolder dwidget)
Removes the widget from the dashboard.
|
void |
WGridStackDashboard.setCaption(RecordHolder widget,
String caption)
Sets a caption to a widget.
|
void |
WGridStackDashboard.setPosition(RecordHolder widget,
RecordHolder position)
Sets the widget position.
|
void |
WGridStackDashboard.setState(RecordHolder widget,
EnumerationImpl state)
Sets a state to a widget.
|
void |
WGridStackDashboard.setToolbar(RecordHolder widget,
RecordHolder component)
Sets a toolbar to a widget.
|
Modifier and Type | Method and Description |
---|---|
RecordHolder |
ValueProvider.getDefinition()
Gets the LSPS object counterpart of this value provider.
|
RecordHolder |
ValueProvider.DelegatingValueProvider.getDefinition() |
RecordHolder |
ValueProvider.ToStringValueProvider.getDefinition() |
RecordHolder |
ValueProvider.ValueKeepingValueProvider.getDefinition() |
RecordHolder |
VaadinContainerDataSourceAdapter.getDefinition() |
RecordHolder |
LspsValueProvider.getDefinition() |
RecordHolder |
IVaadinContainerDataSourceAdapter.getDefinition()
forms::DataSource
|
RecordHolder |
ITreeDataSource.getDefinition()
Returns the underlying forms::TreeDataSource record, backing this data source.
|
RecordHolder |
ITreeDataSource.Lsps.getDefinition() |
RecordHolder |
EmptyVaadinContainerDataSourceAdapter.getDefinition() |
Modifier and Type | Method and Description |
---|---|
Boolean |
DataSourceMethods.supportsFilter(ExecutionContext ctx,
RecordHolder filter)
Checks whether query based data sources are able to handle this filter natively.
|
Boolean |
DataSourceMethods.supportsSort(ExecutionContext ctx,
RecordHolder sort)
Checks whether query based data sources are able to handle this sort natively.
|
Modifier and Type | Method and Description |
---|---|
RecordHolder |
DataFilter.getFilterDefinition()
Gets the filter definition representation.
|
Modifier and Type | Method and Description |
---|---|
Variant.ListVariant<RecordHolder> |
FilterConfig.OptionsFilter.getOptions()
Gets the defined list of options.
|
Variant.ListVariant<RecordHolder> |
FilterConfig.OptionsFilter.getSelected()
Gets the selected options.
|
Constructor and Description |
---|
DataFilter(RecordHolder filterDefinition,
ValueProvider valueProvider,
SerializablePredicate<Object> predicate)
Creates a new instance of this class with the filter definition and predicate representing
the filter semantics.
|
Modifier and Type | Method and Description |
---|---|
RecordHolder |
WSingleComponentContainer.getContent()
Gets the content of this container.
|
Modifier and Type | Method and Description |
---|---|
void |
WSingleComponentContainer.setContent(RecordHolder child)
Sets the content of this container.
|
Modifier and Type | Method and Description |
---|---|
protected void |
WDropZone.onAllUploaded(List<RecordHolder> files,
List<String> failureMessages)
Handles the result of the file upload.
|
Modifier and Type | Method and Description |
---|---|
RecordWrapper |
RecordWrapperFactoryImpl.create(RecordHolder holder) |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
RecordImageRenderer.getConverter() |
RecordHolder |
RecordTableColumn.getFilterValueProvider() |
RecordHolder |
RecordTableColumn.getSortValueProvider() |
RecordHolder |
RecordTableColumn.getValueProvider() |
Modifier and Type | Method and Description |
---|---|
RecordWrapper |
FormsRecordWrapperFactoryImpl.create(RecordHolder holder) |
void |
RecordDataSeries.setChart(RecordHolder value) |
void |
RecordPlotOptions.setColor(RecordHolder value) |
void |
RecordDataLabels.setColor(RecordHolder value) |
void |
RecordImageRenderer.setConverter(RecordHolder value) |
void |
RecordPlotOptions.setDataLabels(RecordHolder value) |
void |
RecordDataSeriesItem.setDataLabels(RecordHolder value) |
void |
RecordDataSeries.setPlotOptions(RecordHolder value) |
void |
RecordEvent.setSource(RecordHolder value) |
Modifier and Type | Method and Description |
---|---|
RecordWrapper |
UicommonRecordWrapperFactoryImpl.create(RecordHolder holder) |
Constructor and Description |
---|
RecordDownloadableResource(RecordHolder holder) |
RecordExternalResource(RecordHolder holder) |
RecordFileResource(RecordHolder holder) |
RecordFontAwesome(RecordHolder holder) |
RecordGeographicCoordinates(RecordHolder holder) |
RecordResource(RecordHolder holder) |
RecordSelectItem(RecordHolder holder) |
RecordThemeResource(RecordHolder holder) |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
UIComponentData.getComponentDefinition() |
Modifier and Type | Method and Description |
---|---|
SetVariant<RecordHolder> |
UIComponentData.getListenerDefinitions()
Returns the value of
UIFieldNames.LISTENERS . |
Set<RecordHolder> |
UIEventQueueEntry.processEvent()
|
Map<UIEventQueueEntry,Set<RecordHolder>> |
UIEventQueue.processEventQueue(ComponentsToProcess componentsToProcess,
LspsFormConnector.ValidationErrors validationErrors)
Processes the queued events.
|
Modifier and Type | Method and Description |
---|---|
protected static StringBuilder |
UIComponentData.appendTo(RecordHolder def,
StringBuilder sb) |
static UIComponentData |
UIComponentData.create(UIComponent parent,
RecordHolder definition)
Creates component data for a UIComponent.
|
static UIComponentData |
UIComponentData.create(UIComponent parent,
RecordHolder definition,
UIComponentScope scope)
Creates component data for a UIComponent.
|
UIComponent |
UIComponentFactoryImpl.createComponent(LspsScreen screen,
UIComponent parent,
RecordHolder componentDefinition,
UIComponentScope scope) |
UIComponent |
UIComponentFactory.createComponent(LspsScreen screen,
UIComponent parent,
RecordHolder definition,
UIComponentScope scope)
Creates and injects component based on the provided component definition.
|
protected UIListener |
UIComponentFactoryImpl.createListener(UIComponent component,
RecordHolder uiListener)
Creates listener based on the provided component definition.
|
UIListenerAction |
UIComponentFactoryImpl.createListenerAction(UIScreen screen,
UIListener listener,
RecordHolder definition,
UIComponent scope) |
UIListenerAction |
UIComponentFactory.createListenerAction(UIScreen screen,
UIListener listener,
RecordHolder definition,
UIComponent scope)
Creates listener action based on the provided definition.
|
static UIComponentData |
UIComponentData.createRoot(LspsScreen screen,
RecordHolder definition,
UIComponentScope scope)
Creates component data for a root UIComponent - the root of the UI component hierarchy.
|
UIComponent |
UIScreen.createUIComponent(UIComponent parent,
RecordHolder componentDefinition,
UIComponentScope scope) |
static UIComponentDefinitionId |
UIComponentDefinitionId.get(LspsScreen screen,
RecordHolder componentDefinition)
Returns the component definition ID.
|
Set<UIComponent> |
Bindings.get(RecordHolder record,
Property property)
Returns components which are displaying given record and given property.
|
static ReferenceHolder |
Bindings.getBinding(RecordHolder def)
Retrieves the value of the "Binding" field.
|
String |
LspsUrlFactory.getNavigationUrl(RecordHolder navigation)
Returns application URL for the given navigation definition.
|
static boolean |
UIComponentFactoryImpl.ScreenLevelRecord.isShownOn(RecordHolder validationError,
UIComponent component)
Deprecated.
|
void |
UIScreen.navigateTo(RecordHolder navigateTo) |
Modifier and Type | Method and Description |
---|---|
void |
ViewModelMerger.clear(Set<Variant<RecordHolder>> viewModelsToClear)
Clears given view models manually.
|
void |
ViewModelMerger.merge(Set<Variant<RecordHolder>> viewModelsToMerge)
Merges given view models manually.
|
Constructor and Description |
---|
UIScreen(LspsContextHolder contextHolder,
RecordHolder uiDefinition,
Serializable uiState)
Full constructor
|
Modifier and Type | Method and Description |
---|---|
protected RecordHolder |
UIConditional.getChildDefinition() |
Modifier and Type | Method and Description |
---|---|
Set<RecordHolder> |
UIVerticalRepeater.getShownRecords() |
Set<RecordHolder> |
UIRepeater2.getShownRecords() |
Set<RecordHolder> |
UIRepeater.getShownRecords() |
Set<RecordHolder> |
UIHorizontalRepeater.getShownRecords() |
Set<RecordHolder> |
UIComponentShowingRecords.getShownRecords()
Lists record instances currently displayed in the component's selection.
|
Modifier and Type | Method and Description |
---|---|
static List<TreeItem> |
TreeItem.toTreeItems(Variant.CollectionVariant<? extends Collection<RecordHolder>,RecordHolder> treeItems,
UIComponent owner) |
static List<TreeItem> |
TreeItem.toTreeItems(Variant.CollectionVariant<? extends Collection<RecordHolder>,RecordHolder> treeItems,
UIComponent owner) |
Modifier and Type | Method and Description |
---|---|
Set<RecordHolder> |
UICalendar.getShownRecords() |
Modifier and Type | Method and Description |
---|---|
Set<RecordHolder> |
UITreeTable2.getShownRecords() |
Set<RecordHolder> |
UITableBase.getShownRecords() |
Set<RecordHolder> |
UIGroupingTable.getShownRecords() |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
UIPersistAction.getDefinition()
Returns action definition.
|
RecordHolder |
UIEvent.getEvent(UIComponent component)
Returns the event definition record in the execution context of given component.
|
RecordHolder |
UIApplicationEvent.getEvent(UIComponent component) |
RecordHolder |
UIApplicationEvent.getOriginalEvent()
Returns the LSPS event as created by the FireApplicationEventAction
(created in the evaluation level of the originating listener).
|
Modifier and Type | Method and Description |
---|---|
Set<RecordHolder> |
UIListenerImpl.getComponentsToProcess() |
Set<RecordHolder> |
UIListener.getComponentsToProcess()
Returns component definitions which correspond to components which events should be processed
in handle init events & refresh phase when this listener caused the refresh.
|
Set<RecordHolder> |
UIListenerImpl.getComponentsToRefresh(UIEvent uiEvent,
RecordHolder event,
UIComponent scope) |
Set<RecordHolder> |
UIListener.getComponentsToRefresh(UIEvent uiEvent,
RecordHolder event,
UIComponent scope) |
SetVariant<RecordHolder> |
UIViewModelAction.getViewModelsToClear2() |
SetVariant<RecordHolder> |
UIViewModelAction.getViewModelsToMerge2() |
Set<RecordHolder> |
UIListenerImpl.processEvent(UIEvent uiEvent,
RecordHolder event,
UIComponent scope) |
Set<RecordHolder> |
UIListener.processEvent(UIEvent uiEvent,
RecordHolder event,
UIComponent scope)
Process the given event.
|
Modifier and Type | Method and Description |
---|---|
Set<RecordHolder> |
UIListenerImpl.getComponentsToRefresh(UIEvent uiEvent,
RecordHolder event,
UIComponent scope) |
Set<RecordHolder> |
UIListener.getComponentsToRefresh(UIEvent uiEvent,
RecordHolder event,
UIComponent scope) |
Set<RecordHolder> |
UIListenerImpl.processEvent(UIEvent uiEvent,
RecordHolder event,
UIComponent scope) |
Set<RecordHolder> |
UIListener.processEvent(UIEvent uiEvent,
RecordHolder event,
UIComponent scope)
Process the given event.
|
boolean |
UIListenerImpl.shouldBeExecuted(UIEvent uiEvent,
RecordHolder event,
UIComponent scope) |
boolean |
UIListener.shouldBeExecuted(UIEvent uiEvent,
RecordHolder event,
UIComponent scope) |
boolean |
UIAppEventListener.shouldBeExecuted(UIEvent uiEvent,
RecordHolder event,
UIComponent scope) |
Constructor and Description |
---|
UIAppEventListener(UIComponent component,
RecordHolder listener)
Full constructor.
|
UIApplicationEvent(UIComponent component,
RecordHolder lspsEvent)
Full constructor.
|
UIGenericListener(UIComponent component,
RecordHolder listener)
Initiate this listener for the given instance of
UIComponent and
listener definition. |
UIInitListener(UIComponent component,
RecordHolder listener) |
UIListenerImpl(UIComponent component,
RecordHolder listener)
Initiate this listener for the given instance of
UIComponent and
listener definition. |
Modifier and Type | Method and Description |
---|---|
static RecordHolder |
WResource.convert(com.vaadin.server.Resource resource,
Namespace namespace)
Converts a Vaadin representation of a resource to an LSPS resource.
|
Modifier and Type | Method and Description |
---|---|
static List<Variant<RecordHolder>> |
UIComponents.getChildren(Variant.RecordVariant def)
Lists child component definitions from given component definition.
|
static List<RecordHolder> |
Utils.unwrapVariants(Collection<Variant.RecordVariant> variants)
Unwraps the record variants in the given collection to a list of record holders.
|
Modifier and Type | Method and Description |
---|---|
static com.vaadin.server.Resource |
WResource.convert(RecordHolder resource,
boolean forceSave)
Converts an LSPS resource to a Vaadin resource representation.
|
static Variant.PropertyOrigin |
Variant.PropertyOrigin.of(RecordHolder record,
String property) |
static Variant.RecordVariant |
Variant.ofOrigin(RecordHolder value,
Variant.Origin origin,
LspsContextHolder context)
Wraps given RecordHolder, with given origin.
|
static Variant.RecordVariant |
Variant.ofUnknownOrigin(RecordHolder value,
LspsContextHolder context)
Wraps given RecordHolder, with no origin.
|
static Variant.RecordVariant |
Variant.ofUnknownOrigin(RecordHolder value,
UIComponent origin)
Wraps given RecordHolder which somehow originated from given component (e.g.
|
Variant.RecordVariant |
Variant.RecordVariant.orVariant(RecordHolder defaultValue) |
Variant.RecordVariant |
Variant.RecordVariant.toValue(RecordHolder newValue)
Creates a new variant of same type and origin, but with given value.
|
Modifier and Type | Method and Description |
---|---|
static List<UIComponent> |
UIComponents.appendChildren2(UIComponent parent,
Variant.ListVariant<RecordHolder> children)
Populates given parent with child components based on definitions from the given list.
|
Constructor and Description |
---|
RecordOrigin(RecordHolder origin) |
RecordVariant(RecordHolder data,
Type valueType,
Variant.Origin origin,
LspsContextHolder context)
Creates the variant.
|
Modifier and Type | Method and Description |
---|---|
static SslConfig |
SslConfig.fromModelConfig(RecordHolder sslConf) |
Modifier and Type | Method and Description |
---|---|
Object |
WsSoapCallFunctionsImpl.call(ExecutionContext context,
MapHolder soapMetadata,
RecordHolder sslConfig,
String endpointAddress,
String login,
String password,
RecordHolder input,
ListHolder requestSoapHeaders,
MapHolder requestHeaders,
Decimal readTimeout,
Type outputType,
ListHolder responseSoapHeaders,
ReferenceHolder responseHeaders,
ReferenceHolder error,
Boolean logMessages) |
Object |
WsSoapCallFunctions.call(ExecutionContext context,
MapHolder soapMetadata,
RecordHolder sslConfig,
String endpointAddress,
String login,
String password,
RecordHolder input,
ListHolder requestSoapHeaders,
MapHolder requestHeaders,
Decimal readTimeout,
Type outputType,
ListHolder responseSoapHeaders,
ReferenceHolder responseHeaders,
ReferenceHolder error,
Boolean logMessages)
Webservice call.
|
String |
HttpCallFunctions.call(ExecutionContext ctx,
RecordHolder sslConfig,
String endpointAddress,
String httpMethod,
String requestContentType,
String input,
String login,
String password,
Decimal timeoutDecimal,
MapHolder requestHeaders,
ReferenceHolder responseHeaders,
ReferenceHolder resposeCode,
Boolean logMessages) |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
XmlParser.parseRecordType(Node parent,
RecordType type) |
Modifier and Type | Method and Description |
---|---|
void |
XmlBuilder.createAndBuildRecordHolderBody(Document document,
Node parent,
RecordHolder recordHolder)
Creates element for given record holder and creates its body
based on its content.
|
String |
XmlTypesConverter.getBinaryHandleAsString(RecordHolder binaryHandle,
String xsdType)
Converts data referenced by BinaryHandle object to String representation.
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.