Modifier and Type | Method and Description |
---|---|
protected Format |
FormatAdmin.lookupFormat(LibrarySession sess,
String name)
Lookup format by name
|
Modifier and Type | Method and Description |
---|---|
void |
FormatAdmin.showFormat(LibrarySession sess,
Format format) |
Modifier and Type | Class and Description |
---|---|
class |
TieFormat
TieFormat allows the Oracle-defined behavior of the
FORMAT classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
protected static Format |
Format.constructFormat(LibrarySession sess,
S_LibraryObjectData data)
constructFormat - FixmeJavadocMethod
|
static Format[] |
Format.findAll(LibrarySession session)
Returns the set of defined Formats.
|
static Format |
Format.findByExtension(LibrarySession session,
String extension)
Returns the a Format matching the specified extension.
|
static Format |
Format.findByName(LibrarySession session,
String name)
Returns the a Format matching the specified name.
|
static Format |
Format.getDefaultFormat(LibrarySession session)
Gets the "default" format, to be used when no existing
format matches identification criteria (e.g. file extension
or mime type).
|
Format |
ContentObject.getFormat()
Gets the Format object.
|
Format |
Document.getFormat()
Gets the format for this Document.
|
Format |
ContentObjectDefinition.getFormat(LibrarySession sess)
Deprecated.
CM SDK 10gR2: use getAttribute("FORMAT")
|
Format |
DocumentDefinition.getFormat(LibrarySession sess)
Gets the format for this DocumentDefinition.
|
static Format |
Format.getFormatByFilename(LibrarySession session,
String filename)
Derives a format based on the extension of the given filename.
|
protected static Format |
Format.vectorFormatElement(Vector vector,
int index)
Returns a Format from a vector of Formats
|
protected static Format[] |
Format.vectorToFormatArray(Vector vector)
Constructs an array of Format's from a vector of Formats
|
Modifier and Type | Method and Description |
---|---|
void |
ContentObjectDefinition.setContentRowReference(Long contentId,
Format format,
Media media,
long contentSize)
This method indicates to the server that content should be created,
pointing to an existing row in the underlying content tables
This is used internally by the files to ECM upgrade for performance
reasons.
|
void |
ContentObjectDefinition.setFormat(Format format)
Deprecated.
CM SDK 10gR2: use setAttribute(
"FORMAT", AttributeValue.newAttributeValue(format));
|
void |
Document.setFormat(Format format)
Sets the format for this Document.
|
void |
DocumentDefinition.setFormat(Format format)
Sets the format describing the type
of content.
|
Modifier and Type | Method and Description |
---|---|
protected Format |
BasicInformationExtractionPreparer.determineTokensDocumentFormat(InformationExtraction ext)
Determine the Format to use for the Tokens document.
|
Modifier and Type | Method and Description |
---|---|
protected Format |
ScriptOperations.lookupFormat(LibrarySession sess,
String tagOrName)
Lookup a Format by the specified name.
|
protected Format |
ScriptOperations.lookupFormatFromCollection(LibrarySession sess,
String name)
Lookup a Format by the specified name, using the Format Collection.
|
Modifier and Type | Method and Description |
---|---|
protected int |
ScriptOperations.createDocuments(String dirPath,
Folder topFolder,
AccessControlList acl,
Format format,
Media media)
Produce a list of files found under the specified absolute directory path.
|
static void |
ShowUtils.showFormat(Logger logger,
Format format,
String prefix)
Show details about a Format.
|
Modifier and Type | Method and Description |
---|---|
Format |
ClassObjectOperations.RefIntegrityTest.createSystemObject(LibrarySession sess) |
protected Format |
CommandProcessorOperations.deriveDocumentFormat(String filename) |
Modifier and Type | Method and Description |
---|---|
Document |
SearchOperations.JoinSearchTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname,
String catName,
Format format,
boolean should_load_doc) |
protected Document |
ClassObjectOperations.createDocument(LibrarySession session,
Folder parent,
String name,
String classname,
Format format,
String contentpath)
Creates a Document.
|
protected Document |
ClassObjectOperations.createDocument(LibrarySession session,
String name,
ClassObject clss,
Format format,
String contentpath,
Folder parent)
Creates a Document.
|
void |
ClassObjectOperations.RefIntegrityTest.freeSystemObject(LibrarySession sess,
Format testFmt) |
void |
ClassObjectOperations.RefIntegrityTest.testActiveSystemObjects(LibrarySession sess,
Format testFmt,
int systemObjCount) |
Modifier and Type | Method and Description |
---|---|
Format |
DetermineFormatContext.getFormat()
Gets the format.
|
Format |
IfsDetermineFormatContext.getFormat()
Gets the returning format.
|
protected Format |
IfsCreateDocumentCommand.runDetermineFormatCommand(LibrarySession session,
String filename)
Execute an IfsDetermineFormatCommand.
|
Modifier and Type | Method and Description |
---|---|
void |
DetermineFormatContext.setFormat(Format format)
Sets the format.
|
void |
IfsDetermineFormatContext.setFormat(Format ff)
Sets the returning format.
|
Modifier and Type | Method and Description |
---|---|
static Format |
IfsObjectResolver.getFormatByFilename(LibrarySession session,
String filename)
Derives a format based on the extension of the given filename.
|
Copyright © 2023. All rights reserved.