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 class
CreateRepositoryParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateRepositoryParams.Builder
create()
boolean
equals(Object o)
PropertyTree
getData()
RepositoryId
getRepositoryId()
RepositorySettings
getRepositorySettings()
ChildOrder
getRootChildOrder()
AccessControlList
getRootPermissions()
int
hashCode()
-
-
-
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()
-
-