Modifier and Type | Method and Description |
---|---|
void |
FolderIndexTool.promoteFolder(LibrarySession session,
Folder folder,
int newLevel)
Promote a folder to a higher index level.
|
Modifier and Type | Method and Description |
---|---|
Folder |
FolderAdmin.lookupFolder(String idname) |
Modifier and Type | Method and Description |
---|---|
void |
FolderAdmin.showFolder(LibrarySession sess,
Folder folder) |
Modifier and Type | Class and Description |
---|---|
class |
TieFolder
TieFolder allows the Oracle-defined behavior of the
FOLDER classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Field and Description |
---|---|
protected Folder |
FolderPathResolver.m_CurrentDirectory
The Folder representing the current directory
|
protected Folder |
FolderPathResolver.m_RootFolder
The Folder representing the root directory.
|
protected Folder |
LibrarySession.m_RootFolder
The root folder
|
protected Folder |
FolderPathResolver.m_TopDirectory
The Folder representing the top directory
|
Modifier and Type | Method and Description |
---|---|
protected static Folder |
Folder.constructFolder(LibrarySession sess,
S_LibraryObjectData data)
Constructs a Folder object from the S_LibraryObjectData object.
|
protected static Folder[] |
Folder.constructFolderArray(LibrarySession sess,
Long[] ids)
Construct a Folder array from an array of object IDs.
|
Folder |
LibraryObject.getAuditDomainContext()
Gets the Domain context for auditing.
|
Folder |
LibraryObject.getAuditEventFolderContext()
Gets the folder context to used for events posted on this event.
|
Folder |
DirectoryUser.getCurrentAuditDomainContext()
Gets the current "Audit Domain" context for the session's user.
|
Folder |
LibrarySession.getCurrentAuditDomainContext()
Gets the current "Audit Domain" context for the session's user.
|
Folder |
FolderPathResolver.getCurrentDirectory()
Get the current directory in effect.
|
Folder |
DirectoryUser.getCurrentOrDefaultAuditDomainContext()
Gets the current or default "Audit Domain" context for the session's user.
|
Folder |
LibrarySession.getCurrentOrDefaultAuditDomainContext()
Gets the current or default "Audit Domain" context for the session's user.
|
Folder[] |
PublicObject.getFolderReferences()
Returns an array of folders that reference this PublicObject.
|
Folder |
PublicObject.getFolderReferences(int index)
Returns the Folder at specified index
in the array of ReferencingFolders.
|
Folder |
DirectoryUser.getHomeFolder()
Gets the Home folder for this DirectoryUser.
|
Folder |
PrimaryUserProfile.getHomeFolder()
Gets the DirectoryUser's home folder.
|
Folder |
PublicObject.getPrimaryParentFolder()
Gets the primary parent folder for the object.
|
Folder |
PublicObject.getPrimaryParentFolder(boolean useFamily)
Gets the primary parent folder for the object.
|
Folder |
LibrarySession.getRootFolder()
Return the top-most Folder in the CM SDK folder hierarchy.
|
Folder |
FolderPathResolver.getTopDirectory()
Get the top directory in effect.
|
protected static Folder[] |
Folder.vectorToFolderArray(Vector vector)
Convert a Vector of Folder to an array of Folder.
|
Modifier and Type | Method and Description |
---|---|
static PrimaryUserProfile[] |
PrimaryUserProfile.findByHomeFolder(Folder folder)
Gets all the PrimaryUserProfile objects associated with
a specified Home folder.
|
String[] |
PublicObject.getAllFolderPaths(Folder reference)
Gets all Folder paths to the target object.
|
String[] |
PublicObject.getAllFolderPaths(Folder reference,
FolderPathOptions fpo)
Gets all Folder paths to the target object.
|
String |
PublicObject.getAnyFolderPath(Folder reference)
Gets any Folder path to the target object.
|
String |
PublicObject.getAnyFolderPath(Folder reference,
FolderPathOptions fpo)
Gets any Folder path to the target object.
|
protected OperationActionSpecification |
LibraryObject.getOperationActionSpecificationContext(AuditEvent event,
Folder context)
Gets the OperationActionSpecification context (if any) for the
event that is about to be posted.
|
void |
Folder.moveItems(PublicObject[] objs,
Folder addToFolder)
Moves the specified array of PublicObjects from this
Folder to the passed Folder.
|
void |
PublicObjectDefinition.setAddToFolderOption(Folder folder)
set the Add To Folder Option for the new PublicObject.
|
void |
LibrarySession.setCurrentAuditDomainContext(Folder domain)
Sets the current "Audit Domain" context.
|
void |
FolderPathResolver.setCurrentDirectory(Folder folder)
Sets the current path to the specified Folder's path
|
void |
PrimaryUserProfile.setHomeFolder(Folder folder)
Sets the DirectoryUser's home folder.
|
void |
FolderPathResolver.setRootFolder(Folder root)
Change current folder to the Root Folder
|
Modifier and Type | Field and Description |
---|---|
Folder |
DefinitionHolder.parentFolder |
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
|
Document |
LiteralDocumentParser.createDocument(Folder parent,
InputStream in,
Reader reader,
String name,
AccessControlList acl,
boolean takeAclFromParent) |
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
|
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.
|
static LibraryObjectDefinition |
LiteralDocumentParser.setAcl(LibraryObjectDefinition def,
AccessControlList acl,
Folder parent,
boolean takeAclFromParent) |
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
|
Document |
LiteralDocumentParser.updateFolderedPublicObjectWithVersioning(Folder parent,
InputStream in,
Reader reader,
String name,
AccessControlList acl,
boolean takeAclFromParent) |
Modifier and Type | Method and Description |
---|---|
Document |
InformationExtractionTrainerSpecification.createCoreNlpRegexRuleDocument(InformationExtractionDomainSpecification dspec,
InformationExtractionParserSpecification pspec,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the CoreNLP REGEX Rules model by creating a new model Document.
|
Document |
InformationExtractionTrainerSpecification.createDependencyMatcherRegexRuleJsonDocument(InformationExtractionDomainSpecification dspec,
InformationExtractionParserSpecification pspec,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the JSON representation of the DependencyMatcher REGEX Rules
by creating a new Document.
|
Document |
InformationExtractionTrainerSpecification.createEntityRulerRegexRuleJsonDocument(InformationExtractionDomainSpecification dspec,
InformationExtractionParserSpecification pspec,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the JSON representation of the EntityRuler REGEX Rules
by creating a new Document.
|
Document |
InformationExtractionTrainerSpecification.createNerClassifierDocument(InformationExtractionParserSpecification pspec,
AttributeValueTable trainingProps,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the NER Classifier model by creating a new NER Classifier Document.
|
Document |
InformationExtractionTrainingSet.createNerClassifierDocument(InformationExtractionParserSpecification pspec,
AttributeValueTable trainingProps,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the NER Classifier model by creating a new NER Classifier Document.
|
Document |
InformationExtractionTrainerSpecification.createRegexPatternDocument(InformationExtractionDomainSpecification dspec,
InformationExtractionParserSpecification pspec,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the REGEX Pattern model by creating a new model Document.
|
Document |
InformationExtractionTrainerSpecification.createRegexPatternJsonDocument(InformationExtractionDomainSpecification dspec,
InformationExtractionParserSpecification pspec,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the JSON representation of the REGEX Patterns
by creating a new Document.
|
Document |
InformationExtractionTrainerSpecification.createRelationMentionModelDocument(InformationExtractionParserSpecification pspec,
AttributeValueTable trainingProps,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the RelationMention model by creating a new model Document.
|
Document |
InformationExtractionTrainingSet.createRelationMentionModelDocument(InformationExtractionParserSpecification pspec,
AttributeValueTable trainingProps,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the RelationMention model by creating a new model Document.
|
Document |
InformationExtractionTrainerSpecification.createSpacyClassifierDocument(InformationExtractionParserSpecification pspec,
AttributeValueTable trainingProps,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the Spacy Classifier model by creating a new Spacy NER Classifier Document.
|
Document |
InformationExtractionTrainingSet.createSpacyClassifierDocument(InformationExtractionParserSpecification pspec,
AttributeValueTable trainingProps,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the Spacy Classifier model by creating a new Spacy Classifier Document.
|
Document |
InformationExtractionTrainerSpecification.createTokenMatcherRegexRuleJsonDocument(InformationExtractionDomainSpecification dspec,
InformationExtractionParserSpecification pspec,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the JSON representation of the TokenMatcher REGEX Rules
by creating a new Document.
|
Modifier and Type | Method and Description |
---|---|
protected Folder |
BasicInformationExtractionTrainer.determineClassifierTrainingDocumentParentFolder(InformationExtraction ext)
Determine the parent Folder to use for the Classifier Training document.
|
protected Folder |
BasicInformationExtractionFinisher.determineGraphSummaryDocumentParentFolder(InformationExtraction ext)
Determine the parent Folder to use for the Graph summary document.
|
protected Folder |
PythonParser.determineJsonResultDocumentParentFolder(InformationExtraction ext)
Determine the parent Folder to use for the Json Result document.
|
protected Folder |
BasicInformationExtractionFinisher.determineTextSummaryDocumentParentFolder(InformationExtraction ext)
Determine the parent Folder to use for the Text summary document.
|
protected Folder |
BasicInformationExtractionPreparer.determineTokensDocumentParentFolder(InformationExtraction ext)
Determine the parent Folder to use for the Tokens document.
|
protected Folder |
BasicInformationExtractionFinisher.determineTrainingTemplateDocumentParentFolder(InformationExtraction ext)
Determine the parent Folder to use for the Training Template document.
|
protected Folder |
BasicInformationExtractionFinisher.determineXmlMarkingDocumentParentFolder(InformationExtraction ext)
Determine the parent Folder to use for the XML Marking document.
|
protected Folder |
BasicInformationExtractionFinisher.determineXmlRelationDocumentParentFolder(InformationExtraction ext)
Determine the parent Folder to use for the XML Relation document.
|
Modifier and Type | Method and Description |
---|---|
Document |
SpacyClassifierModelCreator.create(InformationExtractionTrainingSet tset,
InformationExtractionParserSpecification pspec,
AttributeValueTable trainingProps,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder)
Create a new Spacy Classifier model, stored as a Document,
based on the specified training set.
|
Modifier and Type | Method and Description |
---|---|
protected Folder |
ScriptOperations.lookupAuditDomainContext(LibrarySession sess,
String tag)
Lookup the Audit Domain context by Tag.
|
protected Folder |
ScriptOperations.lookupFolder(LibrarySession sess,
String tag)
Lookup a Folder by the specified tag.
|
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.
|
protected void |
FolderIndexOperations.promoteFolder(LibrarySession session,
Folder folder,
int newLevel,
String prefix)
Promote a folder to a higher index level.
|
static void |
ShowUtils.showFolder(Logger logger,
Folder folder,
String prefix)
Show details about an Folder.
|
static void |
ShowUtils.showFolder(Logger logger,
Folder folder,
String prefix,
boolean showCats)
Show details about an Folder.
|
static void |
ShowUtils.showFolderCountInfo(Logger logger,
Folder folder,
String prefix)
Show count information about a folder.
|
Modifier and Type | Method and Description |
---|---|
protected Folder |
CommandProcessorOperations.createFolder(String name,
Folder parent)
Create a folder under the parent specified.
|
Folder |
FolderOperations.CreateFolderTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
FolderOperations.FolderRefTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
FolderOperations.FolderCopyTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.FrqSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.AclSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.BindSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.JoinSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.OperatorsSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.ExistenceSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.NullValueSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.SavedSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Modifier and Type | Method and Description |
---|---|
ApplicationObject |
FolderOperations.FolderCopyTest.createApplicationObject(LibrarySession sess,
Folder parent_folder,
String objname) |
protected Document |
ClassObjectOperations.createDocument(LibrarySession session,
DocumentDefinition docdef,
Folder parent)
Creates a Document.
|
Document |
FolderOperations.CreateFolderTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname) |
Document |
FolderOperations.FolderRefTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname) |
Document |
FolderOperations.FolderCopyTest.createDocument(LibrarySession sess,
Folder parentFolder,
String objname) |
Document |
SearchOperations.SavedSearchTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname,
String catName) |
Document |
SearchOperations.FrqSearchTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname,
String catName,
boolean should_load_doc) |
Document |
SearchOperations.AclSearchTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname,
String catName,
boolean should_load_doc) |
Document |
SearchOperations.BindSearchTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname,
String catName,
boolean should_load_doc) |
Document |
SearchOperations.OperatorsSearchTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname,
String catName,
boolean should_load_doc) |
Document |
SearchOperations.ExistenceSearchTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname,
String catName,
boolean versionable) |
Document |
SearchOperations.NullValueSearchTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname,
String catName,
boolean versionable) |
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.
|
protected void |
CommandProcessorOperations.createDocument(String name,
Folder parent,
String filename) |
protected Folder |
CommandProcessorOperations.createFolder(String name,
Folder parent)
Create a folder under the parent specified.
|
protected void |
ViewOperations.createFrqView(String viewName,
DirectoryUser viewOwner,
Folder topFolder,
String catName)
Creates the FRQ view.
|
Folder |
FolderOperations.CreateFolderTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
FolderOperations.FolderRefTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
FolderOperations.FolderCopyTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.FrqSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.AclSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.BindSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.JoinSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.OperatorsSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.ExistenceSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.NullValueSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.SavedSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
protected void |
LinkOperations.displayFolder(Folder folder,
LibrarySession sess,
String prefix) |
void |
FolderOperations.CreateFolderTest.listFolder(LibrarySession sess,
Folder f) |
void |
VersioningOperations.VersionNonOwnerTest.makeVersionedNew(Document doc,
AccessControlList acl,
LibrarySession s,
Folder parentfolder,
boolean transferOwner) |
void |
VersioningOperations.VersionNonOwnerTest.makeVersionedOld(Document doc,
LibrarySession session,
Folder parentfolder) |
void |
DocumentOperations.DocAclTest.showConsumedStorage(Folder currentFolder) |
protected void |
FolderOperations.showFolder(Folder folder) |
protected void |
CommandProcessorOperations.showFolder(String path,
Folder folder,
String match) |
void |
FolderOperations.FolderCopyTest.showFolderContents(LibrarySession sess,
Folder folder) |
void |
FolderOperations.CreateFolderTest.showFolders(LibrarySession sess,
Folder f) |
void |
FolderOperations.FolderRefTest.showItemCounts(LibrarySession sess,
Folder folder,
long expectedItemCount,
long expectedSubfolderCount) |
void |
FolderOperations.CreateFolderTest.testAddToFolder(LibrarySession sess,
Folder f,
boolean shouldcopy) |
void |
FolderOperations.CreateFolderTest.testBounds(LibrarySession sess,
Folder f) |
void |
FolderOperations.CreateFolderTest.testBulk(LibrarySession sess,
Folder f) |
Family |
DocumentOperations.DocAclTest.testCreation(LibrarySession s,
Folder folder) |
Family |
VersioningOperations.VersionBasicTest.testCreation(LibrarySession s,
Folder folder) |
Document |
VersioningOperations.DeletorTest.testCreation(LibrarySession s,
Folder folder) |
void |
VersioningOperations.VersionNonOwnerTest.testCreation(LibrarySession s,
Folder folder,
String otheruser) |
Modifier and Type | Class and Description |
---|---|
class |
Community
A Community is a special type of Folder used to organize Document postings
for a set of users, and track the activity associated with these postings.
|
Modifier and Type | Method and Description |
---|---|
Folder |
Community.getInvitationsSubfolder()
Gets the subfolder which contains the Invitations.
|
Folder |
Community.getPostingsSubfolder()
Gets the subfolder which contains the Auto-foldered Postings.
|
Folder |
Community.getRemovedPostingsSubfolder()
Gets the subfolder which contains the Postings that were removed.
|
Modifier and Type | Method and Description |
---|---|
void |
Posting.move(Folder newFolder)
Move the associated Family to a new Folder.
|
Modifier and Type | Class and Description |
---|---|
class |
SmartHome
A SmartHome is a special type of Folder used to organize devices, such as actuators,
sensors and controllers, which are communicating with each other and track their
activity.
|
Modifier and Type | Method and Description |
---|---|
Folder |
StixReport.getReportFolder()
Gets the folder used to hold the artifacts for this Report.
|
Modifier and Type | Method and Description |
---|---|
void |
StixReport.setReportFolder(Folder val)
Sets The folder used to hold the artifacts for this Report.
|
Modifier and Type | Method and Description |
---|---|
void |
StixOperations.showStixReportBatch(Folder topFolder,
boolean verbose,
String indent)
Shows the batch of StixReports under a folder.
|
Modifier and Type | Method and Description |
---|---|
protected Folder |
AutoFolderingActionAdapter.createFolder(Folder parent,
int num)
Creates a path element if it does not already exist.
|
protected Folder |
AutoFolderingActionAdapter.createFolder(Folder parent,
String name)
Creates a path element if it does not already exist.
|
Folder |
AutoFolderingActionAdapter.getLeafFolder(Folder rootFolder,
PublicObjectDefinition def)
Returns the leaf folder where the new object should be foldered, relative
to the specified root folder.
|
Folder |
DateAutoFolderingAction.getLeafFolder(Folder rootFolder,
PublicObjectDefinition def)
Returns the leaf folder where the new object should be foldered, relative
to the specified root folder.
|
Folder |
SessionAutoFolderingAction.getLeafFolder(Folder rootFolder,
PublicObjectDefinition def)
Returns the leaf folder where the new object should be foldered, relative
to the specified root folder.
|
Folder |
TestAutoFolderingAction.getLeafFolder(Folder rootFolder,
PublicObjectDefinition def)
Returns the leaf folder where the new object should be foldered, relative
to the specified root folder.
|
Modifier and Type | Method and Description |
---|---|
protected Folder |
AutoFolderingActionAdapter.createFolder(Folder parent,
int num)
Creates a path element if it does not already exist.
|
protected Folder |
AutoFolderingActionAdapter.createFolder(Folder parent,
String name)
Creates a path element if it does not already exist.
|
Folder |
AutoFolderingActionAdapter.getLeafFolder(Folder rootFolder,
PublicObjectDefinition def)
Returns the leaf folder where the new object should be foldered, relative
to the specified root folder.
|
Folder |
DateAutoFolderingAction.getLeafFolder(Folder rootFolder,
PublicObjectDefinition def)
Returns the leaf folder where the new object should be foldered, relative
to the specified root folder.
|
Folder |
SessionAutoFolderingAction.getLeafFolder(Folder rootFolder,
PublicObjectDefinition def)
Returns the leaf folder where the new object should be foldered, relative
to the specified root folder.
|
Folder |
TestAutoFolderingAction.getLeafFolder(Folder rootFolder,
PublicObjectDefinition def)
Returns the leaf folder where the new object should be foldered, relative
to the specified root folder.
|
Modifier and Type | Field and Description |
---|---|
protected Folder |
UserManager.m_CreatedHomeFolder |
Modifier and Type | Method and Description |
---|---|
Folder |
AutoFolderingAction.getLeafFolder(Folder rootFolder,
PublicObjectDefinition def)
Returns the leaf folder where the new object should be foldered, relative
to the specified root folder.
|
Modifier and Type | Method and Description |
---|---|
static SystemLockEntry |
LockUtils.createNamedFreezeLock(LibrarySession session,
Folder domain,
String freezeName)
Find a Named freeze SystemLockEntry by name.
|
static void |
AuditingUtilities.deleteExpiredGlobalAuditEvents(LibrarySession session,
Folder domain,
AuditSpecification globalSpec)
Delete any expired global audit events that have expired
longer than the specified period.
|
static Long |
LockUtils.deleteNamedFreezeLock(LibrarySession session,
Folder domain,
String freezeName)
Delete a Named freeze SystemLockEntry.
|
static SystemLockEntry |
LockUtils.findNamedFreezeLock(LibrarySession session,
Folder domain,
String freezeName)
Find a Named freeze SystemLockEntry by name.
|
Folder |
AutoFolderingAction.getLeafFolder(Folder rootFolder,
PublicObjectDefinition def)
Returns the leaf folder where the new object should be foldered, relative
to the specified root folder.
|
Modifier and Type | Method and Description |
---|---|
static Folder |
Utils.getFolder(LibrarySession ls,
AttributeValue av)
Returns the Folder from a given AttributeValue or throws an exception if
the item cannot be found or it is not a Folder.
|
static Folder |
Utils.getFolder(LibrarySession ls,
long id)
Returns the Folder from a given ID or throws an exception if
the item cannot be found or it is not a Folder.
|
static Folder |
Utils.getFolder(LibrarySession ls,
Long id)
Returns the Folder from a given ID or throws an exception if
the item cannot be found or it is not a Folder.
|
Modifier and Type | Method and Description |
---|---|
protected Folder |
IfsCreateFolderCommand.createFolder(LibrarySession session,
String name,
AccessControlList acl,
boolean aclFromParent,
Folder parent)
Creates one Folder object.
|
protected Folder |
IfsCreateFolderCommand.createParentFolderPath(LibrarySession session,
String folderPath,
AccessControlList acl,
boolean aclFromParent)
Creates all folders in a path where the path contains at least one folder to be created.
|
Folder |
IfsMvContext.getDestinationFolder()
Gets the destination folder of the public object.
|
Folder |
MvContext.getDestinationFolder()
Gets the destination folder of the public object.
|
Folder |
CopyContext.getDestinationParentFolder()
Gets the parent folder of the new object.
|
Folder |
IfsCopyContext.getDestinationParentFolder()
Gets the parent folder of the new object.
|
Folder |
AddFolderRelationshipContext.getFolder()
Gets the Folder.
|
Folder |
CreateDocumentContext.getFolder()
Gets the parent folder.
|
Folder |
CreateFolderContext.getFolder()
Gets the returning folder.
|
Folder |
HandlePublicObjectVersioningContext.getFolder()
Gets the folder.
|
Folder |
IfsAddFolderRelationshipContext.getFolder()
Gets the Folder.
|
Folder |
IfsCreateDocumentContext.getFolder()
Gets the folder.
|
Folder |
IfsCreateFolderContext.getFolder()
Gets the returning folder.
|
Folder |
IfsHandlePublicObjectVersioningContext.getFolder()
Gets the folder.
|
Folder |
IfsRemoveFolderRelationshipContext.getFolder()
Gets the Folder.
|
Folder |
RemoveFolderRelationshipContext.getFolder()
Gets the Folder.
|
Folder |
CreateFolderContext.getParentFolder()
Gets the parent folder.
|
Folder |
DetermineAclContext.getParentFolder()
Gets the parent folder.
|
Folder |
IfsCreateFolderContext.getParentFolder()
Gets the parent folder.
|
Folder |
IfsDetermineAclContext.getParentFolder()
Gets the parent folder.
|
Folder |
IfsMvContext.getSourceFolder()
Gets the source folder of the public object.
|
Folder |
MvContext.getSourceFolder()
Gets the source folder of the public object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IfsCopyCommand.copy(LibrarySession session,
FolderPathResolver fpr,
PublicObject srcPO,
Folder destParentFolder,
String newName,
boolean shouldOverwrite)
Copy the PublicObject po into the specified folder.
|
protected PublicObject |
IfsCopyCommand.copyFolderWithNameConflictOverwrite(LibrarySession session,
FolderPathResolver fpr,
Folder fromFolder,
Folder toFolder)
Recursively copies the folder, overwriting any objects with a name conflict.
|
protected PublicObject |
IfsCopyCommand.copyNoNameConflict(LibrarySession session,
PublicObject srcPO,
Folder destParentFolder,
String newName)
Copies the PublicObject and adds the new PublicObject the destination
parent folder.
|
protected PublicObject |
IfsCopyCommand.copyNoOverwrite(LibrarySession session,
PublicObject srcPO,
Folder destParentFolder,
String poName)
Copy the PublicObject and do not overwrite.
|
protected PublicObject |
IfsCopyCommand.copyWithNameConflictDeleteOverwrite(LibrarySession session,
PublicObject srcPO,
Folder destParentFolder,
String newName,
PublicObject existingPO)
Copy the PublicObject and overwrite the existing object with the same name
by deleting the existing object and replacing with the new object.
|
protected PublicObject |
IfsCopyCommand.copyWithNameConflictOverwrite(LibrarySession session,
PublicObject srcPO,
Folder destParentFolder,
String newName)
Copy the PublicObject and overwrite the existing object with the same name.
|
protected Folder |
IfsCreateFolderCommand.createFolder(LibrarySession session,
String name,
AccessControlList acl,
boolean aclFromParent,
Folder parent)
Creates one Folder object.
|
protected PublicObject |
IfsCopyCommand.duplicateObject(LibrarySession session,
PublicObject srcPO,
Folder destParentFolder,
String newName)
Duplicate the PublicObject.
|
protected void |
IfsCopyCommand.handlePublicObjectVersioning(LibrarySession session,
Folder destParentFolder,
PublicObject newPO)
Handles versioning the PublicObject.
|
protected PublicObject[] |
IfsCopyCommand.listFolder(FolderPathResolver fpr,
Folder folder,
String pattern)
Returns a list of PublicObjects in the specified folder.
|
protected AccessControlList |
IfsCreateFolderCommand.performDetermineAcl(FolderDefinition def,
String name,
Folder parent,
LibrarySession sess,
AccessControlList defaultAcl)
Determines the Acl to use by making a call to the inner command.
|
protected AccessControlList |
IfsCopyCommand.performDetermineAcl(PublicObjectDefinition def,
String newName,
Folder destParentFolder,
LibrarySession session,
AccessControlList defaultAcl)
Determines the Acl to use by making a call to the inner command.
|
protected Document |
IfsUploadFileCommand.runCreateDocumentCommand(LibrarySession session,
String name,
InputStream stream,
Folder folder,
AccessControlList acl)
Execute an IfsCreateDocumentCommand.
|
protected AccessControlList |
IfsCreateDocumentCommand.runDetermineAclCommand(LibrarySession session,
AccessControlList acl,
Folder folder,
String name,
LibraryObjectDefinition lodef)
Execute an IfsDetermineAclCommand.
|
protected AccessControlList |
IfsParseStreamCommand.runDetermineAclCommand(LibrarySession session,
AccessControlList acl,
Folder folder,
String name,
LibraryObjectDefinition lodef)
Execute an IfsDetermineAclCommand.
|
protected void |
IfsCreateDocumentCommand.runHandlePOVersioningCommand(LibrarySession session,
PublicObject po,
Folder folder)
Execute an IfsHandlePublicObjectVersioningCommand.
|
void |
IfsMvContext.setDestinationFolder(Folder destination)
Sets the destination folder of this context.
|
void |
MvContext.setDestinationFolder(Folder destination)
Sets the destination folder of this context.
|
void |
CopyContext.setDestinationParentFolder(Folder dest)
Sets the parent folder of the new object.
|
void |
IfsCopyContext.setDestinationParentFolder(Folder dest)
Sets the parent folder of the new object.
|
void |
AddFolderRelationshipContext.setFolder(Folder folder)
Sets the Folder.
|
void |
CreateDocumentContext.setFolder(Folder folder)
Sets the parent folder.
|
void |
CreateFolderContext.setFolder(Folder f)
Sets the returning folder.
|
void |
HandlePublicObjectVersioningContext.setFolder(Folder folder)
Sets the folder.
|
void |
IfsAddFolderRelationshipContext.setFolder(Folder folder)
Sets the Folder.
|
void |
IfsCreateDocumentContext.setFolder(Folder folder)
Sets the folder.
|
void |
IfsCreateFolderContext.setFolder(Folder f)
Sets the returning folder.
|
void |
IfsHandlePublicObjectVersioningContext.setFolder(Folder folder)
Sets the folder.
|
void |
IfsRemoveFolderRelationshipContext.setFolder(Folder folder)
Sets the Folder.
|
void |
RemoveFolderRelationshipContext.setFolder(Folder folder)
Sets the Folder.
|
void |
CreateFolderContext.setParentFolder(Folder parent)
Sets the parent folder.
|
void |
DetermineAclContext.setParentFolder(Folder parent)
Sets the parent folder.
|
void |
IfsCreateFolderContext.setParentFolder(Folder parent)
Sets the parent folder.
|
void |
IfsDetermineAclContext.setParentFolder(Folder parent)
Sets the parent folder.
|
void |
IfsMvContext.setSourceFolder(Folder source)
Sets the source folder of this context.
|
void |
MvContext.setSourceFolder(Folder source)
Sets the source folder of this context.
|
Constructor and Description |
---|
IfsAddFolderRelationshipContext(LibrarySession session,
Folder folder,
PublicObject publicObject)
Constructor which sets up all the required parameters.
|
IfsCopyContext(LibrarySession session,
PublicObject srcPO,
Folder destFolder,
String newName,
boolean overwrite)
Other Constructor.
|
IfsCreateDocumentContext(LibrarySession session,
String name,
InputStream stream,
Folder folder,
AccessControlList acl)
Constructor which sets up all the required parameters.
|
IfsCreateFolderContext(LibrarySession session,
String pathname,
Folder parentFolder,
AccessControlList acl,
boolean aclFromParent,
boolean createParents)
Other Constructor.
|
IfsHandlePublicObjectVersioningContext(LibrarySession session,
PublicObject po,
Folder folder,
String comment)
Constructor which sets up all the required parameters.
|
IfsMvContext(LibrarySession session,
PublicObject po,
Folder source,
Folder destination,
String newName)
Constructor that takes all parameters.
|
IfsRemoveFolderRelationshipContext(LibrarySession session,
Folder folder,
PublicObject publicObject)
Constructor which sets up all the required parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
Mailbox
The Mailbox class is ...
|
class |
MailFolder
The MailFolder class is ...
|
class |
Message
The Message class is the main class to handle iFS email objects.
|
class |
TieMailbox
The TieMailbox class is a placeholder
for performing overrides for all Mailbox subclasses.
|
class |
TieMailFolder
The TieMailFolder class is a placeholder
for performing overrides for all MailFolder subclasses.
|
class |
TieMessage
The TieMessage class is a placeholder
for performing overrides for all Message subclasses.
|
Modifier and Type | Method and Description |
---|---|
void |
OfficeSaveDetector.completeMove(LibrarySession sess,
PublicObject po,
Folder from,
String fromName)
This function notifies this detector that a successful move
has been completed.
|
void |
OfficeSaveDetector.deleteDoc(LibrarySession sess,
Document doc,
Folder folder,
boolean freeIfLast)
This function pretends to delete the given document.
|
Document |
OfficeSaveDetector.detectOnCreate(LibrarySession sess,
DocumentDefinition def,
String name,
Folder f)
This function attempts to detect an edit in place.
|
Document |
OfficeSaveDetector.detectOnMove(LibrarySession sess,
PublicObject po,
Folder from,
Folder to,
String toName)
This function attempts to detect an Office save on a move.
|
Modifier and Type | Method and Description |
---|---|
Folder |
FolderRestrictQualification.getStartingFolder(LibrarySession session)
Returns the start folder
|
Modifier and Type | Method and Description |
---|---|
void |
FolderRestrictQualification.setStartFolder(Folder folder)
Sets the startFolder.
|
Modifier and Type | Method and Description |
---|---|
Folder |
PublicObjectUtilities.createFolder(Folder parent,
String name,
AccessControlList acl)
Creates a default folder
|
Folder |
PublicObjectUtilities.createFolder(Folder parent,
String name,
AccessControlList acl,
boolean takeAclFromParent)
Creates a default folder
|
Folder |
PublicObjectUtilities.createFolderPath(String path,
AccessControlList acl)
Creates all folders in a path where the path contains at least one
folder to be created.
|
Folder |
PublicObjectUtilities.createFolderPath(String path,
AccessControlList acl,
boolean takeAclFromParent)
Creates all folders in a path where the path contains at least one
folder to be created.
|
Folder |
IfsObjectResolver.getAnonymousHomeFolder()
Finds the folder that is the home folder for the anonymous user
|
Folder |
IfsObjectResolver.getHomeFolder()
Gets the home folder for the current user
|
Folder |
IfsObjectResolver.getHomeFolder(DirectoryUser user)
Gets the home folder for the user
|
Folder |
IfsObjectResolver.getHomeFolder(String username)
Gets the home folder for the username
|
Modifier and Type | Method and Description |
---|---|
PublicObject |
PublicObjectUtilities.copyPublicObject(Folder dest,
PublicObject po,
String newName)
Performs a copy and rename of an Item.
|
PublicObject |
PublicObjectUtilities.copyPublicObjectWithVersioning(Folder dest,
PublicObject po,
String newName)
Performs a copy and rename of an Item following the veriosning semantics
will follow verioning semantics in Folder dest
|
Document |
PublicObjectUtilities.createDocument(Folder parent,
InputStream in,
String name,
AccessControlList acl,
boolean takeAclFromParent)
encapsulates plain non-versioned document creation given a parent folder,
a name, and an inputstream;
will not update a prior existing object in parent,
will throw an IfsException simply because an object already exists
in parent with name
|
Document |
PublicObjectUtilities.createDocument(Folder parent,
InputStream in,
String name,
String classname,
AccessControlList acl,
boolean takeAclFromParent)
encapsulates plain non-versioned document creation given a parent folder,
a name, and an inputstream;
will not update a prior existing object in parent,
will throw an IfsException simply because an object already exists
in parent with name
|
Family |
PublicObjectUtilities.createFamily(Folder parent,
InputStream in,
String name,
AccessControlList acl,
boolean takeAclFromParent)
Creates a Family with an initial doc.
|
Folder |
PublicObjectUtilities.createFolder(Folder parent,
String name,
AccessControlList acl)
Creates a default folder
|
Folder |
PublicObjectUtilities.createFolder(Folder parent,
String name,
AccessControlList acl,
boolean takeAclFromParent)
Creates a default folder
|
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
|
protected FolderDefinition |
PublicObjectUtilities.getFolderDef(Folder parent,
String name,
AccessControlList acl,
boolean takeAclFromParent)
defines what it means to be a plain non versioned doc
|
protected VersionDescriptionDefinition |
PublicObjectUtilities.getVersionDef(Folder parent,
InputStream in,
String name,
AccessControlList acl,
boolean takeAclFromParent)
defines what it means to be a Family with an initial doc defined in in
|
void |
PublicObjectUtilities.movePublicObject(Folder src,
Folder dest,
PublicObject po,
String newName)
Performs a move and rename of an Item,
if the src and dest are the same just a rename is performed,
newName can be the same as the po.getName()
|
void |
PublicObjectUtilities.movePublicObjectWithFormatUpdate(Folder src,
Folder dest,
PublicObject po,
String newName)
Performs a move and rename of an Item,
if the src and dest are the same just a rename is performed,
newName can be the same as the po.getName().
|
void |
PublicObjectUtilities.movePublicObjectWithVersioning(Folder src,
Folder dest,
PublicObject po,
String newName)
Performs a move and rename of an Item,
if the src and dest are the same just a rename is performed,
newName can be the same as the po.getName()
will follow verioning semantics in Folder dest
|
PublicObject |
PublicObjectUtilities.putAsDocumentWithVersioning(Folder parent,
InputStream in,
String name,
AccessControlList acl,
boolean takeAclFromParent)
encapsulates the ftpish notion of a put given a parent folder, a name,
and an inputstream; will create or update existing PO depending prior
existence of an object in parent, if creating a plain non-versioned
Document is created will not IfsException simply because an object
does or doesn't exist at the path, but will throw if folders in path
do not exist; may throw if world changes in terms of items in the
folder during call
|
PublicObject |
PublicObjectUtilities.putAsFamilyWithVersioning(Folder parent,
InputStream in,
String name,
AccessControlList acl,
boolean takeAclFromParent)
encapsulates the ftpish notion of a put given a parent folder, a name,
and an inputstream;
will create or update depending prior existence of an object in parent,
if creating a Family with an inital version of a document whose content
is the inputstream is created
will not IfsException simply because an object does or doesn't exist
at the path, but will throw if folders in path do not exist;
may throw if world changes in terms of items in the folder during call
|
PublicObject |
PublicObjectUtilities.putPublicObjectWithVersioning(Folder parent,
InputStream in,
String name,
String classname,
AccessControlList acl,
boolean takeAclFromParent)
encapsulates the ftpish notion of a put given a parent folder,
a name, and an inputstream;
will create or update existing PO depending prior existence of
an object in parent, if creating an object of class classname is created.
|
AccessControlList |
PublicObjectUtilities.resolveAcl(AccessControlList overriddingAcl,
boolean fromParent,
Folder parent)
Resolves the acl to use based on an overridding acl, parent, and a boolean.
|
static LibraryObjectDefinition |
PublicObjectUtilities.setAcl(LibraryObjectDefinition def,
AccessControlList acl,
Folder parent,
boolean takeAclFromParent)
defines how to set an acl based on a absolute acl, a boolean, and a parent folder
|
Document |
PublicObjectUtilities.updateFolderedPublicObjectWithVersioning(Folder parent,
InputStream in,
String name,
AccessControlList acl,
boolean takeAclFromParent)
encapsulates the item update given a parent folder, a name, and an
inputstream;
will update a prior existing object in parent,
will throw an IfsException simply because an object doesn't exist in parent
|
PublicObject |
PublicObjectUtilities.updateFolderedPublicObjectWithVersioning(Folder parent,
PublicObject currentObject,
PublicObject newObject)
performs update of an existing object using iFS versioning.
|
Family |
PublicObjectUtilities.versionPublicObject(Folder parent,
PublicObject po)
This method creates a family with an initial po.
|
Copyright © 2023. All rights reserved.