Package com.enonic.xp.content
Class ImportContentParams
- java.lang.Object
-
- com.enonic.xp.content.ImportContentParams
-
public class ImportContentParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ImportContentParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImportContentParams.Builder
create()
BinaryAttachments
getBinaryAttachments()
Content
getContent()
EnumSet<ContentInheritType>
getInherit()
InsertManualStrategy
getInsertManualStrategy()
ProjectName
getOriginProject()
ContentPath
getTargetPath()
boolean
isDryRun()
boolean
isImportPermissions()
boolean
isImportPermissionsOnCreate()
-
-
-
Method Detail
-
create
public static ImportContentParams.Builder create()
-
getContent
public Content getContent()
-
getTargetPath
public ContentPath getTargetPath()
-
getInsertManualStrategy
public InsertManualStrategy getInsertManualStrategy()
-
getBinaryAttachments
public BinaryAttachments getBinaryAttachments()
-
getInherit
public EnumSet<ContentInheritType> getInherit()
-
getOriginProject
public ProjectName getOriginProject()
-
isDryRun
public boolean isDryRun()
-
isImportPermissions
public boolean isImportPermissions()
-
isImportPermissionsOnCreate
public boolean isImportPermissionsOnCreate()
-
-