Uses of Class
org.alfresco.www.ws.model.content._1_0.Predicate

Packages that use Predicate
org.alfresco.www.ws.cml._1_0   
org.alfresco.www.ws.service.action._1_0   
org.alfresco.www.ws.service.content._1_0   
org.alfresco.www.ws.service.repository._1_0   
 

Uses of Predicate in org.alfresco.www.ws.cml._1_0
 

Methods in org.alfresco.www.ws.cml._1_0 that return Predicate
 Predicate CMLCreateAssociation.getFrom()
          Gets the from value for this CMLCreateAssociation.
 Predicate CMLRemoveAssociation.getFrom()
          Gets the from value for this CMLRemoveAssociation.
 Predicate CMLCreateAssociation.getTo()
          Gets the to value for this CMLCreateAssociation.
 Predicate CMLRemoveAssociation.getTo()
          Gets the to value for this CMLRemoveAssociation.
 Predicate CMLWriteContent.getWhere()
          Gets the where value for this CMLWriteContent.
 Predicate CMLRemoveAspect.getWhere()
          Gets the where value for this CMLRemoveAspect.
 Predicate CMLCopy.getWhere()
          Gets the where value for this CMLCopy.
 Predicate CMLRemoveChild.getWhere()
          Gets the where value for this CMLRemoveChild.
 Predicate CMLUpdate.getWhere()
          Gets the where value for this CMLUpdate.
 Predicate CMLMove.getWhere()
          Gets the where value for this CMLMove.
 Predicate CMLDelete.getWhere()
          Gets the where value for this CMLDelete.
 Predicate CMLAddChild.getWhere()
          Gets the where value for this CMLAddChild.
 Predicate CMLAddAspect.getWhere()
          Gets the where value for this CMLAddAspect.
 

Methods in org.alfresco.www.ws.cml._1_0 with parameters of type Predicate
 void CMLCreateAssociation.setFrom(Predicate from)
          Sets the from value for this CMLCreateAssociation.
 void CMLRemoveAssociation.setFrom(Predicate from)
          Sets the from value for this CMLRemoveAssociation.
 void CMLCreateAssociation.setTo(Predicate to)
          Sets the to value for this CMLCreateAssociation.
 void CMLRemoveAssociation.setTo(Predicate to)
          Sets the to value for this CMLRemoveAssociation.
 void CMLWriteContent.setWhere(Predicate where)
          Sets the where value for this CMLWriteContent.
 void CMLRemoveAspect.setWhere(Predicate where)
          Sets the where value for this CMLRemoveAspect.
 void CMLCopy.setWhere(Predicate where)
          Sets the where value for this CMLCopy.
 void CMLRemoveChild.setWhere(Predicate where)
          Sets the where value for this CMLRemoveChild.
 void CMLUpdate.setWhere(Predicate where)
          Sets the where value for this CMLUpdate.
 void CMLMove.setWhere(Predicate where)
          Sets the where value for this CMLMove.
 void CMLDelete.setWhere(Predicate where)
          Sets the where value for this CMLDelete.
 void CMLAddChild.setWhere(Predicate where)
          Sets the where value for this CMLAddChild.
 void CMLAddAspect.setWhere(Predicate where)
          Sets the where value for this CMLAddAspect.
 

Constructors in org.alfresco.www.ws.cml._1_0 with parameters of type Predicate
CMLAddAspect(java.lang.String aspect, NamedValue[] property, Predicate where, java.lang.String where_id)
           
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)
           
CMLCreateAssociation(Predicate from, java.lang.String from_id, Predicate to, java.lang.String to_id, java.lang.String association)
           
CMLDelete(Predicate where)
           
CMLMove(ParentReference to, java.lang.String to_id, java.lang.String associationType, java.lang.String childName, Predicate where, java.lang.String where_id)
           
CMLRemoveAspect(java.lang.String aspect, Predicate where, java.lang.String where_id)
           
CMLRemoveAssociation(Predicate from, java.lang.String from_id, Predicate to, java.lang.String to_id, java.lang.String association)
           
CMLRemoveChild(Reference from, java.lang.String from_id, Predicate where, java.lang.String where_id)
           
CMLUpdate(NamedValue[] property, Predicate where, java.lang.String where_id)
           
CMLWriteContent(java.lang.String property, byte[] content, ContentFormat format, Predicate where, java.lang.String where_id)
           
 

Uses of Predicate in org.alfresco.www.ws.service.action._1_0
 

Methods in org.alfresco.www.ws.service.action._1_0 that return Predicate
 Predicate ExecuteActions.getPredicate()
          Gets the predicate value for this ExecuteActions.
 

Methods in org.alfresco.www.ws.service.action._1_0 with parameters of type Predicate
 void ExecuteActions.setPredicate(Predicate predicate)
          Sets the predicate value for this ExecuteActions.
 

Constructors in org.alfresco.www.ws.service.action._1_0 with parameters of type Predicate
ExecuteActions(Predicate predicate, Action[] actions)
           
 

Uses of Predicate in org.alfresco.www.ws.service.content._1_0
 

Methods in org.alfresco.www.ws.service.content._1_0 that return Predicate
 Predicate Clear.getItems()
          Gets the items value for this Clear.
 Predicate Read.getItems()
          Gets the items value for this Read.
 

Methods in org.alfresco.www.ws.service.content._1_0 with parameters of type Predicate
 void Clear.setItems(Predicate items)
          Sets the items value for this Clear.
 void Read.setItems(Predicate items)
          Sets the items value for this Read.
 

Constructors in org.alfresco.www.ws.service.content._1_0 with parameters of type Predicate
Clear(Predicate items, java.lang.String property)
           
Read(Predicate items, java.lang.String property)
           
 

Uses of Predicate in org.alfresco.www.ws.service.repository._1_0
 

Methods in org.alfresco.www.ws.service.repository._1_0 that return Predicate
 Predicate Describe.getItems()
          Gets the items value for this Describe.
 Predicate Get.getWhere()
          Gets the where value for this Get.
 

Methods in org.alfresco.www.ws.service.repository._1_0 with parameters of type Predicate
 void Describe.setItems(Predicate items)
          Sets the items value for this Describe.
 void Get.setWhere(Predicate where)
          Sets the where value for this Get.
 

Constructors in org.alfresco.www.ws.service.repository._1_0 with parameters of type Predicate
Describe(Predicate items)
           
Get(Predicate where)
           
 



Copyright © 2012 Direcció General de Tecnologia i Comunicacions. Govern de les Illes Balears. All Rights Reserved.