org.exoplatform.services.wsrp2.producer
Interface PortletManagementOperationsInterface
- All Known Implementing Classes:
- PortletManagementOperationsInterfaceImpl
public interface PortletManagementOperationsInterface
- Author:
- Mestrallet Benjamin benjmestrallet@users.sourceforge.net
|
Method Summary |
PortletContext |
clonePortlet(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
Lifetime lifetime)
|
CopyPortletsResponse |
copyPortlets(RegistrationContext toRegistrationContext,
UserContext toUserContext,
RegistrationContext fromRegistrationContext,
UserContext UserContext,
PortletContext[] fromPortletContexts,
Lifetime lifetime)
|
DestroyPortletsResponse |
destroyPortlets(RegistrationContext registrationContext,
java.lang.String[] portletHandles,
UserContext userContext)
|
ExportPortletsResponse |
exportPortlets(RegistrationContext registrationContext,
PortletContext[] portletContext,
UserContext userContext,
Lifetime lifetime,
boolean exportByValueRequired)
|
PortletDescriptionResponse |
getPortletDescription(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
java.lang.String[] desiredLocales)
|
PropertyList |
getPortletProperties(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
java.lang.String[] names)
|
PortletPropertyDescriptionResponse |
getPortletPropertyDescription(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
java.lang.String[] desiredLocales)
|
GetPortletsLifetimeResponse |
getPortletsLifetime(RegistrationContext registrationContext,
PortletContext[] portletContext,
UserContext userContext)
|
ImportPortletsResponse |
importPortlets(RegistrationContext registrationContext,
byte[] importContext,
ImportPortlet[] importPortlet,
UserContext userContext,
Lifetime lifetime)
|
ReturnAny |
releaseExport(byte[] exportContext,
UserContext userContext,
RegistrationContext registrationContext)
|
Lifetime |
setExportLifetime(RegistrationContext registrationContext,
byte[] exportContext,
UserContext userContext,
Lifetime lifetime)
|
PortletContext |
setPortletProperties(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
PropertyList propertyList)
|
SetPortletsLifetimeResponse |
setPortletsLifetime(RegistrationContext registrationContext,
PortletContext[] portletContext,
UserContext userContext,
Lifetime lifetime)
|
getPortletDescription
PortletDescriptionResponse getPortletDescription(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
java.lang.String[] desiredLocales)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
destroyPortlets
DestroyPortletsResponse destroyPortlets(RegistrationContext registrationContext,
java.lang.String[] portletHandles,
UserContext userContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setPortletProperties
PortletContext setPortletProperties(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
PropertyList propertyList)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getPortletProperties
PropertyList getPortletProperties(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
java.lang.String[] names)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getPortletPropertyDescription
PortletPropertyDescriptionResponse getPortletPropertyDescription(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
java.lang.String[] desiredLocales)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
clonePortlet
PortletContext clonePortlet(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
Lifetime lifetime)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getPortletsLifetime
GetPortletsLifetimeResponse getPortletsLifetime(RegistrationContext registrationContext,
PortletContext[] portletContext,
UserContext userContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setPortletsLifetime
SetPortletsLifetimeResponse setPortletsLifetime(RegistrationContext registrationContext,
PortletContext[] portletContext,
UserContext userContext,
Lifetime lifetime)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
copyPortlets
CopyPortletsResponse copyPortlets(RegistrationContext toRegistrationContext,
UserContext toUserContext,
RegistrationContext fromRegistrationContext,
UserContext UserContext,
PortletContext[] fromPortletContexts,
Lifetime lifetime)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
exportPortlets
ExportPortletsResponse exportPortlets(RegistrationContext registrationContext,
PortletContext[] portletContext,
UserContext userContext,
Lifetime lifetime,
boolean exportByValueRequired)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
importPortlets
ImportPortletsResponse importPortlets(RegistrationContext registrationContext,
byte[] importContext,
ImportPortlet[] importPortlet,
UserContext userContext,
Lifetime lifetime)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
releaseExport
ReturnAny releaseExport(byte[] exportContext,
UserContext userContext,
RegistrationContext registrationContext)
setExportLifetime
Lifetime setExportLifetime(RegistrationContext registrationContext,
byte[] exportContext,
UserContext userContext,
Lifetime lifetime)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
Copyright © 2010 eXo Platform SAS. All Rights Reserved.