Modifier and Type | Method and Description |
---|---|
Family |
FamilyAdmin.lookupFamily(String idname) |
Modifier and Type | Method and Description |
---|---|
void |
FamilyAdmin.showFamily(LibrarySession sess,
Family fam) |
Modifier and Type | Class and Description |
---|---|
class |
TieFamily
TieFamily allows the Oracle-defined behavior of the
FAMILY classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
protected static Family |
Family.constructFamily(LibrarySession sess,
S_LibraryObjectData data)
Constructs a Family object from the
S_LibraryObjectData object.
|
Family |
PublicObject.getFamily()
Returns the Family with which this object is associated.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showFamily(Logger logger,
Family family,
String prefix)
Show details about a Family.
|
Modifier and Type | Method and Description |
---|---|
Family |
DocumentOperations.DocAclTest.testCreation(LibrarySession s,
Folder folder) |
Family |
VersioningOperations.VersionBasicTest.testCreation(LibrarySession s,
Folder folder) |
Modifier and Type | Method and Description |
---|---|
protected void |
VersioningOperations.displayFamily(Family family,
LibrarySession sess,
String indent) |
protected void |
VersioningOperations.VersionBasicTest.displayFamily(LibrarySession s,
Family f) |
protected void |
VersioningOperations.VersionBasicTest.displayLatestVersion(LibrarySession s,
Family f) |
protected void |
VersioningOperations.VersionBasicTest.displayVersions(LibrarySession s,
Family f) |
protected void |
VersioningOperations.DeleteVersionsTest.displayVersions(LibrarySession s,
Family f) |
void |
VersioningOperations.VersionBasicTest.testDefaults(LibrarySession s,
Family family) |
void |
VersioningOperations.VersionBasicTest.testDelete(LibrarySession s,
Family family) |
void |
VersioningOperations.VersionBasicTest.testNextPrevious(LibrarySession s,
Family f) |
protected void |
DocumentOperations.DocAclTest.testOtherUser(LibrarySession s,
String username2,
Family f) |
protected void |
VersioningOperations.DeleteVersionsTest.testVersioning(Family f,
VersionSeries vs,
VersionDescription vd,
PublicObject po,
String name,
LibrarySession s) |
protected void |
VersioningOperations.DeleteVersionsTest.testVersioning(Family f,
VersionSeries vs,
VersionDescription vd,
PublicObject po,
String name,
LibrarySession s,
String classname) |
void |
VersioningOperations.VersionBasicTest.testVersioning(LibrarySession s,
String otheruser,
Family f) |
protected Document |
DocumentOperations.DocAclTest.verifyDocument(LibrarySession s,
Family f) |
protected Document |
VersioningOperations.VersionBasicTest.verifyDocument(LibrarySession s,
Family f) |
Modifier and Type | Method and Description |
---|---|
Family |
Posting.getFamily()
Gets the Family that this instance is associated with.
|
Modifier and Type | Method and Description |
---|---|
static Family |
VersioningUtilities.makeVersioned(PublicObject po)
Creates a new Family from the specified Document,
making it the first version of the new Family.
|
Modifier and Type | Method and Description |
---|---|
static void |
VersioningUtilities.addVersion(Family family,
PublicObject po)
Adds a new version to the specified Family.
|
Modifier and Type | Method and Description |
---|---|
Family |
PublicObjectUtilities.createFamily(Folder parent,
InputStream in,
String name,
AccessControlList acl,
boolean takeAclFromParent)
Creates a Family with an initial doc.
|
Family |
PublicObjectUtilities.versionPublicObject(Folder parent,
PublicObject po)
This method creates a family with an initial po.
|
Copyright © 2023. All rights reserved.