Package org.alfresco.rest.requests
Class Networks
Declares all Rest API under the /networks path
-
Field Summary
Fields inherited from class org.alfresco.rest.requests.ModelRequest
restWrapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieve details for the current user network using GET call on "networks/{networkId}"getNetwork(org.alfresco.utility.model.UserModel tenant) Retrieve details of a specific network using GET call on "networks/{networkId}"org.json.JSONObjectgetNetworkWithParams(org.alfresco.utility.model.UserModel tenant) Retrieve details of a specific network using GET call with parameters on "networks/{networkId}?Methods inherited from class org.alfresco.rest.requests.ModelRequest
include, includePath, usingParams
-
Constructor Details
-
Networks
-
-
Method Details
-
getNetwork
Retrieve details for the current user network using GET call on "networks/{networkId}"- Returns:
-
getNetwork
Retrieve details of a specific network using GET call on "networks/{networkId}"- Returns:
-
getNetworkWithParams
public org.json.JSONObject getNetworkWithParams(org.alfresco.utility.model.UserModel tenant) Retrieve details of a specific network using GET call with parameters on "networks/{networkId}?{parameters}"- Returns:
- JSONObject
-