Package com.enonic.xp.repository
Class CreateRepositoryParams
- java.lang.Object
-
- com.enonic.xp.repository.CreateRepositoryParams
-
public class CreateRepositoryParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateRepositoryParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateRepositoryParams.Buildercreate()booleanequals(Object o)PropertyTreegetData()RepositoryIdgetRepositoryId()RepositorySettingsgetRepositorySettings()ChildOrdergetRootChildOrder()AccessControlListgetRootPermissions()inthashCode()booleanisTransient()
-
-
-
Method Detail
-
getRepositoryId
public RepositoryId getRepositoryId()
-
getRepositorySettings
public RepositorySettings getRepositorySettings()
-
getData
public PropertyTree getData()
-
getRootPermissions
public AccessControlList getRootPermissions()
-
getRootChildOrder
public ChildOrder getRootChildOrder()
-
create
public static CreateRepositoryParams.Builder create()
-
isTransient
public boolean isTransient()
-
-