Uses of Class
org.alfresco.rest.api.model.PersonNetwork
-
Packages that use PersonNetwork Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.model org.alfresco.rest.api.people -
-
Uses of PersonNetwork in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return PersonNetwork Modifier and Type Method Description PersonNetwork
Networks. getNetwork(String personId, String networkId)
Methods in org.alfresco.rest.api that return types with arguments of type PersonNetwork Modifier and Type Method Description CollectionWithPagingInfo<PersonNetwork>
Networks. getNetworks(String personId, Paging paging)
-
Uses of PersonNetwork in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return PersonNetwork Modifier and Type Method Description PersonNetwork
NetworksImpl. getNetwork(String personId, String networkId)
Methods in org.alfresco.rest.api.impl that return types with arguments of type PersonNetwork Modifier and Type Method Description CollectionWithPagingInfo<PersonNetwork>
NetworksImpl. getNetworks(String personId, Paging paging)
-
Uses of PersonNetwork in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model with parameters of type PersonNetwork Modifier and Type Method Description int
PersonNetwork. compareTo(PersonNetwork member)
-
Uses of PersonNetwork in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people that return PersonNetwork Modifier and Type Method Description PersonNetwork
PersonNetworksRelation. readById(String personId, String networkId, Parameters parameters)
Methods in org.alfresco.rest.api.people that return types with arguments of type PersonNetwork Modifier and Type Method Description CollectionWithPagingInfo<PersonNetwork>
PersonNetworksRelation. readAll(String personId, Parameters parameters)
-