public class DocumentConfig extends Object
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_DOCUMENT |
static int |
TYPE_FOLDER |
Constructor and Description |
---|
DocumentConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getDocumentFile() |
String |
getId() |
String |
getParentFolder() |
String |
getTitle() |
int |
getType() |
boolean |
isInheritPublishTo()
Returns whether the publish to principals for this document is inherited from its
parent folder . |
void |
setDescription(String description) |
void |
setDocumentFile(String documentFile) |
void |
setId(String id)
Deprecated.
|
void |
setInheritPublishTo(boolean inheritPublishTo)
Sets whether the publish to principals for this document is inherited from its
parent folder . |
void |
setParentFolder(String parentFolder) |
void |
setTitle(String title) |
void |
setType(int type) |
public static final int TYPE_DOCUMENT
public static final int TYPE_FOLDER
public String getId()
@Deprecated public void setId(String id)
public String getDocumentFile()
public void setDocumentFile(String documentFile)
public String getDescription()
public void setDescription(String description)
public String getTitle()
public void setTitle(String title)
public int getType()
public void setType(int type)
public String getParentFolder()
public void setParentFolder(String parentFolder)
public boolean isInheritPublishTo()
parent folder
.true
if the publish to principals is inherited, false
otherwise.public void setInheritPublishTo(boolean inheritPublishTo)
parent folder
.inheritPublishTo
- true
if the publish to principals is inherited, false
otherwise.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.