Package com.enonic.xp.content
Class DuplicateContentParams
- java.lang.Object
-
- com.enonic.xp.content.DuplicateContentParams
-
@PublicApi public final class DuplicateContentParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDuplicateContentParams.Builder
-
Constructor Summary
Constructors Constructor Description DuplicateContentParams(DuplicateContentParams.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static DuplicateContentParams.Buildercreate()DuplicateContentParamscreator(PrincipalKey creator)Deprecated.booleanequals(Object o)ContentIdgetContentId()PrincipalKeygetCreator()Deprecated.DuplicateContentListenergetDuplicateContentListener()BooleangetIncludeChildren()StringgetName()ContentPathgetParent()WorkflowInfogetWorkflowInfo()inthashCode()booleanisVariant()voidvalidate()Deprecated.
-
-
-
Constructor Detail
-
DuplicateContentParams
public DuplicateContentParams(DuplicateContentParams.Builder builder)
-
-
Method Detail
-
create
public static DuplicateContentParams.Builder create()
-
getContentId
public ContentId getContentId()
-
creator
@Deprecated public DuplicateContentParams creator(PrincipalKey creator)
Deprecated.
-
getDuplicateContentListener
public DuplicateContentListener getDuplicateContentListener()
-
getCreator
@Deprecated public PrincipalKey getCreator()
Deprecated.
-
getWorkflowInfo
public WorkflowInfo getWorkflowInfo()
-
getIncludeChildren
public Boolean getIncludeChildren()
-
isVariant
public boolean isVariant()
-
getName
public String getName()
-
getParent
public ContentPath getParent()
-
validate
@Deprecated public void validate()
Deprecated.
-
-