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