public class ExecutionResult extends Object
| Constructor and Description |
|---|
ExecutionResult(Object root,
BeanPropertiesFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEmbedded(Map<String,Object> embedded)
Adds embeddeds object to the enclosing root object
|
void |
addRelated(Map<String,Object> related)
Adds related object to the enclosing root object
|
Map<String,Object> |
getEmbedded()
Returns the Map of embedded objects
|
BeanPropertiesFilter |
getFilter() |
Map<String,Object> |
getRelated()
Returns the Map of related objects
|
Object |
getRoot() |
boolean |
isAnEmbeddedEntity()
Is this object and embedded entity
|
void |
setAnEmbeddedEntity(boolean anEmbeddedEntity)
Is this object and embedded entity
|
String |
toString() |
public ExecutionResult(Object root, BeanPropertiesFilter filter)
public BeanPropertiesFilter getFilter()
public Object getRoot()
public void addEmbedded(Map<String,Object> embedded)
embedded - objects to addpublic void addRelated(Map<String,Object> related)
related - objects to addpublic boolean isAnEmbeddedEntity()
public void setAnEmbeddedEntity(boolean anEmbeddedEntity)
anEmbeddedEntity - - true if it is embedded, defaults to falsepublic Map<String,Object> getEmbedded()
Copyright © 2005–2018 Alfresco Software. All rights reserved.