Modifier and Type | Method and Description |
---|---|
DatasetContainer |
DatasetEditorValue.createDatasetContainer(Entity entity,
TableTemplate template,
Language language)
Factory method to create an value container for the specified template and entity.
|
Modifier and Type | Method and Description |
---|---|
IdProvidingFormData |
ContentFormsProducer.create(Entity entity)
Creates a new form data based on the given entity.
|
static DatasetContainer |
DatasetContainer.Factory.create(Entity entity,
TableTemplate template,
Language language)
Factory method to create a DatasetContainer for the specified entity, template and language.
|
Modifier and Type | Method and Description |
---|---|
Entity |
ContentWorkflowable.getEntity() |
Entity |
Dataset.getEntity()
Get the entity bound to this data set.
|
Entity |
Content2.getEntity(Object keyValue) |
Entity |
Content2ScriptContext.getSelectedRow() |
Modifier and Type | Method and Description |
---|---|
List<? extends Entity> |
Content2.getData()
Returns the list of entities respecting defined filter and ordering.
|
List<? extends Entity> |
Content2ScriptContext.getData()
Returns the list of entities respecting defined filter and ordering of the underlying
Content2 element. |
List<? extends Entity> |
Content2.getData(Language language)
Returns the list of entities respecting defined filter and ordering.
|
List<? extends Entity> |
Content2ScriptContext.getData(Language language)
Returns the list of entities respecting defined filter and ordering of the underlying
Content2 element. |
List<? extends Entity> |
Content2ScriptContext.getData(SimpleAttribute<?> sortBy,
boolean ascending)
Deprecated.
since 4.2.442 - No replacement.
|
List<? extends Entity> |
Content2.getData(String sortBy,
boolean ascending)
Deprecated.
since 4.2.442 - No replacement.
|
Modifier and Type | Method and Description |
---|---|
void |
Content2.delete(Entity entity) |
Data |
Content2.getDataObject(Entity entity)
Deprecated.
since 5.0.100 - use
Content2.getDataset(de.espirit.or.schema.Entity) .getFormData() instead |
Dataset |
Content2.getDataset(Entity entity)
Get a dataset for the given entity.
|
Dataset |
DatasetProvider.getDataset(Entity entity)
Get a dataset for the given entity.
|
Dataset |
DatasetProvider.getDataset(Entity entity,
Revision revision)
Get a dataset for the given entity in a defined revision.
|
Workflowable |
Content2.getWorkflowable(Entity entity)
Get a workflowable instance for the provided entity.
|
boolean |
Content2.isLocked(Entity entity)
Indicates that the given entity is in lock state in the current session.
|
boolean |
Content2.isLockedOnServer(Entity entity,
boolean allSessions)
Indicates that the given entity is locked on server side.
|
void |
Content2.lock(Entity entity) |
void |
Content2.release(Entity entity) |
void |
Content2.release(Entity po,
String comment) |
void |
Content2.setDataObject(Entity entity,
Data data)
Deprecated.
since 5.0.100 - use
Content2.getDataset(de.espirit.or.schema.Entity) .setFormData(FormData) instead |
void |
Content2.setDataObject(Language language,
Entity entity,
Data data)
Deprecated.
since 5.0.100 - no replacement
|
void |
Content2.unlock(Entity entity) |
Modifier and Type | Method and Description |
---|---|
Entity |
ContentMultiPageParams.get(int index) |
Entity |
ContentMultiPageParams.ContentPageParams.get(int index) |
Modifier and Type | Method and Description |
---|---|
List<Entity> |
ContentMultiPageParams.ContentPageParams.getData() |
List<Entity> |
Content2Params.getData(Language language) |
List<Entity> |
Content2Params.getData(Language language,
int pageNumber) |
List<Entity> |
Content2Params.getData(String languageAbbreviation) |
List<Entity> |
Content2Params.getData(String languageAbbreviation,
int pageNumber) |
Iterator<Entity> |
ContentMultiPageParams.iterator() |
Iterator<Entity> |
ContentMultiPageParams.ContentPageParams.iterator() |
Modifier and Type | Method and Description |
---|---|
ReferenceEntry[] |
Schema.getIncomingReferences(Entity entity)
Returns current incoming references of the given
entity . |
ReferenceEntry[] |
Schema.getIncomingReferences(Entity entity,
boolean release)
Returns current or release incoming references of the given
entity . |
ReferenceEntry[] |
Schema.getOutgoingReferences(Entity entity)
Returns current outgoing references of the given
entity . |
ReferenceEntry[] |
Schema.getOutgoingReferences(Entity entity,
boolean release)
Returns current or release outgoing references of the given
entity . |
Modifier and Type | Method and Description |
---|---|
Entity |
Session.createEntity(String type)
Create a new entity of the given
type |
Entity |
Session.find(EntityType type,
String uuid)
Returns the entity specififed by given EntityType and uuid string
|
Entity |
Session.find(EntityType type,
UUID uuid)
Returns the entity specififed by given EntityType and uuid
|
Entity |
Session.find(Identifier identifier)
Return the entity with the given
identifier . |
Entity |
Session.find(KeyValue keyValue)
Return the entity with the given
keyValue . |
Entity |
Session.find(String entityTypeName,
Object... key)
Return the entity of type
entityTypeName with the id key . |
Entity |
Session.findNotNull(KeyValue keyValue)
Returns an entity with the given
keyValue even if it doesn't exist. |
Entity |
Session.findNotNull(String entityTypeName,
Object... key)
Returns an entity of type
entityTypeName with the id key even if it doesn't exists. |
Modifier and Type | Method and Description |
---|---|
de.espirit.common.util.IdentifierList<UUID,Entity> |
Session.fetchEntities(String entityTypeName,
Collection<UUID> entityGids)
Fetches all entities specified by given
gids . |
Set<Entity> |
Session.getChanged()
Return the set of modified but not committed entities in this session.
|
List<Entity> |
Session.getDeletedEntities(String entityTypeName)
Get all deleted entities from type
entityTypeName . |
List<Entity> |
Session.getHistory(KeyValue keyValue)
Return the history of the entity with the given
keyValue . |
List<Entity> |
Session.getInvalidEntities(KeyValue keyValue)
Return a list of invalid entities of the given
keyValue .. |
Modifier and Type | Method and Description |
---|---|
void |
Session.delete(Entity entity)
Mark the
entity as deleted. |
void |
Session.release(Entity entity)
Release the given
entity . |
void |
Session.updateWorkflowData(Entity entity,
Color wfColor,
long taskId)
Set the workflow color and the task id of
entity to wfColor
and taskId . |
Modifier and Type | Method and Description |
---|---|
Entity |
Entity.copy()
Copies this entity.
|
Modifier and Type | Method and Description |
---|---|
List<Entity> |
Entity.getList(String name)
Return the value of the attribute specified by the given name as list.
|
Modifier and Type | Method and Description |
---|---|
void |
Entity.copyFrom(Entity entity)
Copy the values of the given
entity to this entity. |
boolean |
EntityType.isValid(Entity object) |
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500