|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParentReference | |
|---|---|
| org.alfresco.www.ws.cml._1_0 | |
| Uses of ParentReference in org.alfresco.www.ws.cml._1_0 |
|---|
| Methods in org.alfresco.www.ws.cml._1_0 that return ParentReference | |
|---|---|
ParentReference |
CMLCreate.getParent()
Gets the parent value for this CMLCreate. |
ParentReference |
CMLCopy.getTo()
Gets the to value for this CMLCopy. |
ParentReference |
CMLMove.getTo()
Gets the to value for this CMLMove. |
ParentReference |
CMLAddChild.getTo()
Gets the to value for this CMLAddChild. |
| Methods in org.alfresco.www.ws.cml._1_0 with parameters of type ParentReference | |
|---|---|
void |
CMLCreate.setParent(ParentReference parent)
Sets the parent value for this CMLCreate. |
void |
CMLCopy.setTo(ParentReference to)
Sets the to value for this CMLCopy. |
void |
CMLMove.setTo(ParentReference to)
Sets the to value for this CMLMove. |
void |
CMLAddChild.setTo(ParentReference to)
Sets the to value for this CMLAddChild. |
| Constructors in org.alfresco.www.ws.cml._1_0 with parameters of type ParentReference | |
|---|---|
CMLAddChild(ParentReference to,
java.lang.String to_id,
java.lang.String associationType,
java.lang.String childName,
Predicate where,
java.lang.String where_id)
|
|
CMLCopy(ParentReference to,
java.lang.String to_id,
java.lang.String associationType,
java.lang.String childName,
Predicate where,
java.lang.String where_id,
java.lang.Boolean children)
|
|
CMLCreate(java.lang.String id,
ParentReference parent,
java.lang.String parent_id,
java.lang.String associationType,
java.lang.String childName,
java.lang.String type,
NamedValue[] property)
|
|
CMLMove(ParentReference to,
java.lang.String to_id,
java.lang.String associationType,
java.lang.String childName,
Predicate where,
java.lang.String where_id)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||