|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.ui.xul.XulEventSourceAdapter org.pentaho.ui.xul.util.AbstractModelNode<UIRepositoryObject> org.pentaho.di.ui.repository.repositoryexplorer.model.UIRepositoryObject org.pentaho.di.ui.repository.repositoryexplorer.model.UIRepositoryContent
public abstract class UIRepositoryContent
Constructor Summary | |
---|---|
UIRepositoryContent()
|
|
UIRepositoryContent(RepositoryElementMetaInterface rc,
UIRepositoryDirectory parent,
Repository rep)
|
Method Summary | |
---|---|
void |
delete()
|
int |
getCategory()
|
String |
getDescription()
|
String |
getFormatModifiedDate()
|
String |
getImage()
|
Date |
getModifiedDate()
|
String |
getModifiedUser()
|
UIRepositoryDirectory |
getParent()
|
RepositoryDirectory |
getRepositoryDirectory()
|
RepositoryObjectType |
getRepositoryElementType()
|
String |
getType()
|
void |
move(UIRepositoryDirectory newParentDir)
|
void |
setName(String name)
|
Methods inherited from class org.pentaho.di.ui.repository.repositoryexplorer.model.UIRepositoryObject |
---|
getComparator, getId, getName, getObjectId, getParentPath, getPath, getRepository, getRepositoryService, isDeleted, setComparator, setRepository, setRepositoryService |
Methods inherited from class org.pentaho.ui.xul.util.AbstractModelNode |
---|
add, add, addAll, addAll, asList, clear, contains, containsAll, get, indexOf, isEmpty, isUniqueList, iterator, lastIndexOf, listIterator, listIterator, moveChildDown, moveChildDown, moveChildUp, moveChildUp, onAdd, onRemove, remove, remove, removeAll, removeModel, retainAll, set, setParent, setUniqueList, size, subList, toArray, toArray |
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter |
---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
equals, hashCode |
Constructor Detail |
---|
public UIRepositoryContent()
public UIRepositoryContent(RepositoryElementMetaInterface rc, UIRepositoryDirectory parent, Repository rep)
Method Detail |
---|
public String getDescription()
getDescription
in class UIRepositoryObject
public Date getModifiedDate()
getModifiedDate
in class UIRepositoryObject
public String getModifiedUser()
getModifiedUser
in class UIRepositoryObject
public String getType()
getType
in class UIRepositoryObject
public String getFormatModifiedDate()
getFormatModifiedDate
in class UIRepositoryObject
public RepositoryDirectory getRepositoryDirectory()
public RepositoryObjectType getRepositoryElementType()
getRepositoryElementType
in class UIRepositoryObject
public void setName(String name) throws Exception
setName
in class UIRepositoryObject
Exception
public String getImage()
getImage
in class UIRepositoryObject
public void delete() throws Exception
delete
in class UIRepositoryObject
Exception
public void move(UIRepositoryDirectory newParentDir) throws Exception
move
in class UIRepositoryObject
Exception
public int getCategory()
getCategory
in class UIRepositoryObject
public UIRepositoryDirectory getParent()
getParent
in class UIRepositoryObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |