Modifier and Type | Method and Description |
---|---|
protected void |
DefinitionAdmin.applyDocumentDefinitions(LibrarySession sess,
ParameterTable params,
DocumentDefinition def) |
void |
DocumentAdmin.createDocument(LibrarySession sess,
String idname,
DocumentDefinition def)
internal variant of Create Document
|
void |
DocumentAdmin.createDocument(LibrarySession sess,
String idname,
DocumentDefinition def,
VersionDescriptionDefinition vddef)
internal variant of VERSIONED Create Document
|
void |
DocumentAdmin.modifyDocument(LibrarySession sess,
String idname,
DocumentDefinition def)
internal variant of Modify Document
|
Modifier and Type | Class and Description |
---|---|
class |
MessageEntryDefinition
A MessageEntryDefinition is used to define or update MessageEntry instances.
|
Modifier and Type | Method and Description |
---|---|
DocumentDefinition |
PrintJobDefinition.getDocumentDefinition()
Gets the currently allocated DocumentDefinition.
|
static DocumentDefinition |
DocumentDefinition.toDocumentDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a DocumentDefinition.
|
static DocumentDefinition |
DocumentDefinition.toDocumentDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a DocumentDefinition.
|
Modifier and Type | Method and Description |
---|---|
void |
LifecyclePolicy.applyLock(DocumentDefinition def)
Apply a lock on the specified document definition, as it
is in the process of referencing this LifecyclePolicy.
|
void |
RetentionPolicy.applyLock(DocumentDefinition def)
Apply a record lock on the specified document, as it
is in the process of referencing this RetentionPolicy.
|
Document |
Folder.createSecuredDocument(DocumentDefinition def)
Create a document that is parented to and secured by the target folder.
|
void |
Document.setContent(DocumentDefinition def)
Sets the content of this Document.
|
void |
PrintJobDefinition.setDocumentDefinition(DocumentDefinition def)
Sets the DocumentDefinition that will be used to store the content of
this PrintJob.
|
RandomAccessor |
Document.updateContentByRandomAccess(DocumentDefinition docdef,
Long expirationPeriod)
Gets a RandomAccessor for randomly writing and reading the content of
this document.
|
Modifier and Type | Method and Description |
---|---|
protected DocumentDefinition |
LiteralDocumentParser.getDocDef(Folder parent,
InputStream in,
Reader reader,
String name,
AccessControlList acl,
boolean takeAclFromParent) |
protected DocumentDefinition |
ClassSelectionParser.getDocDef(Folder parent,
InputStream in,
String name)
Deprecated.
Defines what it means to be a plain non versioned doc
|
protected DocumentDefinition |
ClassSelectionParser.getDocDef(Folder parent,
Reader reader,
String name)
Deprecated.
Defines what it means to be a plain non versioned doc
|
Modifier and Type | Method and Description |
---|---|
protected Document |
ClassSelectionParser.createDocument(Folder parent,
DocumentDefinition def,
String name,
String classname,
ParserCallback callback)
Deprecated.
Encapsulates document creation given a parent folder, a name, Document subclass classname,
and an stream/reader;
will not update a prior existing object in parent,
will throw an IfsException simply because an object already exists in parent with name
|
protected PublicObject |
ClassSelectionParser.putPublicObjectWithVersioning(Folder parent,
DocumentDefinition def,
String name,
String classname,
ParserCallback callback)
Deprecated.
Encapsulates the ftpish notion of a put given a parent folder, a name, and an stream/reader;
will create or update existing PO depending prior existence of an object in parent,
if creating an object of class classname is created.
|
protected Document |
ClassSelectionParser.updateFolderedPublicObjectWithVersioning(Folder parent,
DocumentDefinition def,
String name,
String classname,
ParserCallback callback)
Deprecated.
encapsulates the item update given a parent folder, a name, and an stream/reader;
will update a prior existing object in parent,
will throw an IfsException simply because an object doesn't exist in parent
|
Modifier and Type | Method and Description |
---|---|
protected void |
ScriptOperations.preprocessDocumentSettings(AttributeValueTable avt,
DocumentDefinition def)
Preprocess the specified AttributeValueTable for use in creating or updating
a Document.
|
Modifier and Type | Method and Description |
---|---|
protected Document |
ClassObjectOperations.createDocument(LibrarySession session,
DocumentDefinition docdef,
Folder parent)
Creates a Document.
|
protected void |
CommandProcessorOperations.setDocumentContent(DocumentDefinition def,
String filename) |
Modifier and Type | Class and Description |
---|---|
class |
RecipeDocumentDefinition
This class is used to construct, modify and delete RecipeDocument instances
|
Modifier and Type | Method and Description |
---|---|
Document |
Posting.addDocumentVersion(DocumentDefinition docDef)
Add a new Document version to this Posting's Family.
|
Posting |
Community.addPosting(DocumentDefinition docDef)
Add a Posting to this Community.
|
Modifier and Type | Class and Description |
---|---|
class |
PlayerDocumentDefinition
A PlayerDocumentDefinition is used to create or modify
a PlayerDocument instance.
|
Modifier and Type | Class and Description |
---|---|
class |
MailDocumentDefinition
The MailDocumentDefinition class is used to
construct a MailDocumentDefinition object.
|
class |
Rfc822MessageDefinition
The Rfc822MessageDefinition class is used
construct a Rfc822Message object.
|
Modifier and Type | Method and Description |
---|---|
Document |
OfficeSaveDetector.detectOnCreate(LibrarySession sess,
DocumentDefinition def,
String name,
Folder f)
This function attempts to detect an edit in place.
|
Modifier and Type | Method and Description |
---|---|
protected DocumentDefinition |
PublicObjectUtilities.getDocDef(Folder parent,
InputStream in,
String name,
AccessControlList acl,
boolean takeAclFromParent)
defines what it means to be a plain non versioned doc
|
Copyright © 2023. All rights reserved.