Package com.appiancorp.suiteapi.common
Interface DeepCloneable
- All Superinterfaces:
Cloneable
- All Known Subinterfaces:
Filter
- All Known Implementing Classes:
ActivityClassParameter
,ActivityClassParameterSchema
,ActivityReturnVariable
,AheadOfScheduleFilter
,BaseFilter
,BehindScheduleFilter
,Column
,CompletedAheadOfScheduleFilter
,CompletedBehindScheduleFilter
,CompletedFilter
,Contribution
,DrillPath
,DueTodayFilter
,DynamicForm
,FormElement
,GenericTypedVariable
,GroupMessageLink
,LastNCompletedFilter
,LastNDaysFilter
,LeaderMessageLink
,Link
,LinkType
,LocalObject
,Mapping
,NamedTypedValue
,NotYetCompletedFilter
,Option
,OutsideNStandardDeviationsFilter
,ProcessVariable
,ProcessVariableInstance
,QuickFilter
,QuickFilterItem
,RunningFilter
,SimpleColumnFilter
,Threshold
,TypedValue
,TypedVariable
This marker interface identifiers a class that supports the clone method with
deep copy semantics, rather than shallow copy semantics.
This marker indicates that the clone MUST return an instance of the same
class as the object being cloned.
-
Method Summary
-
Method Details
-
clone
Object clone()Clone this object using deep-copy semantics.- Returns:
-