lumis.portal.serialization.operation
Interface ICloneableConfig<T>

Package class diagram package ICloneableConfig
Type Parameters:
T - Portal object that can be delayed persisted
All Superinterfaces:
Cloneable
All Known Implementing Classes:
AccessControlEntry, AccessControlList, ChannelConfig, ChannelDataType.Data, ChannelTemplateLinkConfig, GroupMemberConfig, PageConfig, PageDataType.Data, ServiceInstanceConfig, ServiceInstanceDependencyConfig, ServiceInterfaceInstanceConfig, ServiceInterfaceStyleConfig

@StableMinor(version="5.5",
             sinceVersion="4.0")
public interface ICloneableConfig<T>
extends Cloneable

Public version of the interface Cloneable, to be implemented by portal objects that can be delayed persisted

Since:
4.0.9

Method Summary
 T clone()
           
 

Method Detail

clone

T clone()
        throws CloneNotSupportedException
Throws:
CloneNotSupportedException


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.