File Net Interview Questions
File Net Interview Questions
File Net Interview Questions
Prepared By
B. Rajendra Prasad
Life Cycle Actions are promote or Demote. And life cycle states are 1. Draft 2. Review 3. Publish and 4. Close
A subscription is the association of a particular event trigger with an event action. In the previous example, create is the event trigger and the event
action is the workflow launch. Many different subscriptions might be associated with a particular event trigger. The following diagram illustrates how
several events might be triggered when a new loan application document is created in an object store.
3)What is Properties ?
Content Engine object properties can be used to reference objects that reside in any object stores within the same FileNet P8 domain.
Properties have a type, which can be Binary, Boolean, String, DateTime, Integer, Float, ID, and Object.
Object-valued properties are useful for defining relationships between objects. The Customer property
shown in the loan example in the previous section illustrates how both the Loan and the Loan Application can point to the same Customer object. The
properties that are associated with objects can have a single value or multiple values. For example, you might define a multi-valued property named
Telephone Numbers in which multiple telephone numbers, such as home and cell phone numbers, are stored. You can then search for objects by
creating a search expression that searches for more than one value for the same property.
Properties can also be configured to have default values that are set when a new object is created. In
addition, the system can be configured to restrict the values for the property to a choice list. A choice list is a list of possible values that the user can
select from when assigning a value to the property.
5)What is Annotation?
An annotation object, illustrated at right, represents
incidental information that can be attached to an object for the
purpose of annotating or footnoting that object. You can associate
annotations with custom objects, documents, and folders.
Annotations:
• Are independently securable. Default security is provided by
the class and by the annotated object. An annotation can
optionally have a security policy assigned to it.
• Can have subclasses.
• Can have zero or more associated content elements, and the
content need not have the same format as its annotated
object.
• Are uniquely associated with a single document version, and
thus are not versioned when a document version is updated.
• Can be modified and deleted independently of the annotated object.
• Can be searched for and retrieved with an ad hoc query.
• Can subscribe to server-side events that fire when an action (such as creating an annotation) occurs.
• Can participate in a link relationship.
• Can be audited.
6)What is Folder?
A folder is a container that is used to group other objects. Folders are the primary mechanism
through which users access documents. Users typically think of folders as a place where documents are
stored;, however, filing documents in multiple folders does not create extra copies of those documents, but
rather creates a logical association between the folder and the document. Folders:
• Have system properties that the system manages automatically, such as Date Created.
• Can have custom properties for storing business-related metadata.
• Are secured.
• Are hierarchical, in the sense that a folder can have subfolders.
• Can contain documents and custom objects.
• Can generate server events when they are created, modified, or deleted. These events are then used
7)What is document?
Most users think of a document as a file they create with an application such as Word. The
user stores the document in the document management system so that a history of changes to the
document is maintained and the document can be easily found and edited. Users who design enterprise
content management applications and those who manage them will need to understand how documents
can be leveraged to support a variety of application needs. A document might be used to maintain a
traditional electronic file as well as other types of data, such as an XML document or content that is
managed in an external repository. Documents:
• Have system properties that the system manages automatically, such as Date Created.
• Can have custom properties for storing business-related metadata about the document.
• Are secured.
• Can have content that can be indexed for searching.
• Can point to content that is outside of the object store (external content).
Can have no content (metadata only).
• Can be versioned to maintain a history of the content over time.
• Can be filed in folders.
• Can have a lifecycle.
• Can participate in business processes as workflow attachments.
• Can generate server events when they are created, modified, or deleted. These events are then used
to customize behavior.
• Can be rendered to different formats, such as PDF and HTML.
• Can be published to a Web site.
• Can be annotated.
• Can be audited.
FileNet was founded in November 1982 by Ted Smith and Ed Miller. A number of the first employees came from the Xerox Office Products Division
in El Segundo, with others joining from Basic4 in Orange County.
FileNet was the first company to create a commercially successful document imaging system for businesses, in March 1985. The state of computer
technology in early 1983, required FileNet to custom engineer not only its own hardware but the networking software, file system, windowing system
and application software to utilize its workstations and servers. This software was developed prior to Sun's NFS, the X Window System for Unix and
the wide adoption of the TCP/IP protocol suite. The software on the workstations and servers ran FDOS (FileNet Distributed Operating System), a
customized UNIX System V port with additions for the XNS and TCP/IP networking protocols developed by FileNet, a custom graphics cardsupporting
a high-resolution 19-inch monitor; an OSAR (Optical Storage and Retrieval) unit, a robotic optical storage jukebox storing up to 128 2.6-gigabyte optical
disks along with a complement of drivers supporting server peripherals. The workstations were diskless and used FileNet's Network Filesystem, to
support remote file system access.
In 1985 FileNet released the first commercial Business Process Management (BPM) software, called WorkFlo. (No relation to much earlier Burroughs
large system job control language named Workflow.) WorkFlo was a C-Shell like scripting language, written by the late John Gilbert, which was used to
automate user interface functions for people using the FileNet system in production environments. An ACM Paper written by William Fisher and John
Gilbert was published in the ACM Conference on Office Automation in 1986 describes the system in more detail. Another similar paper was published
by Dan Whelan in the 1990s which gives an updated view on how the system evolved.
FileNet enhanced the software offerings by launching their "C.O.L.D." (Computer Output to Laser Disc) in 1986. This allowed storing print generated
streams and eliminated having to physically print them on paper. COLD became the industry term describing software which stores standard print
formatted documents (e.g. AFP, Metacode or PostScript) for subsequent retrieval, printing or processing.
12)What are the components must exist prior to create the object store?
The following components must exist prior to creating the object store:
A database
Connection pools and data sources to connect to the database from the application server
Object store folders and nodes ( you can see this tree structure in FEM by selecting any one of object store)
Choice Lists
Contains all of the choice lists that are defined for an object store. A choice list is a list of predefined property values. When added to a class
definition, a choice list presents a list of valid choices, such as a list of states, from which users can select when completing a form.
Document Class
Contains all of the document-related classes that are defined for an object store.
Document Lifecycles
Contains two subfolders, Document Lifecycle Actions and Document Lifecycle Policies, which contain the document lifecycle policies and a
document lifecycle actions that are defined for an object store.
A document lifecycle consists of states a document goes through during its life. Each lifecycle consists of two Content Engine objects: a document
lifecycle policy and a document lifecycle action. A document lifecycle policy is a definition of the document's states. The policy also identifies the
Events
Contains two subfolders, Event Action and Subscriptions, which contain the event actions and subscriptions that are defined for an object store.
A Content Engine event consists of an event action and a subscription. An event action describes the action to take place on an object. A
subscription defines the object or class of objects to which the action applies, as well as which events trigger the action to occur. For example, you
can define an event a that sends an email notification to a system administrator each time a document is deleted.
Export Manifest
A temporary cache or holder that collects the references to all the objects you want to export. The Export Manifest folder and its sub-folders let you
view the objects currently in the export manifest, and enables you to export these objects to an XML-formatted file.
Index Areas
Index areas, which are associated with a particular object store, contain index collections for an object store and are stored in a shared network file
system directory.
Other Classes
Contains all Content Engine classes other than the Document class.
Property Templates
Contains the property templates defined for an object store.
A property template is a "shell" property that you can assign to any number of classes in an object store. A property template has no function or
meaning in the Content Engine object store until it is assigned to a class. During property template creation, you assign attributes including data
type, whether it is a single value or list, and other optional attributes.
Publishing Queue
Publishing is a facility that enables a replica of a document to be made. The replica, known as the publication document, can have its own security
and property settings, as well as have a different format than the original (or source) document. Publishing is useful when you want to make a
document available to customers, but you don’t want them to be able to modify the document.
Publishing Queue lists each publishing request initiated for the associated object store and displays them in the results pane. The results pane
provides the source document, request time, publishing plug-in, and status for each publishing request.
Root Folder
Contains system-level documents—such as the User and Site Preference documents for Workplace users, custom objects, documents, and user-
defined subfolders.
Saved Searches
Displays any saved searches and search templates, as well as sample searches included in the Content Engine AddOn.
Search Results
Enables you to query an object store. Search results appear in the right pane. You can create new queries or load and run predefined queries.
Security Policies
Contains the security policies that are defined for an object store. Security policies allow security administrators to apply access control to large
numbers of documents, folders and custom objects without directly editing the Access Control List (ACL) on each individual object.
Storage Policies
Contains the storage policies that are defined for an object store. Storage policies provide mapping to specific physical storage areas and are used
to specify where content is stored for a given class or object with content (e.g., a document).
Unfiled Documents
Contains "unfiled" documents or custom objects. Documents and custom objects are typically stored in user-defined subfolders under the root folder
node. When you unfile a document or custom object, Content Engine removes the document "shortcut" from the root folder and places it in the
unfiled documents folder. Because the unfiled documents folder is not a subfolder of the root folder, the folder and its contents are not displayed by
Workplace or other FileNet applications.
Document: represents a single document version stored in a document space or folder object.
Document Classification Action: the definition of the object or script which performs auto-classification for a particular document content
type.
Document Lifecycle Action: the definition of the actions taken when a document's lifecycle changes.
Document Lifecycle Policy: the definition of the valid states and transition actions for a document.
Event: represents the parent class for a series of subclasses designed to create the event objects that are captured by audit logging, in
particular Audit Configuration Event class, Object Change Event class, and Retrieval Event class.
Event Action: represents a definition of the actions taken when a subscribed event fires. Event Action is the parent class for Workflow Event
Action.
Folder: represents a container that can hold other objects either directly or referentially, but that cannot contain content data of its own.
Index Area: represents an object which contains the data necessary to perform the content based retrieval. It contains such information as:
disk storage area, area status, site and object store to which the area is associated.
Index Job: represents an object that is used to submit indexing requests for existing documents, annotations, and folders.
Instance Subscription: represents a subscription for events generated by a single object instance.
Property Template: the abstract class for all property template objects.
Security Policy: the class that provides a way to manage individual Access Control Lists for large numbers of documents, folders, and
custom objects that share a common access control policy.
Storage Area: represents the parent class for a series of subclasses designed to describe where content is stored, in particular Database
Storage Area class, File Storage Area class, and Fixed Storage Area class.
Storage Policy: describes how document content is stored (for example, file storage, or database storage).
Verity Index Area: contains the Verity specific information about an index area.
Custom objects share some similarities with document objects, in that they are containable so they can appear in folders, but can be Unfiled so that
they do not appear in folders. Like folders and documents, they can be annotated, copied, deleted, renamed, and you can change their class. Also,
they can be marked as hidden so that they do not appear in folders.
Custom Objects are different from documents in that they cannot be versioned and they do not have content.
Simplifies the entry process for the user. When a choice list contains a large number of values, you can group associated values to help
users find and choose the desired value.
Sites
Virtual Servers
Server Instance
Object Stores
Index Areas
Storage Areas
Content Cache Areas
AddOns
Marking Sets
Fixed Content Devices
You can create an event action using one of the following methods:
Use a Java class that defines the java class path.
Define a code module object that contains the jar or class file that contains the event action class.
32)What is Event Subscription ? List out the different events and their
description?
A subscription defines the object or class of objects to which the action applies, as well as which trigger the action to occur.
Cancel Checkout Triggers an event action whenever a reservation on a document is cancelled. Document
Event
Change Class Triggers an event action whenever the class of an object is changed. Document, folder, or
Event custom object
Change State Triggers an event action whenever the lifecycle state of a document is changed. Document
Event
Checkin Event Triggers an event action whenever a document is checked in. Document
Checkout Event Triggers an event action whenever a document is checked out. Document
Classify Complete Triggers an event action whenever a document has been processed by a classifier. Document
Event
Creation Event Triggers an event action whenever an instance of a class is created and saved. Document, folder, or
custom object
Custom Event Triggers an event action whenever a user-defined custom event is raised. Many kinds of objects
Deletion Event Triggers an event action whenever an object is deleted from the object store. Document, folder, or
custom object
Demote Version Triggers an event action whenever a document is demoted to a minor version. Available only for Document
Event documents that have versioning enabled.
File Event Triggers an event action whenever an object is filed in a folder (including creation of subfolder). Folder
Freeze Event Triggers an event action whenever the Freeze method of a document is called. Document
Lock Event Triggers an event action whenever the Lock method of an object is called. Document, folder, or
custom object
Promote Version Triggers an event action whenever a document is promoted to a major version. Available only for Document
Event documents that have versioning enabled.
Unfile Event Triggers an event action whenever an object is unfiled from a folder (including deletion of Folder
subfolder).
Unlock Event Triggers an event action whenever the Unlock method of an object is called. Document, folder, or
custom object
Update Security Triggers an event action whenever the security of an object is changed. Document, folder, or
Event custom object
For Documents, the following events are auditable in addition to those listed above for all auditable types:
Cancel checkout
Change state (lifecycle)
Checkin
Checkout
Classified
Freeze
Lock/Unlock
Promote/demote version
Publish Request/Publish Complete
Get Content, also applies to Annotation objects
For Folders, the following events are auditable in addition to those listed above for all auditable types:
Object filed in folder including creating a subfolder
Object unfiled from folder including deleting a subfolder
For Object Stores, the following events are auditable in addition to those listed above for all auditable types:
Audit Configuration
Tasks
Browse
Author
General Tools
o Add Document
o Check In Document
o Cancel Checkout
o Add Folder
o Add Custom Object
o Download Application
o Download File Tracker
Advanced Tools
o Add Entry Template
o Add Workflow Subscription
o Add Security Policy
o Publishing Designer
o Search Designer
o Process Designer
o Process Simulation Console
o Process Simulation Designer
Admin
Site Preferences
Process Administrator
Process Configuration Console
41)Explain about Process Administrator : Search for and view workflows, edit workflow data and
properties, and manage workflows.
Step 3 : Select the folder in which the search must take place
Process Designer is the tool use to create a workflow definition, which is an electronic representation of the activities required to accomplish a business
process. A workflow definition consists of:
A graphical map showing the sequences of steps needed to complete the business process. Each step represents a specific activity or task
in the business process.
Specification of each step, including who will complete the step, which step processor the participant will use, which attachments are
required, what data is necessary, what responses the participant can choose, and other options.
Routing logic that specifies how work will advance from one step to the next.
getInstance() : the getInstance method does not populate the property cache. If you want to work with properties, you need to call
the fetchProperties method.
Example :
Example:
Document
An object saved in an object store or library. Documents have properties and security, and may additionally have content, versions, lifecycles, and
subscriptions.
Searches, publishing templates, workflow definitions, preferences files, and most documents added by Workplace and FileNet Site Publisher users are stored
as versionable documents. Documents and searches saved in Content Services libraries can have versions; Image Services documents do not have versions.
eForms (FileNet P8 eForms)
Allows you to add intelligent form documents to your FileNet P8 system. FileNet P8 eForms includes eForms Designer, a browser fill environment, and
form-based Launch Step and General Step processors. FileNet P8 eForms is available if FileNet P8 eForms integration has been configured.
Enterprise Application Integration (EAI)
A FileNet P8 optional component, EAI technologies (called connectors) serve as the common interface between dissimilar applications using the same data
and processes.
Event
Inbox
A folder that contains work (tasks) assigned to a specific user. The web application determines user access to the Inbox:
Workplace users access the Inbox from the Tasks page.
FileNet Web Services users access the Inbox as a folder in Personal Work Manager.
FileNet Open Client users access the Inbox from the Process page.
Isolated region
A logical subdivision of the workflow database that contains both transferred workflows and the data for all active workflows. Work cannot be shared
across or moved between isolated regions. Use isolated regions to separate groups of users as appropriate for the organization.
Launch processor
A step processor designed specifically to complete the launch step of a workflow.
Step processor
An application that provides the information and resources a participant needs to complete a step in a workflow. When a participant opens a work item at
runtime, the step processor displays the necessary instructions, attachments, current field values, response options, or other resources. In a workflow
definition, the workflow author specifies the step processor to use for a particular step.
Launch step
The first step in a workflow. In Process Designer, the launch step is automatically placed on the main workflow map and cannot be deleted or copied.
Participant
A user or group assigned to process work at one or more steps in a workflow.
Process Administrator
A program used to locate, edit, and manage running workflows.
Process Analyzer
A FileNet expansion product (optional component) that supports monitoring and analyzing business processes.
Process Configuration Console
A program used to configure the workflow database and environment.
Process Designer
A program used to create or modify workflow definitions.
Process Engine
The FileNet P8 component that is responsible for workflow execution and management.
Process Simulator
A FileNet expansion product (optional component) that simulates workflows by performing "what-if" scenarios, providing business analysts with important
information that helps streamline business processes.
Process Task Manager
A program used to manage workflow-related processes on various FileNet P8 Platform servers.
Queue
A workflow database table that holds work items. There are four types of queues: user queues, work queues, component queues, and system queues.
User queue
A queue that holds work items waiting to be completed by a user rather than by an automated process. Each user's queue displays as his or her Inbox.
Work queue
A queue holding work items that can be completed by one of a number of users, rather than by a specific participant, or work items that can be completed
by an automated process. The system administrator defines work queues usingProcess Configuration Console.
Component queue
A queue holding work items that can be completed by an external entity that interacts with the workflow via the Component Integrator.
Component Integrator
Native FileNet functionality that makes it possible to interact with an external entity, such as a Java object or JMS messaging system, from a workflow step.
Tracker (application)
A FileNet-provided application used to monitor, manage, and modify the workflows to which you have been assigned as a tracker.
Version
The properties and content associated with an instance of a document in an object store or a Content Services library. A version is created each time a
document is checked out, edited, and checked in. A document version can be designated as a major version or a minor version.
Version status
The state of a version. Minor versions have the status In Process, Reservation, or Superseded. Major versions have the status Released, Reservation, or
Superseded.
Versioning security template
An ACL associated with a particular document version state. Versioning security templates can define ACLs for the four possible version states:
Reservation, Released, In Process, or Superseded. A versioning security template is applied through a security policy. See also application security template.
Work item
A single unit of work, the smallest component of work to be done in a workflow. It is a collection of both data and references to the system information
necessary for processing the data. A work item is transitory; once it has been processed as required, it ceases to exist .
Workflow
Work performed by two or more individuals or resources, serially or in parallel, to accomplish a business process.
A workflow is a running, unique instance of a workflow definition
Workflow definition
An electronic representation of the activities and resources required to accomplish a business process. It acts as a processing template that Process Engine
uses each time the workflow runs, routing the work to the specified participants, along with data, attachments, and other information they will need to
complete the activities.
The workflow definition is maintained in the Process Engine
Workflow roster
A database table that stores the current location of and other information about all workflows. Workflow rosters provide Process Engine with an efficient
way to locate specific workflows.
Workflow subscription
An association between a class or an object and a workflow definition. The subscription can specify which events trigger an automatic launch of the
workflow or if a user must launch the workflow manually. For example, an expense approval workflow could launch automatically when a user adds a new
expense report to an object store.
Workplace
Out-of-the-box web application for users. This application allows users to add documents and other items to an object store, to browse and search for items,
and to run workflows. If allowed by the preference setting, Workplace users can also launch the designer applications.
53)How the authentication and authorization will done in FileNet3.5 and FileNet4.0?
A) In FileNet P8 4.0, authentication (logon security) is separate from authorization (object and process security). Thus, you must configure your JAAS login
on the Content Engine application server so that any user or group that can successfully authenticate to access (log onto) FileNet P8 resources can also be
authorized to work within FileNet P8 interfaces, using Content Engine’s directory service provider's connection.
61)What is security policy and how you will create security policies?
A)Security policies contain security templates, which let you automatically apply security to documents, folders, and custom objects. In the case of
documents, security templates can be associated with one of the several versioning states that documents pass through (Released, Superseded, In Process, or
Reservation). This powerful feature provides efficient application of fine-tuned security across many objects.
To configure it go to Author-->Advanced Tools-->Add Security Policy
Work Queue / Public Queue: These types of queues hold the work items that are processed by one of a group of participants or by an automated process
System Queue: Holds work item that are processed by the system without direct human interaction.
Ex: Timer, Delay
Component Queue: Holds work item that can be completed by external entity that’s interacts with the workflow via component Integrator
First you have to create in Process Configuration Console then go to PTM to attach the external jar file and finally you have to configure it in Workflow.
3) Steps : Create the oracle user, configure the XA and Non-XA data source for that user under WAS , and test the connection
4) Then move on to FEM and create object store by supplying correct data source name. This is applicable to GCD too.
5) If the Object store creation wizard fails, make sure you request DBA to drop /clean that table space and then try.
6) make sure you create a folder called jars on CE server and drop the correct version jdbc driver file and update the WAS env.
Content Engine
Content Engine is designed to handle the heavy demands of a large
enterprise. It is capable of managing enterprise-wide workflow
objects, custom objects, and documents by offering powerful and
easy-to-use administration tools. Using these tools, an administrator
can create and manage the classes, properties, storage, and
metadata that form the foundation of an Enterprise Content
Management system.
Process EngineProcess Engine provides software services for managing all aspects of business processes (also called workflows), such as process
execution, process routing, rules management, process simulation and modeling, and workflow analysis. Process Engine components allow you to
create, modify, and manage workflows implemented by applications, enterprise users, or external users (such as partners and customers).
The preceding diagram includes the following services and management components:
• Process Service – The core of the business process management system. It provides workflow
services on behalf of Process Engine.
• E-mail Notification – Enables automatic transmission of e-mail to users when specified processrelated events occur; e-mail notification can also be
used to track workflows.
• Rules Connectivity Framework – Provides a framework for rules integration. A process designer or
business analyst creates business rules using rules software acquired from another vendor and
associates the rules with the steps of a workflow. When a running workflow encounters a rule, Process
Engine sends a request to the Rules Listener to execute a rule set. Rules Listener executes the rules
in the rule set and returns the results to Process Engine. The rules engine provider must implement a
specific API in order to integrate with Process Engine.
Application EngineApplication Engine is the FileNet P8 component that hosts the Workplace Web application, Workplace java applets, and
application development tools. It is the presentation layer for both process and content. Application Engine protects user credentials passed between
Workplace and Content Engine and, if configured, provides SSL security.
Workplace XTWorkplace XT is an optional FileNet P8 component (similar to Application Engine) that hosts the Workplace XT Web application,
providing access to the process and content functionality of FileNet P8. You can install Workplace XT in addition to or in place of Application Engine.
Workplace XT protects user credentials passed between Workplace XT and Content Engine and, if configured, provides SSL security.
Rendition EngineRendition Engine converts documents from a variety of formats, such as those produced by Office programs (Word, Excel,
PowerPoint) to PDF and HTML formats. Multiple Rendition Engines can be configured to support large numbers of conversion requests.
An application requests that a document be published by submitting a publish request through one of the FileNet P8 APIs. A publish request might
simply create a copy of the document in a new folder, with new security attributes, or it might also transform the document content to another format
(HTML or PDF). The publish request is queued in the Content Engine server. The publishing background task dequeues the publish request and calls
the appropriate publishing event handler. If a format conversion is a part of the publish request, then the handler sends the document to the Rendition
Engine server to perform the necessary transformation.
Form Policy WizardA form policy is an object store document that describes how a particular form is to be used. There are two types of form policies:
one for document forms and one for workflow forms. It is the form policy document that a user clicks when he wants to create a new form.
The form policy wizard is a point-and-click interface within Workplace that allows you to create form policy documents. This interface requires no
coding and allows you to specify many form behaviors including:
• Which form template to display.
• The Entry Template used to store the form data in the object store.
• The mapping of form data to document properties.
• Simple customization of the form window’s interface to add HTML banners and sidebars.
In addition, for workflow policies you can specify:
• Whether the form is the primary content of a step, displayed directly in the step processor user
interface.
• Which pages of the form are to be displayed at a particular step.
81)What is Versioning?
You can create different versions of content to maintain a history of changes and to control which users can change the content at a given time. The
set of versions for a single document is called a version series.
Content Engine supports a two-level versioning scheme, in which a document version is either a major or minor version. Minor versions typically
denote an “in-progress” document, whereas a major version typically denotes a completed document. In addition to version numbers, the system
maintains a state property indicating the current state of each version of the document, as follows:
• In Process – A work in progress version. Only one version of a version series can be in this state.
• Reservation – A document currently checked out for modification. Only the latest version of a version series can be in this state.
• Released – A document released as a major version. Only one major version of a version series can
be in this state.
• Superseded – A version superseded by another version. Many versions in the version series can be
superseded.
82)What is Search?
Content Engine supports property and content-based searching. Key capabilities of search include the
following:
• A single search can span multiple object stores in different databases.
• Workplace users can search for documents, folders, and custom objects. Searches can be designed to
specify multiple folders, including a common folder name used in multiple object stores.
• Content-based searching using IBM FileNet P8 Content Search Engine supports extensive content
search capabilities that account for misspelled words, typographical errors, phonetic searching, word
stem searching, synonym expansion, and wildcard searching.
• Content searches return matches on properties and content.
Search results can optionally be displayed in a “document summary” format, which includes a brief text summary extracted from result documents.
• Search results can be ranked by relevancy.
• Searching makes use of the Autonomy multilingual features.
• Bulk operations can be performed on search results in Enterprise Manager, where the operations can
be scripted, or selected from a set of predefined operations such as delete, cancel checkout, file, unfile, and change security.
• Searches can be created and stored for easy execution of common queries.
• Search templates provide a simple user interface for entering search criteria.
Workplace is the out-of-the-box FileNet P8 Platform end-user web application that provides users with enterprise content management
(ECM) functionality.
It also provides the tools (such as the Process Designer and the Entry Template Wizard) with which business application designers can
access the document management and business process management features of FileNet P8.
The My Workplace page provides a portal view to several Workplace pages at one time and may include a portlet for external web sites.
IBM provides full source code of FileNet Workplace to its customers. This allows the customers to change it the way they want.
1. Document Management
Using Workplace, users can perform a full range of document management tasks, such as adding,
retrieving, updating, versioning (creating different versions of a document), and deleting documents. The following
tasks are easily accomplished in Workplace:
Users can update and modify the properties (metadata) and security of the documents and objects
stored in the FileNet P8 system.
Users can browse for folders, documents, and custom business objects.
Advanced users and administrators can customize Workplace, which might include creating
templates for entering, searching for, and publishing objects.
2. Business Process Management
Workplace supports all areas of business process management.
Users can view, perform, and reroute tasks, and launch and track workflows.
Application developers and business analysts can define and manage business processes and
configure how those processes are launched.
Analysts can examine business processes and perform “what-if” simulations to improve those
processes.
3. Application Development
Developers can use Workplace as a development base for building and testing processes and for
customizing Workplace to add additional functionality.
85) Where to find information about the workflows or work items which are
terminated?
The FileNet Process Administrator allows administrator to search forevents in event logs. The information about the terminated work items
can be found though Process Administrator by search for events.
Please note that PE queues only hold the information about active work items / workflows.
A root class is a class without a parent. FileNet object store has multiple root classes including Document Class,
Annotation, Choice List, Event etc. The ‘Parent Class’ property of these root classes is ‘None’ (as shown in below
screen shot).
The root classes are created automatically during object store creation. Once the root class is created, subclasses
and properties can be added to the object store.
For example, a document subclass can be added under root class (Document Class) by running the Create a Class
wizard from Enterprise Manager.
Except the ‘Document Class’, all other root classes are places under ‘Other Classes’ in Enterprise Manager as shown
in below screen shot:
By default the simple search is available to users. Using simple search users can create customized searches for documents, folders, and
custom objects. The search criteria’s and options can be configured using the Search view of the User Preferences page of workplace.
Both stored searches and search templates are predefined searches configured by administrators using Search Designer tool.
Other facts:
Both search templates and stored searches are created and maintained by administrators who have access rights to Search
Designer, a part of Author Advanced Tools in FileNet Workplace.
Both the searches are stored in an object store and can be modified or deleted later.
A stored search or search template can search any object stores user select as part of the criteria, regardless of where the search
resides.
Search Designer Tool creates and modifies stored searches and search templates that allows Workplace users to run searches.
Below is the screen shot of Search Designer Tool:
Following Java code demonstrates the deletion of a document stored in FileNet Content Engine:
Note: Similar steps can be used to delete other objects in FileNet including folder objects, custom objects etc.
Web services are commonly used by loosely coupled frameworks like service-oriented architecture for connecting components. IBM FileNet
Content Manager provides CEWS for accessing nearly all features available in the CE server.
A Web Services Description Language (WSDL) file is provided by FileNet to use a Web services interface. CEWS clients (stub classes) can
be generated from these WSDL files.
As of release 4.5.0, CE supports three Web services endpoints. The difference is in their handling of content attachments. The SOAP
endpoint (FNCEWS40SOAP) uses inline content and carries significant performance costs. It should therefore be avoided. Support for the
Direct Internet Message Encapsulation (DIME) endpoint (FNCEWS40DIME) is documented as deprecated and will eventually be removed.
Therefore, all new code should be written for the Message Transmission Optimization Mechanism (MTOM) endpoint (FNCEWS40MTOM), and
existing DIME code should be migrated to MTOM as soon as possible.
ie. http://hqdemo1:9080/FileNetEngine
If 'Startup Context' page is displayed, CE is running fine. If CE is not running, user will get message 'The page cannot be found'.
File Store is the physical folder where FileNet stores documents. Multiple File Stores can be created to store documents at two different
places. This type of setup is called File Store Farm.
File Store Policy allows distribution of documents in File Store Farm.
96) In how many databases does FileNet Content Engine (CE) stores data?
FileNet Content Engine (CE) has two or more databases:
1. Global Configuration Database (GCD) database (FNGCDDB)
2. Object Store databases (one or more)
A FileNet P8 domain can contain one or many object stores. Each object store has its own database which could be existing database or
can be created by object store creation wizard in FEM.
97) What happens to the work items when a work queue is deleted from PE?
Process Engine work queue holds the work items. FileNet P8 doesn't provide any easier way to delete a queue.
Queues can be deleted by initializing the isolated region. When a queue is deleted all the work items in it are also deleted.
98) What is the difference between Workplace and Workplace XT? What are the
benefits of using FileNet Workplace XT?
IBM FileNet Workplace is a part of FileNet Content Manager product suite, is an out-of-box web based user interface for FileNet P8
Products.
Most of Workplace XT feature are same as Workplace; however, the procedures user perform to complete an activity are different.
Workplace XT is faster, user friendly and has features like drag and drop to add documents.
IBM launched Workplace XT to compete with documentum and Alfresco, who has similar web interfaces.
While most of the functionalities of Workplace XT are similar to the Workplace, it cannot be considered as product upgrade as Workplace XT
is built using Java Server Faces (JSF) technology.
Workplace XT has better folder structure and nicer way to organize favorites.
Workplace XT does not provide a development environment for customization; however, Workplace continues to provide the Workplace
Application Toolkit and related development tools for Workplace customization.
Note: IBM has plans to release the Workplace XT development tool kit in future releases.
FileNet Workplace XT
A record is a reference to information and provides metadata to manage the information. Records can electronic or physical (i.e.
a document stored in CE or a physical book).
A document which is added to an IBM FileNet P8 content repository, but it is not yet declared as a record is called as ‘document’,
not a record. As soon as the document is declared as a record, we consider the document a record.
Document objects are stored in the Records-enabled content Object Store (ROS) and the corresponding record objects are
stored in the File Plan Object Store (FPOS).
THANK YOU
With regards,
B. Rajendra Prasad,
MCA – 2010,
Email : rajendra_prasad349@yahoo.com