static Folder |
Factory.Folder.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable Folder class to be persisted in the specified object store.
|
static Folder |
Factory.Folder.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable Folder class to be persisted in the specified object store.
|
Folder |
Folder.createSubFolder(java.lang.String name)
Creates a directly-contained subfolder of this folder.
|
static Folder |
Factory.Folder.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the Folder class
by the specified object ID from the specified object store.
|
static Folder |
Factory.Folder.fetchInstance(ObjectStore os,
java.lang.String path,
PropertyFilter filter)
Retrieves an object of the Folder class based on the specified path, and from the specified
object store.
|
Folder |
Folder.get_Parent()
Returns the value of the Parent property.
|
Folder |
Document.get_PublishingSubsidiaryFolder()
Returns the value of the PublishingSubsidiaryFolder property.
|
Folder |
ObjectStore.get_RootFolder()
Returns the value of the RootFolder property.
|
Folder |
Versionable.get_SecurityFolder()
Returns the value of the SecurityFolder property.
|
Folder |
CustomObject.get_SecurityFolder()
Returns the value of the SecurityFolder property.
|
static Folder |
Factory.Folder.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable Folder class from the
specified object store.
|
static Folder |
Factory.Folder.getInstance(ObjectStore os,
java.lang.String className,
java.lang.String path)
Retrieves the instance of the Folder class based on the specified
pathname, and from the specified object store.
|