Package lumis.portal.cache
Interface ICloneableCacheEntry
-
- All Superinterfaces:
Cloneable
,ICacheEntry
- All Known Subinterfaces:
IProjectSPI
- All Known Implementing Classes:
AccessControlList
,ChannelConfig
,ChannelDataType.Data
,ChannelWebResource
,ControlConfig
,GroupConfig
,Journey
,JourneyInstance
,JourneyStage
,PageConfig
,PageDataType.Data
,PageWebResource
,PrincipalConfig
,PrincipalDataType.Data
,ProcessActionConfig
,Project
,ServiceInstanceConfig
,ServiceInterfaceInstanceConfig
,ServiceInterfaceTypeConfig
,ServiceTypeConfig
,SourceConfig
,StyleCacheConfig
,UserConfig
,WebResource
public interface ICloneableCacheEntry extends ICacheEntry, Cloneable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
clone()
-
-
-
Method Detail
-
clone
Object clone() throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
-
-