Uses of Class
org.alfresco.rest.api.model.AssociationSource
-
Packages that use AssociationSource Package Description org.alfresco.rest.api.model -
-
Uses of AssociationSource in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model that return AssociationSource Modifier and Type Method Description AssociationSource
Association. getSource()
AssociationSource
Association. getTarget()
Methods in org.alfresco.rest.api.model with parameters of type AssociationSource Modifier and Type Method Description void
Association. setSource(AssociationSource source)
void
Association. setTarget(AssociationSource target)
Constructors in org.alfresco.rest.api.model with parameters of type AssociationSource Constructor Description Association(String id, String title, String description, Boolean isChild, Boolean isProtected, AssociationSource source, AssociationSource target)
-