Uses of Class
org.eclipse.dirigible.repository.local.LocalObject
| Package | Description |
|---|---|
| org.eclipse.dirigible.repository.local |
-
Uses of LocalObject in org.eclipse.dirigible.repository.local
Subclasses of LocalObject in org.eclipse.dirigible.repository.local Modifier and Type Class Description classLocalFileInternal representation of a File/Resource kind of object.classLocalFolderInternal representation of a Folder/Collection kind of object.Methods in org.eclipse.dirigible.repository.local that return LocalObject Modifier and Type Method Description protected LocalObjectLocalEntity. getLocalObject()Returns theLocalObjectthat matches this entity's path.protected LocalObjectLocalEntity. getLocalObjectSafe()Returns theLocalObjectthat matches this entity's path.LocalObjectLocalRepositoryDao. getObjectByPath(String path)Gets the object by path.Methods in org.eclipse.dirigible.repository.local that return types with arguments of type LocalObject Modifier and Type Method Description List<LocalObject>LocalFolder. getChildren()Gets the children.List<LocalObject>LocalRepositoryDao. getChildrenByFolder(String path)Gets the children by folder.Constructors in org.eclipse.dirigible.repository.local with parameters of type LocalObject Constructor Description LocalEntityInformation(RepositoryPath wrapperPath, LocalObject master)Instantiates a new local entity information.