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