public class V2PortletManagementService extends PortletManagementService<WSRPV2PortletManagementPortType>
service| Constructor and Description |
|---|
V2PortletManagementService(WSRPV2PortletManagementPortType port) |
| Modifier and Type | Method and Description |
|---|---|
void |
clonePortlet(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
Lifetime lifetime,
Holder<String> portletHandle,
Holder<byte[]> portletState,
Holder<Lifetime> scheduledDestruction,
Holder<List<Extension>> extensions) |
void |
copyPortlets(RegistrationContext toRegistrationContext,
UserContext toUserContext,
RegistrationContext fromRegistrationContext,
UserContext fromUserContext,
List<PortletContext> fromPortletContexts,
Lifetime lifetime,
Holder<List<CopiedPortlet>> copiedPortlets,
Holder<List<FailedPortlets>> failedPortlets,
Holder<ResourceList> resourceList,
Holder<List<Extension>> extensions) |
void |
destroyPortlets(RegistrationContext registrationContext,
List<String> portletHandles,
UserContext userContext,
Holder<List<FailedPortlets>> failedPortlets,
Holder<List<Extension>> extensions) |
void |
exportPortlets(RegistrationContext registrationContext,
List<PortletContext> portletContext,
UserContext userContext,
Holder<Lifetime> lifetime,
Boolean exportByValueRequired,
Holder<byte[]> exportContext,
Holder<List<ExportedPortlet>> exportedPortlet,
Holder<List<FailedPortlets>> failedPortlets,
Holder<ResourceList> resourceList,
Holder<List<Extension>> extensions) |
void |
getPortletDescription(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
List<String> desiredLocales,
Holder<PortletDescription> portletDescription,
Holder<ResourceList> resourceList,
Holder<List<Extension>> extensions) |
void |
getPortletProperties(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
List<String> names,
Holder<List<Property>> properties,
Holder<List<ResetProperty>> resetProperties,
Holder<List<Extension>> extensions) |
void |
getPortletPropertyDescription(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
List<String> desiredLocales,
Holder<ModelDescription> modelDescription,
Holder<ResourceList> resourceList,
Holder<List<Extension>> extensions) |
void |
getPortletsLifetime(RegistrationContext registrationContext,
List<PortletContext> portletContext,
UserContext userContext,
Holder<List<PortletLifetime>> portletLifetime,
Holder<List<FailedPortlets>> failedPortlets,
Holder<ResourceList> resourceList,
Holder<List<Extension>> extensions) |
void |
importPortlets(RegistrationContext registrationContext,
byte[] importContext,
List<ImportPortlet> importPortlet,
UserContext userContext,
Lifetime lifetime,
Holder<List<ImportedPortlet>> importedPortlets,
Holder<List<ImportPortletsFailed>> importFailed,
Holder<ResourceList> resourceList,
Holder<List<Extension>> extensions) |
List<Extension> |
releaseExport(RegistrationContext registrationContext,
byte[] exportContext,
UserContext userContext) |
Lifetime |
setExportLifetime(SetExportLifetime setExportLifetime) |
void |
setPortletProperties(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
PropertyList propertyList,
Holder<String> portletHandle,
Holder<byte[]> portletState,
Holder<Lifetime> scheduledDestruction,
Holder<List<Extension>> extensions) |
void |
setPortletsLifetime(RegistrationContext registrationContext,
List<PortletContext> portletContext,
UserContext userContext,
Lifetime lifetime,
Holder<List<PortletLifetime>> updatedPortlet,
Holder<List<FailedPortlets>> failedPortlets,
Holder<ResourceList> resourceList,
Holder<List<Extension>> extensions) |
public V2PortletManagementService(WSRPV2PortletManagementPortType port)
public void getPortletDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, List<String> desiredLocales, Holder<PortletDescription> portletDescription, Holder<ResourceList> resourceList, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidHandle, InvalidRegistration, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
getPortletDescription in interface WSRPV2PortletManagementPortTypegetPortletDescription in class PortletManagementService<WSRPV2PortletManagementPortType>AccessDeniedInconsistentParametersInvalidHandleInvalidRegistrationInvalidUserCategoryMissingParametersModifyRegistrationRequiredOperationFailedOperationNotSupportedResourceSuspendedpublic void clonePortlet(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, Lifetime lifetime, Holder<String> portletHandle, Holder<byte[]> portletState, Holder<Lifetime> scheduledDestruction, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidHandle, InvalidRegistration, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
clonePortlet in interface WSRPV2PortletManagementPortTypeclonePortlet in class PortletManagementService<WSRPV2PortletManagementPortType>AccessDeniedInconsistentParametersInvalidHandleInvalidRegistrationInvalidUserCategoryMissingParametersModifyRegistrationRequiredOperationFailedOperationNotSupportedResourceSuspendedpublic void destroyPortlets(RegistrationContext registrationContext, List<String> portletHandles, UserContext userContext, Holder<List<FailedPortlets>> failedPortlets, Holder<List<Extension>> extensions) throws InconsistentParameters, InvalidRegistration, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
destroyPortlets in interface WSRPV2PortletManagementPortTypedestroyPortlets in class PortletManagementService<WSRPV2PortletManagementPortType>InconsistentParametersInvalidRegistrationMissingParametersModifyRegistrationRequiredOperationFailedOperationNotSupportedResourceSuspendedpublic void getPortletsLifetime(RegistrationContext registrationContext, List<PortletContext> portletContext, UserContext userContext, Holder<List<PortletLifetime>> portletLifetime, Holder<List<FailedPortlets>> failedPortlets, Holder<ResourceList> resourceList, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidHandle, InvalidRegistration, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
getPortletsLifetime in interface WSRPV2PortletManagementPortTypegetPortletsLifetime in class PortletManagementService<WSRPV2PortletManagementPortType>AccessDeniedInconsistentParametersInvalidHandleInvalidRegistrationModifyRegistrationRequiredOperationFailedOperationNotSupportedResourceSuspendedpublic void setPortletsLifetime(RegistrationContext registrationContext, List<PortletContext> portletContext, UserContext userContext, Lifetime lifetime, Holder<List<PortletLifetime>> updatedPortlet, Holder<List<FailedPortlets>> failedPortlets, Holder<ResourceList> resourceList, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidHandle, InvalidRegistration, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
setPortletsLifetime in interface WSRPV2PortletManagementPortTypesetPortletsLifetime in class PortletManagementService<WSRPV2PortletManagementPortType>AccessDeniedInconsistentParametersInvalidHandleInvalidRegistrationModifyRegistrationRequiredOperationFailedOperationNotSupportedResourceSuspendedpublic void copyPortlets(RegistrationContext toRegistrationContext, UserContext toUserContext, RegistrationContext fromRegistrationContext, UserContext fromUserContext, List<PortletContext> fromPortletContexts, Lifetime lifetime, Holder<List<CopiedPortlet>> copiedPortlets, Holder<List<FailedPortlets>> failedPortlets, Holder<ResourceList> resourceList, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidHandle, InvalidRegistration, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
copyPortlets in interface WSRPV2PortletManagementPortTypecopyPortlets in class PortletManagementService<WSRPV2PortletManagementPortType>AccessDeniedInconsistentParametersInvalidHandleInvalidRegistrationInvalidUserCategoryMissingParametersModifyRegistrationRequiredOperationFailedOperationNotSupportedResourceSuspendedpublic void exportPortlets(RegistrationContext registrationContext, List<PortletContext> portletContext, UserContext userContext, Holder<Lifetime> lifetime, Boolean exportByValueRequired, Holder<byte[]> exportContext, Holder<List<ExportedPortlet>> exportedPortlet, Holder<List<FailedPortlets>> failedPortlets, Holder<ResourceList> resourceList, Holder<List<Extension>> extensions) throws AccessDenied, ExportByValueNotSupported, InconsistentParameters, InvalidHandle, InvalidRegistration, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
exportPortlets in interface WSRPV2PortletManagementPortTypeexportPortlets in class PortletManagementService<WSRPV2PortletManagementPortType>AccessDeniedExportByValueNotSupportedInconsistentParametersInvalidHandleInvalidRegistrationInvalidUserCategoryMissingParametersModifyRegistrationRequiredOperationFailedOperationNotSupportedResourceSuspendedpublic void importPortlets(RegistrationContext registrationContext, byte[] importContext, List<ImportPortlet> importPortlet, UserContext userContext, Lifetime lifetime, Holder<List<ImportedPortlet>> importedPortlets, Holder<List<ImportPortletsFailed>> importFailed, Holder<ResourceList> resourceList, Holder<List<Extension>> extensions) throws AccessDenied, ExportNoLongerValid, InconsistentParameters, InvalidRegistration, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
importPortlets in interface WSRPV2PortletManagementPortTypeimportPortlets in class PortletManagementService<WSRPV2PortletManagementPortType>AccessDeniedExportNoLongerValidInconsistentParametersInvalidRegistrationInvalidUserCategoryMissingParametersModifyRegistrationRequiredOperationFailedOperationNotSupportedResourceSuspendedpublic List<Extension> releaseExport(RegistrationContext registrationContext, byte[] exportContext, UserContext userContext)
releaseExport in interface WSRPV2PortletManagementPortTypereleaseExport in class PortletManagementService<WSRPV2PortletManagementPortType>public Lifetime setExportLifetime(SetExportLifetime setExportLifetime) throws AccessDenied, InvalidHandle, InvalidRegistration, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
setExportLifetime in interface WSRPV2PortletManagementPortTypesetExportLifetime in class PortletManagementService<WSRPV2PortletManagementPortType>AccessDeniedInvalidHandleInvalidRegistrationModifyRegistrationRequiredOperationFailedOperationNotSupportedResourceSuspendedpublic void setPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList, Holder<String> portletHandle, Holder<byte[]> portletState, Holder<Lifetime> scheduledDestruction, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidHandle, InvalidRegistration, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
setPortletProperties in interface WSRPV2PortletManagementPortTypesetPortletProperties in class PortletManagementService<WSRPV2PortletManagementPortType>AccessDeniedInconsistentParametersInvalidHandleInvalidRegistrationInvalidUserCategoryMissingParametersModifyRegistrationRequiredOperationFailedOperationNotSupportedResourceSuspendedpublic void getPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, List<String> names, Holder<List<Property>> properties, Holder<List<ResetProperty>> resetProperties, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidHandle, InvalidRegistration, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
getPortletProperties in interface WSRPV2PortletManagementPortTypegetPortletProperties in class PortletManagementService<WSRPV2PortletManagementPortType>AccessDeniedInconsistentParametersInvalidHandleInvalidRegistrationInvalidUserCategoryMissingParametersModifyRegistrationRequiredOperationFailedOperationNotSupportedResourceSuspendedpublic void getPortletPropertyDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, List<String> desiredLocales, Holder<ModelDescription> modelDescription, Holder<ResourceList> resourceList, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidHandle, InvalidRegistration, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
getPortletPropertyDescription in interface WSRPV2PortletManagementPortTypegetPortletPropertyDescription in class PortletManagementService<WSRPV2PortletManagementPortType>AccessDeniedInconsistentParametersInvalidHandleInvalidRegistrationInvalidUserCategoryMissingParametersModifyRegistrationRequiredOperationFailedOperationNotSupportedResourceSuspendedCopyright © 2006-2014 GateIn. All Rights Reserved.