Package com.enonic.xp.content
Class CreateContentParams
- java.lang.Object
-
- com.enonic.xp.content.CreateContentParams
-
@PublicApi public final class CreateContentParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateContentParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateContentParams.Buildercreate()static CreateContentParams.Buildercreate(CreateContentParams source)ChildOrdergetChildOrder()ContentPublishInfogetContentPublishInfo()CreateAttachmentsgetCreateAttachments()PropertyTreegetData()StringgetDisplayName()ExtraDatasgetExtraDatas()LocalegetLanguage()ContentNamegetName()PrincipalKeygetOwner()ContentPathgetParent()AccessControlListgetPermissions()ContentIdsgetProcessedIds()ContentTypeNamegetType()WorkflowInfogetWorkflowInfo()booleanisInheritPermissions()booleanisRefresh()booleanisRequireValid()
-
-
-
Method Detail
-
create
public static CreateContentParams.Builder create()
-
create
public static CreateContentParams.Builder create(CreateContentParams source)
-
getData
public PropertyTree getData()
-
getExtraDatas
public ExtraDatas getExtraDatas()
-
getType
public ContentTypeName getType()
-
getOwner
public PrincipalKey getOwner()
-
getDisplayName
public String getDisplayName()
-
getName
public ContentName getName()
-
getParent
public ContentPath getParent()
-
isRequireValid
public boolean isRequireValid()
-
getCreateAttachments
public CreateAttachments getCreateAttachments()
-
getPermissions
public AccessControlList getPermissions()
-
getChildOrder
public ChildOrder getChildOrder()
-
isInheritPermissions
public boolean isInheritPermissions()
-
getLanguage
public Locale getLanguage()
-
getContentPublishInfo
public ContentPublishInfo getContentPublishInfo()
-
isRefresh
public boolean isRefresh()
-
getProcessedIds
public ContentIds getProcessedIds()
-
getWorkflowInfo
public WorkflowInfo getWorkflowInfo()
-
-