Package org.alfresco.rest.api.impl
Class SizeDetailsImpl
java.lang.Object
org.alfresco.rest.api.impl.SizeDetailsImpl
- All Implemented Interfaces:
SizeDetails,org.springframework.beans.factory.InitializingBean
public class SizeDetailsImpl
extends Object
implements SizeDetails, org.springframework.beans.factory.InitializingBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateNodeSizeDetailsRequest(String nodeId) generateNodeSizeDetailsRequest : providing HTTP STATUS 202 with jobId.getNodeSizeDetails(String nodeId, String jobId) getNodeSizeDetails : providing HTTP STATUS 200 with NodeSizeDetails data from cache.
-
Constructor Details
-
SizeDetailsImpl
-
-
Method Details
-
generateNodeSizeDetailsRequest
generateNodeSizeDetailsRequest : providing HTTP STATUS 202 with jobId.- Specified by:
generateNodeSizeDetailsRequestin interfaceSizeDetails
-
getNodeSizeDetails
getNodeSizeDetails : providing HTTP STATUS 200 with NodeSizeDetails data from cache.- Specified by:
getNodeSizeDetailsin interfaceSizeDetails
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-