Package lumis.content.metadata
Class MetaDataInfoController
- java.lang.Object
-
- lumis.portal.controller.ControllerHtml
-
- lumis.content.metadata.MetaDataInfoController
-
public class MetaDataInfoController extends ControllerHtml
Responsible for returning metadata information in JSON. For internal use only.- Since:
- 7.0.0
- Version:
- $Revision: 23773 $ $Date: 2020-04-24 17:32:51 -0300 (Fri, 24 Apr 2020) $
-
-
Field Summary
-
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
-
-
Constructor Summary
Constructors Constructor Description MetaDataInfoController(HttpServletRequest request, HttpServletResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
getContents()
protected void
getPublishToPrincipals()
protected void
getPublishToServiceInstances()
protected void
getWorkflowStatePrincipals()
void
handleRequest()
-
Methods inherited from class lumis.portal.controller.ControllerHtml
deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
-
-
-
-
Constructor Detail
-
MetaDataInfoController
public MetaDataInfoController(HttpServletRequest request, HttpServletResponse response) throws ControllerException, PortalException
- Throws:
ControllerException
PortalException
-
-
Method Detail
-
getPublishToPrincipals
protected void getPublishToPrincipals() throws PortalException
- Throws:
PortalException
-
getContents
protected void getContents() throws PortalException
- Throws:
PortalException
-
getPublishToServiceInstances
protected void getPublishToServiceInstances() throws PortalException
- Throws:
PortalException
-
getWorkflowStatePrincipals
protected void getWorkflowStatePrincipals() throws PortalException
- Throws:
PortalException
-
-