Modifier and Type | Class and Description |
---|---|
static class |
CreateContentTranslatorParams.Builder |
Modifier and Type | Method and Description |
---|---|
static CreateContentTranslatorParams.Builder |
create() |
static CreateContentTranslatorParams.Builder |
create(CreateContentParams source) |
ChildOrder |
getChildOrder() |
CreateAttachments |
getCreateAttachments() |
Instant |
getCreatedTime() |
PrincipalKey |
getCreator() |
PropertyTree |
getData() |
String |
getDisplayName() |
ExtraDatas |
getExtraDatas() |
Locale |
getLanguage() |
Instant |
getModifiedTime() |
PrincipalKey |
getModifier() |
ContentName |
getName() |
PrincipalKey |
getOwner() |
ContentPath |
getParent() |
AccessControlList |
getPermissions() |
ContentTypeName |
getType() |
boolean |
isInheritPermissions() |
boolean |
isValid() |
public static CreateContentTranslatorParams.Builder create(CreateContentParams source)
public static CreateContentTranslatorParams.Builder create()
public PropertyTree getData()
public ExtraDatas getExtraDatas()
public ContentTypeName getType()
public PrincipalKey getOwner()
public PrincipalKey getCreator()
public PrincipalKey getModifier()
public Instant getCreatedTime()
public Instant getModifiedTime()
public String getDisplayName()
public ContentName getName()
public ContentPath getParent()
public boolean isValid()
public CreateAttachments getCreateAttachments()
public AccessControlList getPermissions()
public boolean isInheritPermissions()
public ChildOrder getChildOrder()
public Locale getLanguage()