Package org.labkey.remoteapi.security
Class GetContainersResponse
java.lang.Object
org.labkey.remoteapi.CommandResponse
org.labkey.remoteapi.security.GetContainersResponse
-
Constructor Summary
ConstructorsConstructorDescriptionGetContainersResponse
(String text, int statusCode, String contentType, org.json.JSONObject json) -
Method Summary
Modifier and TypeMethodDescriptionfindContainer
(String[] containerPath, int index, Map<String, Object> root) findContainer
(String containerPath, Map<String, Object> root) Deprecated, for removal: This API element is subject to removal in a future version.getUserPermissions
(String containerPath) Deprecated, for removal: This API element is subject to removal in a future version.hasPermission
(int perm) Deprecated, for removal: This API element is subject to removal in a future version.hasPermission
(int perm, String containerPath) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.labkey.remoteapi.CommandResponse
findObject, getContentType, getParsedData, getProperty, getProperty, getStatusCode, getText
-
Constructor Details
-
GetContainersResponse
-
-
Method Details
-
getContainerId
-
getUserPermissions
Deprecated, for removal: This API element is subject to removal in a future version. -
getUserPermissions
Deprecated, for removal: This API element is subject to removal in a future version. -
hasPermission
Deprecated, for removal: This API element is subject to removal in a future version. -
hasPermission
Deprecated, for removal: This API element is subject to removal in a future version. -
findContainer
-
findContainer
-