public class TaxonomyTreeData extends Object implements Comparable<TaxonomyTreeData>
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_TAXONOMY_TREE |
| Constructor and Description |
|---|
TaxonomyTreeData() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TaxonomyTreeData arg) |
String |
getPermissions() |
String |
getRepository() |
String |
getTaxoTreeActionName()
Get action name of Taxonomy tree
|
String |
getTaxoTreeActionTypeName() |
String |
getTaxoTreeHomePath()
Get taxonomy tree home path
|
String |
getTaxoTreeName()
get taxonomy tree name
|
String |
getTaxoTreePermissions() |
String |
getTaxoTreeWorkspace() |
boolean |
hasPermission(String[] allPermissions,
String permission)
Check the state of permission is existing or not
|
boolean |
isEdit()
Check data in edited state or not
|
void |
setEdit(boolean edit)
Set edit state
|
void |
setRepository(String rp)
Register repository to drive
|
void |
setTaxoTreeActionName(String taxoTreeActionName)
Set action name of Taxonomy tree
|
void |
setTaxoTreeActionTypeName(String taxoTreeActionTypeName) |
void |
setTaxoTreeHomePath(String taxoTreeHomePath)
Register home path to taxonomy Tree
|
void |
setTaxoTreeName(String taxoTreeName)
Register taxonomy tree name
|
void |
setTaxoTreePermissions(String permission)
Register permission to taxonomy tree
|
void |
setTaxoTreeWorkspace(String taxoTreeWorkspace)
Register workspace to tree
|
public static final String ACTION_TAXONOMY_TREE
public String getRepository()
public void setRepository(String rp)
rp - repository namepublic String getPermissions()
public boolean hasPermission(String[] allPermissions, String permission)
allPermissions - the string array permission of drivepermission - permission namepublic int compareTo(TaxonomyTreeData arg)
compareTo in interface Comparable<TaxonomyTreeData>public String getTaxoTreeHomePath()
public void setTaxoTreeHomePath(String taxoTreeHomePath)
taxoTreeHomePath - the home path of drivepublic String getTaxoTreeName()
public void setTaxoTreeName(String taxoTreeName)
taxoTreeName - the name of taxonomy treepublic String getTaxoTreePermissions()
public void setTaxoTreePermissions(String permission)
permission - public String getTaxoTreeWorkspace()
public void setTaxoTreeWorkspace(String taxoTreeWorkspace)
taxoTreeWorkspace - the workspace namepublic String getTaxoTreeActionName()
public void setTaxoTreeActionName(String taxoTreeActionName)
taxoTreeActionName - public String getTaxoTreeActionTypeName()
public void setTaxoTreeActionTypeName(String taxoTreeActionTypeName)
public boolean isEdit()
public void setEdit(boolean edit)
edit - Copyright © 2003–2019 eXo Platform SAS. All rights reserved.