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

Packages that use Reference
es.caib.ibkey.alfresco.client   
org.alfresco.www.ws.cml._1_0   
org.alfresco.www.ws.model.content._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 Reference in es.caib.ibkey.alfresco.client
 

Methods in es.caib.ibkey.alfresco.client that return Reference
 Reference AlfrescoRepositoryClient.createContentNode(Store store, java.lang.String parentPath, java.lang.String nodeName, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String author)
           
 

Methods in es.caib.ibkey.alfresco.client with parameters of type Reference
 void AlfrescoRepositoryClient.uploadContent(Store store, Reference reference, java.lang.String mimeType, java.lang.String encoding, byte[] content)
          Sube contenido a un nodo referenciado
 

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

Methods in org.alfresco.www.ws.cml._1_0 that return Reference
 Reference CMLRemoveChild.getFrom()
          Gets the from value for this CMLRemoveChild.
 

Methods in org.alfresco.www.ws.cml._1_0 with parameters of type Reference
 void CMLRemoveChild.setFrom(Reference from)
          Sets the from value for this CMLRemoveChild.
 

Constructors in org.alfresco.www.ws.cml._1_0 with parameters of type Reference
CMLRemoveChild(Reference from, java.lang.String from_id, Predicate where, java.lang.String where_id)
           
 

Uses of Reference in org.alfresco.www.ws.model.content._1_0
 

Subclasses of Reference in org.alfresco.www.ws.model.content._1_0
 class ParentReference
           
 

Methods in org.alfresco.www.ws.model.content._1_0 that return Reference
 Reference[] Predicate.getNodes()
          Gets the nodes value for this Predicate.
 Reference Predicate.getNodes(int i)
           
 Reference Node.getReference()
          Gets the reference value for this Node.
 

Methods in org.alfresco.www.ws.model.content._1_0 with parameters of type Reference
 void Predicate.setNodes(int i, Reference _value)
           
 void Predicate.setNodes(Reference[] nodes)
          Sets the nodes value for this Predicate.
 void Node.setReference(Reference reference)
          Sets the reference value for this Node.
 

Constructors in org.alfresco.www.ws.model.content._1_0 with parameters of type Reference
Node(Reference reference, java.lang.String type, java.lang.String[] aspects, NamedValue[] properties)
           
Predicate(Reference[] nodes, Store store, Query query)
           
 

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

Methods in org.alfresco.www.ws.service.action._1_0 that return Reference
 Reference Action.getActionReference()
          Gets the actionReference value for this Action.
 Reference Rule.getOwningReference()
          Gets the owningReference value for this Rule.
 Reference SaveActions.getReference()
          Gets the reference value for this SaveActions.
 Reference GetActions.getReference()
          Gets the reference value for this GetActions.
 Reference SaveRules.getReference()
          Gets the reference value for this SaveRules.
 Reference ActionExecutionResult.getReference()
          Gets the reference value for this ActionExecutionResult.
 Reference RemoveActions.getReference()
          Gets the reference value for this RemoveActions.
 Reference GetRules.getReference()
          Gets the reference value for this GetRules.
 Reference RemoveRules.getReference()
          Gets the reference value for this RemoveRules.
 Reference Rule.getRuleReference()
          Gets the ruleReference value for this Rule.
 

Methods in org.alfresco.www.ws.service.action._1_0 with parameters of type Reference
 void Action.setActionReference(Reference actionReference)
          Sets the actionReference value for this Action.
 void Rule.setOwningReference(Reference owningReference)
          Sets the owningReference value for this Rule.
 void SaveActions.setReference(Reference reference)
          Sets the reference value for this SaveActions.
 void GetActions.setReference(Reference reference)
          Sets the reference value for this GetActions.
 void SaveRules.setReference(Reference reference)
          Sets the reference value for this SaveRules.
 void ActionExecutionResult.setReference(Reference reference)
          Sets the reference value for this ActionExecutionResult.
 void RemoveActions.setReference(Reference reference)
          Sets the reference value for this RemoveActions.
 void GetRules.setReference(Reference reference)
          Sets the reference value for this GetRules.
 void RemoveRules.setReference(Reference reference)
          Sets the reference value for this RemoveRules.
 void Rule.setRuleReference(Reference ruleReference)
          Sets the ruleReference value for this Rule.
 

Constructors in org.alfresco.www.ws.service.action._1_0 with parameters of type Reference
Action(Reference actionReference, java.lang.String id, java.lang.String actionName, java.lang.String title, java.lang.String description, NamedValue[] parameters, Condition[] conditions, Action compensatingAction, Action[] actions)
           
ActionExecutionResult(Reference reference, Action[] actions)
           
GetActions(Reference reference, ActionFilter filter)
           
GetRules(Reference reference, RuleFilter ruleFilter)
           
RemoveActions(Reference reference, Action[] actions)
           
RemoveRules(Reference reference, Rule[] rules)
           
Rule(Reference ruleReference, Reference owningReference, java.lang.String[] ruleTypes, java.lang.String title, java.lang.String description, boolean executeAsynchronously, Action action)
           
SaveActions(Reference reference, Action[] actions)
           
SaveRules(Reference reference, Rule[] rules)
           
 

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

Methods in org.alfresco.www.ws.service.content._1_0 that return Reference
 Reference Transform.getDestinationReference()
          Gets the destinationReference value for this Transform.
 Reference WriteWithAttachment.getNode()
          Gets the node value for this WriteWithAttachment.
 Reference Write.getNode()
          Gets the node value for this Write.
 Reference Content.getNode()
          Gets the node value for this Content.
 Reference Transform.getSource()
          Gets the source value for this Transform.
 

Methods in org.alfresco.www.ws.service.content._1_0 with parameters of type Reference
 void Transform.setDestinationReference(Reference destinationReference)
          Sets the destinationReference value for this Transform.
 void WriteWithAttachment.setNode(Reference node)
          Sets the node value for this WriteWithAttachment.
 void Write.setNode(Reference node)
          Sets the node value for this Write.
 void Content.setNode(Reference node)
          Sets the node value for this Content.
 void Transform.setSource(Reference source)
          Sets the source value for this Transform.
 

Constructors in org.alfresco.www.ws.service.content._1_0 with parameters of type Reference
Content(Reference node, java.lang.String property, long length, ContentFormat format, java.lang.String url)
           
Transform(Reference source, java.lang.String property, Reference destinationReference, java.lang.String destinationProperty, ContentFormat destinationFormat)
           
Write(Reference node, java.lang.String property, byte[] content, ContentFormat format)
           
WriteWithAttachment(Reference node, java.lang.String property, ContentFormat format)
           
 

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

Methods in org.alfresco.www.ws.service.repository._1_0 that return Reference
 Reference UpdateResult.getDestination()
          Gets the destination value for this UpdateResult.
 Reference QueryAssociated.getNode()
          Gets the node value for this QueryAssociated.
 Reference QueryChildren.getNode()
          Gets the node value for this QueryChildren.
 Reference QueryParents.getNode()
          Gets the node value for this QueryParents.
 Reference UpdateResult.getSource()
          Gets the source value for this UpdateResult.
 

Methods in org.alfresco.www.ws.service.repository._1_0 with parameters of type Reference
 void UpdateResult.setDestination(Reference destination)
          Sets the destination value for this UpdateResult.
 void QueryAssociated.setNode(Reference node)
          Sets the node value for this QueryAssociated.
 void QueryChildren.setNode(Reference node)
          Sets the node value for this QueryChildren.
 void QueryParents.setNode(Reference node)
          Sets the node value for this QueryParents.
 void UpdateResult.setSource(Reference source)
          Sets the source value for this UpdateResult.
 

Constructors in org.alfresco.www.ws.service.repository._1_0 with parameters of type Reference
QueryAssociated(Reference node, Association association)
           
QueryChildren(Reference node)
           
QueryParents(Reference node)
           
UpdateResult(java.lang.String statement, ResultSet updateCount, java.lang.String sourceId, Reference source, Reference destination)
           
 



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