Uses of Class
org.exoplatform.services.wsrp2.type.Lifetime

Packages that use Lifetime
org.exoplatform.services.wsrp2.bind   
org.exoplatform.services.wsrp2.intf   
org.exoplatform.services.wsrp2.producer   
org.exoplatform.services.wsrp2.producer.impl   
org.exoplatform.services.wsrp2.producer.impl.helpers   
org.exoplatform.services.wsrp2.type   
 

Uses of Lifetime in org.exoplatform.services.wsrp2.bind
 

Methods in org.exoplatform.services.wsrp2.bind that return Lifetime
 Lifetime WSRP_v2_Registration_Binding_SOAPStub.getRegistrationLifetime(GetRegistrationLifetime getRegistrationLifetime)
           
 Lifetime WSRP_v2_Registration_Binding_SOAPImpl.getRegistrationLifetime(GetRegistrationLifetime getRegistrationLifetime)
           
 Lifetime WSRP_v2_PortletManagement_Binding_SOAPStub.setExportLifetime(SetExportLifetime setExportLifetime)
           
 Lifetime WSRP_v2_PortletManagement_Binding_SOAPImpl.setExportLifetime(SetExportLifetime setExportLifetime)
           
 Lifetime WSRP_v2_Registration_Binding_SOAPStub.setRegistrationLifetime(SetRegistrationLifetime setRegistrationLifetime)
           
 Lifetime WSRP_v2_Registration_Binding_SOAPImpl.setRegistrationLifetime(SetRegistrationLifetime setRegistrationLifetime)
           
 

Uses of Lifetime in org.exoplatform.services.wsrp2.intf
 

Methods in org.exoplatform.services.wsrp2.intf that return Lifetime
 Lifetime WSRP_v2_Registration_PortType.getRegistrationLifetime(GetRegistrationLifetime getRegistrationLifetime)
           
 Lifetime WSRP_v2_PortletManagement_PortType.setExportLifetime(SetExportLifetime setExportLifetime)
           
 Lifetime WSRP_v2_Registration_PortType.setRegistrationLifetime(SetRegistrationLifetime setRegistrationLifetime)
           
 

Uses of Lifetime in org.exoplatform.services.wsrp2.producer
 

Methods in org.exoplatform.services.wsrp2.producer that return Lifetime
 Lifetime PersistentStateManager.getPortletLifetime(java.lang.String portletHandle)
           
 Lifetime PersistentStateManager.getRegistrationLifetime(RegistrationContext registrationContext)
           
 Lifetime RegistrationOperationsInterface.getRegistrationLifetime(RegistrationContext registrationContext, UserContext userContext)
           
 Lifetime PersistentStateManager.putPortletLifetime(java.lang.String portletHandle, Lifetime lifetime)
           
 Lifetime PersistentStateManager.putRegistrationLifetime(java.lang.String registrationHandle, Lifetime lifetime)
           
 Lifetime PortletManagementOperationsInterface.setExportLifetime(RegistrationContext registrationContext, byte[] exportContext, UserContext userContext, Lifetime lifetime)
           
 Lifetime RegistrationOperationsInterface.setRegistrationLifetime(RegistrationContext registrationContext, UserContext userContext, Lifetime lifetime)
           
 

Methods in org.exoplatform.services.wsrp2.producer with parameters of type Lifetime
 PortletContext PortletManagementOperationsInterface.clonePortlet(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, Lifetime lifetime)
           
 CopyPortletsResponse PortletManagementOperationsInterface.copyPortlets(RegistrationContext toRegistrationContext, UserContext toUserContext, RegistrationContext fromRegistrationContext, UserContext UserContext, PortletContext[] fromPortletContexts, Lifetime lifetime)
           
 ExportPortletsResponse PortletManagementOperationsInterface.exportPortlets(RegistrationContext registrationContext, PortletContext[] portletContext, UserContext userContext, Lifetime lifetime, boolean exportByValueRequired)
           
 ImportPortletsResponse PortletManagementOperationsInterface.importPortlets(RegistrationContext registrationContext, byte[] importContext, ImportPortlet[] importPortlet, UserContext userContext, Lifetime lifetime)
           
 Lifetime PersistentStateManager.putPortletLifetime(java.lang.String portletHandle, Lifetime lifetime)
           
 Lifetime PersistentStateManager.putRegistrationLifetime(java.lang.String registrationHandle, Lifetime lifetime)
           
 RegistrationContext RegistrationOperationsInterface.register(RegistrationData data, UserContext userContext, Lifetime lifetime)
           
 Lifetime PortletManagementOperationsInterface.setExportLifetime(RegistrationContext registrationContext, byte[] exportContext, UserContext userContext, Lifetime lifetime)
           
 SetPortletsLifetimeResponse PortletManagementOperationsInterface.setPortletsLifetime(RegistrationContext registrationContext, PortletContext[] portletContext, UserContext userContext, Lifetime lifetime)
           
 Lifetime RegistrationOperationsInterface.setRegistrationLifetime(RegistrationContext registrationContext, UserContext userContext, Lifetime lifetime)
           
 

Uses of Lifetime in org.exoplatform.services.wsrp2.producer.impl
 

Methods in org.exoplatform.services.wsrp2.producer.impl that return Lifetime
 Lifetime PersistentStateManagerImpl.getPortletLifetime(java.lang.String portletHandle)
           
 Lifetime PersistentStateManagerImpl.getRegistrationLifetime(RegistrationContext registrationContext)
           
 Lifetime RegistrationOperationsInterfaceImp.getRegistrationLifetime(RegistrationContext registrationContext, UserContext userContext)
           
 Lifetime PersistentStateManagerImpl.putPortletLifetime(java.lang.String portletHandle, Lifetime lifetime)
           
 Lifetime PersistentStateManagerImpl.putRegistrationLifetime(java.lang.String registrationHandle, Lifetime lifetime)
           
 Lifetime PortletManagementOperationsInterfaceImpl.setExportLifetime(RegistrationContext registrationContext, byte[] exportContext, UserContext userContext, Lifetime lifetime)
           
 Lifetime RegistrationOperationsInterfaceImp.setRegistrationLifetime(RegistrationContext registrationContext, UserContext userContext, Lifetime lifetime)
           
 

Methods in org.exoplatform.services.wsrp2.producer.impl with parameters of type Lifetime
 PortletContext PortletManagementOperationsInterfaceImpl.clonePortlet(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, Lifetime lifetime)
           
 CopyPortletsResponse PortletManagementOperationsInterfaceImpl.copyPortlets(RegistrationContext toRegistrationContext, UserContext toUserContext, RegistrationContext fromRegistrationContext, UserContext fromUserContext, PortletContext[] fromPortletContexts, Lifetime lifetime)
           
 ExportPortletsResponse PortletManagementOperationsInterfaceImpl.exportPortlets(RegistrationContext registrationContext, PortletContext[] portletContexts, UserContext userContext, Lifetime lifetime, boolean exportByValueRequired)
           
 ImportPortletsResponse PortletManagementOperationsInterfaceImpl.importPortlets(RegistrationContext registrationContext, byte[] importContext, ImportPortlet[] importPortlets, UserContext userContext, Lifetime lifetime)
           
 Lifetime PersistentStateManagerImpl.putPortletLifetime(java.lang.String portletHandle, Lifetime lifetime)
           
 Lifetime PersistentStateManagerImpl.putRegistrationLifetime(java.lang.String registrationHandle, Lifetime lifetime)
           
 RegistrationContext RegistrationOperationsInterfaceImp.register(RegistrationData data, UserContext userContext, Lifetime lifetime)
           
 Lifetime PortletManagementOperationsInterfaceImpl.setExportLifetime(RegistrationContext registrationContext, byte[] exportContext, UserContext userContext, Lifetime lifetime)
           
 SetPortletsLifetimeResponse PortletManagementOperationsInterfaceImpl.setPortletsLifetime(RegistrationContext registrationContext, PortletContext[] portletContexts, UserContext userContext, Lifetime lifetime)
           
 Lifetime RegistrationOperationsInterfaceImp.setRegistrationLifetime(RegistrationContext registrationContext, UserContext userContext, Lifetime lifetime)
           
 

Uses of Lifetime in org.exoplatform.services.wsrp2.producer.impl.helpers
 

Methods in org.exoplatform.services.wsrp2.producer.impl.helpers with parameters of type Lifetime
static boolean Helper.lifetimeExpired(Lifetime lf)
           
 

Uses of Lifetime in org.exoplatform.services.wsrp2.type
 

Methods in org.exoplatform.services.wsrp2.type that return Lifetime
 Lifetime SetRegistrationLifetime.getLifetime()
          Gets the lifetime value for this SetRegistrationLifetime.
 Lifetime SetPortletsLifetime.getLifetime()
          Gets the lifetime value for this SetPortletsLifetime.
 Lifetime SetExportLifetime.getLifetime()
          Gets the lifetime value for this SetExportLifetime.
 Lifetime Register.getLifetime()
          Gets the lifetime value for this Register.
 Lifetime ImportPortlets.getLifetime()
          Gets the lifetime value for this ImportPortlets.
 Lifetime ExportPortletsResponse.getLifetime()
          Gets the lifetime value for this ExportPortletsResponse.
 Lifetime ExportPortlets.getLifetime()
          Gets the lifetime value for this ExportPortlets.
 Lifetime CopyPortlets.getLifetime()
          Gets the lifetime value for this CopyPortlets.
 Lifetime ClonePortlet.getLifetime()
          Gets the lifetime value for this ClonePortlet.
 Lifetime SetPortletLifetime.getScheduledDestruction()
          Gets the scheduledDestruction value for this SetPortletLifetime.
 Lifetime RegistrationState.getScheduledDestruction()
          Gets the scheduledDestruction value for this RegistrationState.
 Lifetime PortletLifetime.getScheduledDestruction()
          Gets the scheduledDestruction value for this PortletLifetime.
 Lifetime PortletContext.getScheduledDestruction()
          Gets the scheduledDestruction value for this PortletContext.
 

Methods in org.exoplatform.services.wsrp2.type with parameters of type Lifetime
 void SetRegistrationLifetime.setLifetime(Lifetime lifetime)
          Sets the lifetime value for this SetRegistrationLifetime.
 void SetPortletsLifetime.setLifetime(Lifetime lifetime)
          Sets the lifetime value for this SetPortletsLifetime.
 void SetExportLifetime.setLifetime(Lifetime lifetime)
          Sets the lifetime value for this SetExportLifetime.
 void Register.setLifetime(Lifetime lifetime)
          Sets the lifetime value for this Register.
 void ImportPortlets.setLifetime(Lifetime lifetime)
          Sets the lifetime value for this ImportPortlets.
 void ExportPortletsResponse.setLifetime(Lifetime lifetime)
          Sets the lifetime value for this ExportPortletsResponse.
 void ExportPortlets.setLifetime(Lifetime lifetime)
          Sets the lifetime value for this ExportPortlets.
 void CopyPortlets.setLifetime(Lifetime lifetime)
          Sets the lifetime value for this CopyPortlets.
 void ClonePortlet.setLifetime(Lifetime lifetime)
          Sets the lifetime value for this ClonePortlet.
 void SetPortletLifetime.setScheduledDestruction(Lifetime scheduledDestruction)
          Sets the scheduledDestruction value for this SetPortletLifetime.
 void RegistrationState.setScheduledDestruction(Lifetime scheduledDestruction)
          Sets the scheduledDestruction value for this RegistrationState.
 void PortletLifetime.setScheduledDestruction(Lifetime scheduledDestruction)
          Sets the scheduledDestruction value for this PortletLifetime.
 void PortletContext.setScheduledDestruction(Lifetime scheduledDestruction)
          Sets the scheduledDestruction value for this PortletContext.
 

Constructors in org.exoplatform.services.wsrp2.type with parameters of type Lifetime
ClonePortlet(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, Lifetime lifetime)
           
CopyPortlets(RegistrationContext toRegistrationContext, UserContext toUserContext, RegistrationContext fromRegistrationContext, UserContext fromUserContext, PortletContext[] fromPortletContexts, Lifetime lifetime)
           
ExportPortlets(RegistrationContext registrationContext, PortletContext[] portletContext, UserContext userContext, Lifetime lifetime, java.lang.Boolean exportByValueRequired)
           
ExportPortletsResponse(byte[] exportContext, ExportedPortlet[] exportedPortlet, FailedPortlets[] failedPortlets, Lifetime lifetime, ResourceList resourceList, Extension[] extensions)
           
ImportPortlets(RegistrationContext registrationContext, byte[] importContext, ImportPortlet[] importPortlet, UserContext userContext, Lifetime lifetime)
           
PortletContext(java.lang.String portletHandle, byte[] portletState, Lifetime scheduledDestruction, Extension[] extensions)
           
PortletLifetime(PortletContext portletContext, Lifetime scheduledDestruction, Extension[] extensions)
           
Register(RegistrationData registrationData, Lifetime lifetime, UserContext userContext)
           
RegistrationContext(byte[] registrationState, Lifetime scheduledDestruction, Extension[] extensions, java.lang.String registrationHandle)
           
RegistrationState(byte[] registrationState, Lifetime scheduledDestruction, Extension[] extensions)
           
SetExportLifetime(RegistrationContext registrationContext, byte[] exportContext, UserContext userContext, Lifetime lifetime)
           
SetPortletLifetime(PortletContext[] portletContext, Lifetime scheduledDestruction, Extension[] extensions)
           
SetPortletsLifetime(RegistrationContext registrationContext, PortletContext[] portletContext, UserContext userContext, Lifetime lifetime)
           
SetRegistrationLifetime(RegistrationContext registrationContext, UserContext userContext, Lifetime lifetime)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.