First Previous Next Last Content Management Guide  

CHAPTER 10    Portal Management Console

This chapter describes how to manage content for your Director application using the Portal Management Console (PMC). The PMC provides a powerful graphical interface that allows you to create, maintain, administer, and secure all content for your Director application.

The following topics are covered:

 
Top of page

Using the Portal Management Console

This section describes what tasks you can perform with the PMC and how to access the PMC functions. The following topics are covered:

 
Top of section

Prerequisites for using the PMC

Along with Director, you must install Microsoft Internet Explorer Version 5.5 or higher for running the PMC.

 
Top of section

What you can do with the PMC

You can use the PMC to perform all tasks related to managing content throughout its dynamic life cycle in the Director application. The following diagram presents the recommended order and interaction of these tasks during a typical PMC session:

orderOfOps

For more informationFor more information on how to perform these tasks with the PMC, see these sections:

In addition to the content management (CM) tasks shown in the diagram above, the PMC allows you to import and export documents.

For more informationFor more information on how to import and export documents using the PMC, see Importing and exporting content.

 
Top of section

How to access the PMC

Procedure To access the PMC:

  1. Make sure you have installed Microsoft Internet Explorer 5.5 (or above) as your browser.

  2. Start your application server.

  3. Launch Internet Explorer and enter this URL:

    From within a Director EAR project:

      http://server/database(optional)/myEar/PMC
    

    where server is your application server, database is the Director database. and myEar is your project namespace.

    From within a Director WAR project:

      http://server/database(optional)/myWar/main/pages/PmcFolders.html
    

    where server is your application server, database is the Director database. and myWar is your project namespace.

    From an EAR project the PMC login page looks like this:

    loginPage

    From a WAR project the login page looks like this:

    PortalLogin

  4. Log in by entering your user name and password and then clicking OK.

    NOTE:   Check with your administrator to make sure you have the necessary user privileges for performing the CM tasks assigned to you. For more information, see Managing content security.

    The main PMC page opens in your browser, as described in the next section.

 
Top of section

The main PMC page

When you start up the PMC, the main page appears, as in this example:

pmcConsole

Modes and views

The PMC operates in five modes:

Mode

Icon

What authorized users can do

Content

contentButton2

Set up content infrastructure, and administer and secure content, search for documents

Templates

templatesButton2

Define document types, display styles, and fields—and create content based on these specifications

Tasks

tasksButton2

View, start, and stop automated tasks

Import

importButton

Import content infrastructure, documents, document types, display styles, and fields

Export

exportButton

Export content infrastructure, documents, document types, display styles, and fields

Buttons in the toolbar allow you to easily switch between modes.

By default, the PMC opens in Content mode, displaying your content by container in the content tree view and by document in the document list.

Interactive controls

The PMC consists of the following interactive controls:

 
Top of page

Setting up the required infrastructure

This section describes the order of tasks required for setting up the required parts of the infrastructure, along with associated procedures. The following topics are covered:

NOTE:   Before creating documents for your Director application, you must define the content infrastructure, as described in Subsystem infrastructure.

 
Top of section

Flow of operations

Here is a workflow that illustrates the recommended order of operations for setting up the required parts of the CM subsystem infrastructure:

orderOfOps1ReqInfrastructure

Generally, the task of building this infrastructure is assigned to a system administrator or content administrator who has READ, WRITE, and LIST permissions. For more information about managing security, see Managing content security.

 
Top of section

Creating folders

The folder is a key part of the CM subsystem. Every document must reside in one (and only one) folder, although a single folder can store one or more documents as well as other folders.

Procedure To create a folder:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view.

  3. Select the folder that will house your folder by clicking on the name.

    The name appears highlighted.

  4. Click the New Folder icon, located in the bottom-left panel of the PMC.

    An Untitled folder appears in the content tree view. (You may have to expand the parent folder in the content tree view to make the new folder visible in that view.)

  5. Click Untitled to open the Property Inspector for the new folder.

  6. Fill in the Name and Description fields in the Property Inspector, then click Save.

    NOTE:   The other General fields are filled in automatically by the PMC. You cannot edit them.

  7. Select the Security tab in the Property Inspector and set security for the folder, as described in Managing content security. Click Save to preserve your settings.

  8. Select the folder in the content tree view.

    Your new folder should appear in the content tree view as well as in the content list along with the description, author, and date created.

    Here is an example showing information about a PSAT folder:

newFolderContentList

 
Top of section

Creating document types

A document type is the basic definition of a document. Every document is associated with a document type in the PMC.

The document type is a template that specifies layout styles, fields of information, and document management options—such as whether or not the PMC automatically checks in a document after it is edited.

Procedure To create a document type:

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing any document types that have been defined.

  2. Click the Add button that appears under the Document Types list.

    The Create A New Document Type window appears:

    createDocType1

  3. Specify the basic options, including:

    Option

    Effect

    Auto-Checkin

    If selected, PMC checks in documents automatically after they are edited.

    If not selected, PMC does not check in documents automatically after they are edited

    Auto-Publish

    If selected, PMC publishes the latest version of the content of a document automatically after that document is edited.

    If not selected, PMC does not publish documents automatically after they are edited

    Default Content

    If you select:

    HTML: PMC will always enter content as HTML for documents of this type.

    Binary: PMC will always upload content from an external source for documents of this type.

    Choice: You want to decide at content creation time whether to enter content as HTML or upload content from an external source.

  4. Click Extended Options to specify additional document type behavior.

    The Create A New Document Type window expands:

    createDocType2

    The extended options include:

    Option

    Effect

    Default Folder

    When the PMC creates documents of this type, this folder is specified as the parent folder. You can change the folder when creating the new document.

    Force Folder

    If selected, the folder specified under Default Folder cannot be changed when creating a new document of this type.

    Default Category

    When the PMC creates documents of this type, this category is specified as the parent category. You can change the category when creating the new document.

    Force Category

    If selected, the category specified under Default Category cannot be changed when creating a new document of this type.

    Clean-Up Data

    If selected, when you remove a field from a document type (but leave it available for later use), the PMC deletes the field from legacy documents of that type.

    If not selected, when you remove a field from a document type (but leave it available for later use), the PMC preserves the field in legacy documents of that type but does not allow you to edit the field.

    User Data

    You can use the text box to store additional metadata about the document type (such as notes, procedural instructions, and so on).

  5. Click the Create New Document Type button.

    Your new document type is added to the list.

 
Top of section

Creating fields and adding them to a document type

Fields are application-specific metadata that you define as part of a document type.

You can create custom fields using the PMC or programmatically using the CM API.

NOTE:   You must be a member of the SearchAdmin group to create fields. For more information about users and groups, see the chapter on using the Directory section of the PAC in the User Management Guide.

You assign each field a control type. The control type you select should reflect the way you'd like the content developer to enter information in the document type template. Each control type requires its own set of parameters, which you can specify in the Property Inspector. When fields are created, they are added to a pool of available fields that are shared by multiple document types.

When you add a field to a document type, an equivalent blank field is added to documents of that type that you have already created in the PMC.

This section explains how to create new fields, add existing fields to document types, and specify which fields to display in the Available Fields list.

Procedure To create a new field:

  1. Make sure you are a member of the SearchAdmin group.

    See the procedures described in the chapter on using the Directory section of the PAC in the User Management Guide.

  2. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that have been defined.

  3. Click the document type for which you are going to create a field.

    NOTE:   If you want to create a new document type first, see Creating document types.

    A Content Types panel appears, displaying the currently defined fields in the document type and providing controls for creating new fields or adding existing fields:

    docTypeFields

  4. Click Add in the Content Types panel.

    An Untitled field appears in the Fields pane for the selected document type, and the Property Inspector opens allowing you to specify properties for the new field.

    docTypeFieldProperties

  5. Under Fields, select the control type you want for your field. For example, choices include Textfield, Checkbox, Radio Button, and so on.

    The Property Inspector is context-sensitive and refreshes to display options appropriate for the control type you select. These control types represent HTML control types, and the display options represent the attributes for those control types.

  6. In the Property Inspector, enter an informative name for your field and fill in the other parameters.

  7. Click Update.

    The new field appears in the Fields pane for the selected document type and in the Available Fields pane for other document types to use.

  8. Repeat these steps for as many fields as you want to create and add to the document type.

  9. Click Save in the Fields pane to save the fields in the current document type.

Procedure To add an existing field to a document type:

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that are currently defined.

  2. Click the document type for which you want to add a field.

    NOTE:   If you want to create a new document type first, see Creating document types.

    The Content Types panel appears displaying a pane of available fields:

    fieldsPanels

  3. Add fields to the document type using one of these methods:

Procedure To change the Available Fields display:

  1. Click the down arrow of the dropdown menu labeled Show Fields in Document Type, located under the Available Fields list. A menu appears allowing you to display the fields available for only a particular document type or for all document types:

    docTypeAvailableFieldsOptions

  2. Select a menu option. The Available Fields list refreshes to reflect your choice.

 
Top of section

Writing JavaScript for document types and fields

The PMC enables you to specify JavaScript code for document types and fields. You can specify JavaScript that runs when:

If you code JavaScript for a particular document type, you can access that code when defining JavaScript for individual fields in that document type. For example, if you define a function for the document type, you can call that function on a JavaScript event for a field, such as gaining focus or clicking.

CAUTION:   The PMC does not verify any JavaScript code. You are responsible for verifying that JavaScript written for a document type or field is designed and coded correctly.

Procedure To specify JavaScript for a document type:

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types currently defined.

  2. Click the document type for which you want to specify JavaScript code.

    NOTE:   If you want to create a new document type first, see Creating document types.

  3. Click the Advanced tab. The Advanced Properties window displays:

    advancedProperties

  4. Under JavaScript Event, specify when you want the JavaScript to run during the life cycle of the document. Choices include:

    If you want the JavaScript code to be available to fields in the document type (for example, if you want to define functions that will be called by individual fields), specify Before Page Is Loaded.

  5. Under JavaScript Code, insert the code. For example, here is some JavaScript code containing two function definitions that is to run before the page is loaded:

    advancedPropertiesJavaScript

  6. Click Save to save the JavaScript specification in the current document type.

To code additional JavaScript for other events, repeat this procedure specifying the alternate event(s) in Step 4 and code in Step 5.

Procedure To specify JavaScript for a field:

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that are currently defined.

  2. Click the document type that contains the field for which you want to specify JavaScript code. A list of the fields defined for that type appears.

    NOTE:   If you want to create a new document type first, see Creating document types.

  3. Double-click the field for which you want to specify JavaScript to access the field properties.

  4. Under JavaScript Events, specify when you want the JavaScript to run. Depending on the kind of field (text field, check box, text area, and so on) selected, one or more of these events might be available:

    You can specify different JavaScript code for different events.

  5. In the text box next to the JavaScript Events selection box, type your JavaScript code.

    If you have defined any functions for the document type that contains the field, you can click Available Functions to select from the list of predefined functions. For example:

    docTypeFieldJavaScript

    A template for the function is inserted into the text box. You can then edit the text box.

    For more information    For information about defining JavaScript functions for a document type, see To specify JavaScript for a document type:.

  6. Click Update to save your field properties.

To code additional JavaScript for other field events, repeat this procedure specifying the alternate event(s) in Step 4 and code in Step 5.

CAUTION:   If you create a field that references a function defined in a particular document type and then use that field in another document type, you must redefine the function in the second document type before that function can work.

 
Top of page

Setting up the optional infrastructure

In addition to the required infrastructure such as document types and folders, you can create optional parts of the CM subsystem infrastructure that define display styles and assign categories to content.

 
Top of section

Flow of operations

Here is a workflow that illustrates the recommended order of operations for setting up the optional CM subsystem infrastructure:

orderOfOps3OptInfrastructure

This section provides procedures for performing the following tasks:

 
Top of section

Creating display styles

Display styles specify how to display content for individual document types. The PMC comes with a default display style that it automatically applies to all content unless you override it by creating custom display styles for document types.

For each display style, you can add one or more XSL style sheets that specify how to render content for particular user agents, such as Microsoft Internet Explorer and Netscape Navigator. You must create the XSL specifications in an external XSL editor, then upload the XSL file to a display style in the PMC.

The PMC treats XSL style sheets like documents—by:

Before you can create display styles, the following elements of the content infrastructure must be in place:

Element

For information see

Folder for physically storing XSL style sheets

Creating folders

Document type for defining content structure

Creating document types and Creating fields and adding them to a document type

Instances of the document type(s) for which you want to create a display style

Creating documents

After you complete these tasks, you are ready to:

These procedures are described next.

Procedure To create an XSL style sheet based on existing content:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Click to select the folder that contains the content of interest.

    A list of documents appears in the content list.

  4. Select the document of interest to open its Property Inspector.

  5. Click Preview in the Property Inspector.

    The content opens in a Content Reader window.

    contentExample1

  6. Click View XML.

    The Content Reader refreshes to display the XML code that underlies your content, along with a Show Styled Document button that allows you to redisplay the rendered content.

  7. Copy and paste the XML into an XSL editor and develop an XSL style sheet for the content.

  8. Save the XSL style sheet in an XSL file on your local file system or designated network directory.

Now you are ready to create a display style that will use the XSL style sheet you just created.

Procedure To create a display style:

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that have been defined.

  2. Select the document type for which you are going to define a display style.

    NOTE:   If you want to create a new document type first, see Creating document types.

  3. Click the XSL Style Sheets tab.

    Two panes appear. The Default Display Styles pane lists any display styles that have already been created for the document type, and the Properties pane displays the properties of a selected display style. In the following example, no display styles have been created yet:

    XSLStyleSheetsPanel

  4. Click Create Display Style.

    The Create Display Style window opens:

    createDisplayStyle

  5. Enter a name for the new display style and (optionally) a description; then click Create the Display Style.

    The new display style is added to the Default Display Styles pane.

  6. If you want to designate the display style as the default for the selected document type, select the display style and click Set As Default.

Procedure To upload an XSL style sheet to a display style:

Before performing this procedure, you must create an XSL style sheet in an external editor and store the specification as an XSL file on your network.

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that have been defined.

  2. Select the document type that contains the display style of interest.

    The document type Property Inspector appears.

  3. Click the XSL Style Sheets tab.

    Two panes appear. The Default Display Styles pane lists any display styles that have already been created for the document type, and the Properties pane displays the properties of a selected display style.

  4. In the Default Display Styles pane, select the display style for which you want to add an XSL style sheet.

  5. Click Upload in the Properties pane to upload the XSL style sheet you created externally.

    The Upload Style Sheet window opens:

    uploadStyleSheet

  6. Fill in the fields as follows:

    Field

    What to enter

    Document name

    Name that identifies the XSL style sheet in the PMC

    NOTE:   The PMC uses this name to display the XSL style sheet as a document in Folder View

    Target browser

    A user agent from the dropdown list

    NOTE:   The PMC uses this value to determine which XSL style sheet should render content for specific user agents

    Folder

    Folder where the XSL style sheet should be stored

    XSL file

    XSL style sheet you created for this display style. You can choose one of two options:

    • Browse the network for an external file

    • Select Choose Existing Document to search for an XSL file that has already been uploaded to the PMC

  7. Click Upload The Style Sheet.

    The XSL style sheet is uploaded to the display style. If you expand the display style in the Default Display Styles pane, you will see its list of associated XSL style sheets.

    The XSL style sheet is also uploaded as a system resource to the folder you specified in Step 6.

 
Top of section

Specifying a style sheet for the document type

The properties of a document type can include an XSL style sheet that you can specify on the Advanced tab of the document type properties. This style sheet designation is included in the XML of all documents of this type that you create.

The PMC content creation component uses this style sheet to render the data for that document type.

This style sheet designation is different from the styles and style sheets you can specify in the XSL Style Sheets tab (as described under Creating display styles). Those styles are used when displaying components of the document type in the Content Reader.

Procedure To specify a style sheet for the document type:

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that have been defined.

  2. Select the document type that contains the display style of interest.

    A document type Property Inspector appears.

  3. Click the Advanced tab.

  4. To specify a style sheet document that currently exists in the PMC:

    1. Click Choose Existing Document.

      The Search For A Resource window opens.

    2. Search for a document by name, title, or author by selecting the appropriate radio button, entering identifying information, and clicking the Search button.

      searchForResourceStyleSheet

      This example shows a search for all resources that contain PC in their names.

    3. Select the document from the search results.

      Your choice is reflected under Style Sheet File.

    4. Click Close Window to exit the Search For A Resource window.

  5. To specify an external style sheet:

    1. Click Browse.

      A file selection dialog opens.

    2. Browse to the appropriate style sheet and select it.

      Your choice is reflected under Style Sheet File.

    3. Next to Style Sheet Folder, click the ellipsis.

      The Folder Selection dialog appears.

    4. Navigate to the PMC folder where you want to install the style sheet and click Done.

      Your choice is reflected next to Style Sheet Folder.

  6. Click Save to apply the style sheet specification to the document type properties.

Procedure To remove a style sheet specification from the document type properties:

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that have been defined.

  2. Select the document type that contains the display style of interest.

    A document type Property Inspector appears.

  3. Click the Advanced tab.

  4. Under Document Creation Style Sheet, click Do Not Use Style Sheet.

  5. Click Save to remove the style sheet specification from the document type properties.

 
Top of section

Creating taxonomies

If you plan to set up multiple categories for classifying documents, you may want to group them in a meaningful taxonomy.

For more informationFor more information, see Classifying content.

Procedure To create a taxonomy:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Category View tab.

    Your existing taxonomies and categories appear in the content tree view. (You may have to expand the Default root category.)

  3. Click the New Taxonomy icon, located in the bottom-left panel of the PMC.

    An Untitled taxonomy appears in the content tree view.

  4. Click Untitled to open the Property Inspector for the new taxonomy:

    newTaxonomyProp

  5. Fill in the Name and Description fields in the Property Inspector, then click Save.

    The name of the taxonomy is updated in the content tree view.

  6. Select the Security tab in the Property Inspector and set security for the taxonomy, as described in Managing content security. Click Save to preserve your settings.

 
Top of section

Creating categories

You can create one or more categories for classifying documents within a taxonomy.

For more informationFor more information, see Classifying content.

Procedure To create a category:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Category View tab.

    Your existing taxonomies and categories appear in the content tree view.

  3. Click the name of the taxonomy that will store your category.

    The name appears highlighted.

  4. Click the New Category icon in the bottom-left panel of the PMC.

    An Untitled category appears in the content tree view within the selected taxonomy.

  5. Click Untitled to open the Property Inspector for the new category:

    newCategoryProp

  6. Fill in the Name and Description fields in the Property Inspector, then click Save.

    The name of the category is updated in the content tree view.

  7. Select the Security tab in the Property Inspector and set security for the category, as described in Managing content security. Click Save to preserve your settings.

 
Top of page

Creating content

Content is defined as information that is viewed or downloaded by users of your Director application. It is important to distinguish content from pages, which are managed in the PAC and present the graphical interface that helps users navigate the Web site.

For more informationFor more information, see About the Content Management Subsystem.

The PMC supports content in any format that can be digitized, including HTML and binary content imported from other applications.

Before you can create content for your Director application, the following elements of the content infrastructure must be in place:

Element

For information see

Folder for physically storing the content

Creating folders

Document type for defining content structure

Creating document types and Creating fields and adding them to a document type

Within this infrastructure, you will be able to create content that conforms to the standards your organization has set for structure.

 
Top of section

Flow of operations

Here is the basic task required to create content in the PMC:

orderOfOps2Content

First you create content as documents based on a document type; then you can set up relationships between documents by adding child documents and attachments to a parent document.

In addition, you can set up relationships between documents by adding child documents and attachments to a parent document.

This section describes procedures for:

After the content has been developed, authorized users can add optional parts of the content infrastructure as needed—such as custom display styles, taxonomies, and categories. These procedures are covered in Setting up the optional infrastructure.

 
Top of section

Creating documents

With the PMC, content developers create content in the form of documents that reside in folders. Each document is stored in one (and only one) folder.

When you create documents, you must specify three types of information:

  1. Identifying information—or metadata:

  2. Information required by the fields that are part of the document type

  3. Dynamic content that can be entered either as HTML directly in the PMC, or uploaded from external files

Each time you edit the content of a document, the PMC creates a new version of the document content. The PMC does not create a new version of the document content if you change only the metadata or custom field values but not the content.

If you want to create a document for the purpose of testing your style sheets, you can use the PMC's Auto Create utility, which automatically fills in boilerplate content for you.

This section describes how to:

Procedure To create a document:

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that have been defined.

  2. Select a document type from the list and click Use.

    The Create A New Document window opens:

    createNewDocument

  3. Enter data into any required fields in the General tab (shown above).

    This tab contains the basic document metadata, such as name, title, author, folder that contains the document, any categories that contain the document, and so on.

    NOTE:   Any fields marked with an asterisk are required fields and must be filled in before you can create the document.

  4. Click Custom Fields and enter data for any fields defined for the document type.

    Some example custom fields are shown below:

    createNewDocumentCustomFields

    NOTE:   Custom fields are in some sense required fields in that you must fill in any empty fields before you can create the document. In the example above, you must fill in the Question Text field and select one of the buttons before the PMC can create the document.

  5. Click Content and specify the dynamic content for the document.

    createNewDocumentContent

    The options for entering content depend on the Default Content setting of the document type (as specified under Creating document types):

  6. Click Add the Content at the bottom of the Create A New Document window.

    The document is created in the folder you specified in the General tab.

    For more informationTo view the content you just created, see Previewing content.

Procedure To specify a folder for a new document:

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that have been defined.

  2. Select a document type from the list and click Use.

    The Create A New Document window opens.

  3. Click the ellipsis next to the Folder field.

    The Folder Selector window opens:

    folderSelectorDlog

  4. Navigate to the desired folder, click the folder name, and click Done.

    The name of the selected folder appears in the Folder field of the Create Content window.

  5. Enter other content as needed and click Update the Content.

Procedure To use Auto Create:

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that have been defined.

  2. Select a document type from the list and click Auto Create.

    The Create Content window opens, with most required metadata and fields filled in.

  3. Specify a folder for the document.

  4. Fill in any other content as desired and click Add the Content.

    The document is created in the specified folder.

Using the PMC's HTML Editor

Content developers can enter content as HTML using the PMC's HTML Editor.

The only prerequisite is that you must set the Default Content option to HTML or Choice when creating the document type.

For more information    For more information about specifying document type options, see Creating document types.

When you create or edit content using a document type with one of these settings, the HTML Editor appears in the Content tab of the Create A New Document or Edit Content window:

editDocumentContent

With the PMC's HTML Editor you can:

You can use the HTML Editor to edit the portion of the HTML code that would appear in the <BODY> section, not the entire HTML document. For example, you cannot use the HTML Editor to modify HTML code that would appear in the <HEAD> section of the document.

This section describes how to access and use the PMC's HTML Editor.

Procedure To access the PMC's HTML Editor when creating new documents:

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that have been defined.

  2. Select a document type whose Default Content field equals HTML or Choice.

  3. Click Use.

    The Create A New Document window opens.

  4. Click Content to access the HTML Editor:

    contentEditor

Procedure To access the PMC's HTML Editor when editing existing documents:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Navigate to the document of interest and select it to open its Property Inspector.

  4. In the Property Inspector, select the General tab and click Check-Out.

    The PMC checks out the latest version of the document.

  5. Click the Edit button.

    The Edit Document window appears.

  6. Click Content to access the HTML Editor.

    editDocumentContent

For more informationFor more information about checking documents in and out, see Checking documents in and out.

Procedure To cut, copy, paste, and format text:

Procedure To show HTML code:

Procedure To show rendered text:

Procedure To create a hyperlink:

  1. Position the cursor in the HTML Editor where you want to insert the link.

  2. Click the Create Hyperlink button:

    link

    The Create A Link window opens:

    createLink

  3. Choose the type of link you want to create:

    Type of link

    Description

    Internal

    Link to content that you created in or uploaded to the PMC

    External

    Link to external content

  4. To create an internal link:

    1. Select the Internal radio button.

      The Search For A Resource window opens:

      searchForResource

    2. Search for internal content by name, title, or author by selecting the appropriate radio button, entering the appropriate identifying information, and clicking the Search button.

    3. Select the resource from the search results and click the Close Window button at the bottom of the window.

      A text string linking to the resource appears in the Create A Link window. You can click on the text string to view the resource.

    4. Back in the Create A Link window, enter the display text for the link in the Display field and click Add The Link.

  5. To create an external link:

    1. Select the External radio button.

    2. Enter the display text for the link in the Display field.

    3. Enter the URL of the external content in the URL field.

      NOTE:   You can enter an URL that invokes a servlet to serve up content to your Director application.

    4. Click Add The Link.

Procedure To insert an image:

  1. Position the cursor in the HTML Editor area where you want to insert the image.

  2. Click the Insert Image button:

    insertImage

    The Insert An Image window opens:

    insertImageDlog

  3. Choose the type of image you want to insert:

    Type of image

    Description

    Internal

    Image that you created in or uploaded to the PMC

    External

    Image created outside the PMC

  4. To insert an internal image:

    1. Select the Internal radio button.

      The Search For A Resource window opens:

      searchForResource

    2. Search for an internal image by name, title, or author by selecting the appropriate radio button, entering the appropriate identifying information, and clicking the Search button.

    3. Select the image from the search results and click the Close Window button at the bottom of the window.

      A text string identifying the image target appears in the Insert An Image window.

    4. Back in the Insert An Image window, enter a title for the image in the Title field.

      The title is the hover text that will appear as the cursor moves over the image.

    5. Click Insert The Image.

  5. To insert an external image:

    1. Select the External radio button.

    2. Enter a title for the image in the Title field.

      The title is the hover text that will appear as the cursor moves over the image.

    3. Enter the URL of the external image in the URL field.

    4. Click Insert The Image.

 
Top of section

Creating relationships between documents

The PMC allows you to create two types of relationships between documents:

Relationship type

Description

Parent/child

In this relationship, a parent document can have one or more child documents. This is a one-to-many relationship: each child document can have only one parent, but each parent can have multiple child documents. A typical application of the parent/child relationship is for a discussion thread in which one question can have multiple responses but each response relates to only one parent question.

Parent/attachment

In this relationship, a parent document can have one or more attached documents. This is a many-to-many relationship: each parent document can have more than one attachment, while each attachment can be shared with multiple other parents. A typical application of the parent/attachment relationship is an online bookstore that attaches author documents to its book lists, where multiple books can have the same author.

The definition of document includes not only documents created in the PMC, but also documents that are uploaded to the PMC, such as images and binary files.

This section describes how to add child documents and attachments to a parent document, and how to remove these relationships.

Procedure To add a child document:

Users with READ and WRITE permissions can add children to a document. You can add internal child documents or upload external documents.

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Click to select the folder that contains the content of interest.

    A list of documents appears in the content list.

  4. Select the document of interest.

    A Child Docs tab appears in the document's Property Inspector.

  5. Click Check-Out to check out your document and then select the Child Docs tab.

  6. Select a document, using one of these methods:

    To

    Do this

    Add an internal document

    1. Click Add in the Child Docs pane.

      The Search For A Resource window opens.

    2. Search for a document by name, title, or author by selecting the appropriate radio button, entering identifying information, and clicking the Search button.

    3. Select the document from the search results.

    Upload an external document

    1. Click Upload in the Child Docs pane.

      The Upload A File Attachment window opens.

    2. Browse to the document of interest and select it.

    3. Click Upload.

    The document you select appears as a child of your document in the Property Inspector.

  7. Check your document back in by selecting the General tab, then clicking Check-In.

For more informationFor more information about checking documents in and out, see Checking documents in and out.

Procedure To add an attachment:

Users with READ and WRITE permissions can add attachments to a document. You can attach internal documents or upload external documents.

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Click to select the folder that contains the content of interest.

    A list of documents appears in the content list.

  4. Select the document of interest.

    An Attachments tab appears in the document's Property Inspector.

  5. Click Check-Out to check out your document and then select the Attachments tab.

  6. To attach an internal document (one that has been created in or uploaded to the PMC):

    1. Click Add in the Attachments pane.

      The Search For A Resource window opens.

    2. Search for a document by name, title, or author by selecting the appropriate radio button, entering identifying information, and clicking the Search button.

    3. Select the document from the search results.

      The Attachment Properties window opens.

    4. In the Description text area, enter text about the relationship between the parent document and its attachment (optional).

      This text appears in the XML generated by the PMC Content Reader.

    5. Click Add.

      The document you selected appears as an attachment to your document in the Property Inspector.

  7. To attach an external document:

    1. Click Upload in the Child Docs pane.

      The Upload A File Attachment window opens.

    2. Browse to the document of interest and select it.

    3. In the Description text area, enter text about the relationship between the parent document and its attachment (optional).

      This text appears in the XML generated by the PMC Content Reader.

    4. Click Upload.

      The document you select appears as an attachment to your document in the Property Inspector.

  8. Check your document back in by selecting the General tab, then clicking Check-In.

For more informationFor more information about checking documents in and out, see Checking documents in and out.

Procedure To remove relationships between documents:

To remove the relationship between a parent document and its child or attachment, you need READ, WRITE, and LIST permissions.

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Click to select the folder that contains the content of interest.

    A list of documents appears in the content list.

  4. Select the parent document of interest to open its Property Inspector.

  5. Check out the parent document by clicking Check-Out in its Property Inspector.

  6. Check out the attachment or child document of interest by selecting it in the content list and clicking Check-Out in its Property Inspector.

  7. Select the parent document again and then choose the Attachments or Child Docs tab in its Property Inspector.

  8. Select the attachment or child document of interest in the parent's Property Inspector.

    The Property Inspector refreshes to provide a Remove Relationship button.

  9. Click the Remove Relationship button.

    The attachment or child document disappears from the parent's Property Inspector, but remains in its PMC folder.

  10. Check the parent and child (or attachment) back in by selecting the General tab, then clicking Check-In.

NOTE:   The parent and child (or attachment) must both be checked out to sever the relationship. Otherwise, the Remove Relationship button will not appear. Even after you sever the relationship, the attached file or child document remains in the PMC.

For more informationFor more information about checking documents in and out, see Checking documents in and out.

 
Top of page

Maintaining content

The PMC lets content developers maintain content by revising structure, properties, and display style as often as needed.

 
Top of section

Flow of operations

Here is a workflow that shows the variety of operations available to authorized users who are responsible for maintaining content in the PMC:

orderOfOps4Maintain

This section presents procedures for performing these tasks:

 
Top of section

Previewing content

Users with READ permission can preview documents to get a view of how content will appear to users of the Web site. Using the preview function, document reviewers verify the accuracy, structure, and layout of content before it is published.

Procedure To preview the latest version of content:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Click to select the folder that contains the content of interest.

    A list of documents appears in the content list.

  4. Select the document of interest to open its property sheet.

  5. Click the Preview button.

    The latest version of the document's content opens in the Content Reader window:

    contentExample1

Procedure To preview a specific version of content:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Click to select the folder that contains the content of interest.

    A list of documents appears in the content list.

  4. Select the document of interest to open its property sheet.

  5. Select the Versions tab.

    A list of content versions appears, ordered from most recent to earliest.

    The currently published version of content appears with the published-version icon:

    publishedDocumentIcon

    If no version has been published, all versions appear with the default document icon:

    documentIcon

  6. Click to select a version.

    The version name appears highlighted.

  7. Click the Preview button.

    The selected version of the document's content opens in the Content Reader window:

    contentExample1

    NOTE:   If no version of this document has been published, no dynamic content appears in the Content Reader. Instead, a message appears at the bottom of the Content Reader window indicating that there is no currently published content for the document. For information about publishing content, see Administering version control.

 
Top of section

Editing content

Users with READ and WRITE permission can edit content. Documents must be checked out before they can be modified. The PMC applies edits to the latest version of a document and saves the modifications as a new (later) version.

Procedure To edit content:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Click to select the folder that contains the content of interest.

    A list of documents appears in the content list.

  4. Select the document of interest to open its property sheet.

  5. Click the Check-Out button.

  6. Click the Edit button.

    An edit window appears in which metadata, fields, and dynamic content can be modified.

  7. Edit the content, then click Update the Content.

    NOTE:   To undo your edits, click the Reset button to return the document to its original state.

    The updated content is saved in a new version of the document.

  8. Check the document back in by clicking Check-In.

For more informationFor more information, see Checking documents in and out.

 
Top of section

Modifying properties

Users with READ, WRITE, and LIST permissions can modify the properties of the following CM elements in the PMC:

Procedure To modify properties:

  1. Select the CM element of interest and open its property sheet.

    TIP:   Here's how to access the Property Inspector for each element:

    CM element

    How to access

    Folder

    1. Enter Content mode.

    2. Select the Folder View tab.

    3. Select the folder of interest.

    Taxonomy and category

    1. Enter Content mode

    2. Select the Category View tab.

    3. Select the taxonomy or category of interest.

    Document

    1. Enter Content mode.

    2. Select the Folder View tab.

    3. Expand the folder that contains the document of interest.

    4. Select the document.

    5. Check out the document by clicking Check-Out.

    Document field

    1. Enter Templates mode.

    2. Select a document type that contains the field of interest.

    3. Select the field and click the Properties button.

  2. In the Property Inspector, modify properties as needed.

    NOTE:   Some properties cannot be edited.

  3. Record your changes:

    For

    Do this

    Folders, taxonomies, categories, and documents

    Click Save.

    Document fields

    1. Click Update.

    2. Check the document back in by clicking Check-In.

For more informationFor information about checking documents out and in, see Checking documents in and out.

 
Top of section

Assigning a document's folder, categories, and taxonomies

You can change the folder, categories, and taxonomies anytime for any document for which you have READ, WRITE, and LIST permissions.

Procedure To change a document's folder:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Click the folder that contains the document of interest.

    A list of documents appears in the content list.

  4. Select the document of interest to open its property sheet.

  5. Click the Check-Out button.

  6. Click the Edit button.

    An edit window appears.

  7. Click the ellipsis next to the Folder field.

    The Folder Selector window opens:

    folderSelectorDlog

  8. Navigate to the new folder, click the folder name, and click Done.

    The name of the new folder replaces the old one in the Folder field of the edit window.

  9. Click Update The Content.

  10. Click Check-In.

Procedure To assign a document to categories or taxonomies:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Click the folder that contains the document of interest.

    A list of documents appears in the content list.

  4. Select the document of interest to open its property sheet.

  5. Click the Check-Out button.

  6. Click the Edit button.

    An edit window appears.

  7. Click the ellipsis next to the Categories field.

    The Category Selector window opens:

    categorySelectorDlog

  8. Navigate to the appropriate category or taxonomy and click the name.

    The name of the new category appears in the Categories field of the edit window.

    You can click additional categories and taxonomies to add the document to them.

    If you click a category or taxonomy that already contains the document, that document is removed from that category or taxonomy. (In the Edit Document dialog, this is reflected by removing the name from the Categories listing.)

  9. When you have finished specifying categories and taxonomies, click Done.

    The Category Selector window closes and your choices are reflected in the Categories listing.

  10. Enter other content as needed and click Update and Close.

    The Edit Document dialog closes.

  11. In the Content Property Inspector, click Check-In.

Procedure To change a document's categories or taxonomies:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Category View tab.

    Your existing taxonomies and categories appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Click the category or taxonomy that contains the document of interest.

    A list of documents appears in the content list.

  4. Select the document of interest to open its property sheet.

  5. Click Check-Out.

  6. Click Edit.

    An edit window appears.

  7. Select the ellipsis next to the Categories field.

    The Category Selector window opens:

    categorySelectorDlog

  8. Navigate to the desired category or taxonomy and click the name.

    The name of the new category appears in the Categories field of the edit window.

    You can click additional categories and taxonomies to add the document to them.

    If you click a category or taxonomy that already contains the document, that document is removed from that category or taxonomy. (In the Edit Document dialog, this is reflected by removing the name from the Categories listing.)

  9. When you have finished specifying categories and taxonomies, click Done.

    The Category Selector window closes and your choices are reflected in the Categories listing.

  10. Click Update The Content.

  11. Click Check-In.

 
Top of section

Modifying display styles

Authorized users can modify a display style by uploading changes to its XSL style sheets. The PMC stores these updates as new versions of the style sheets. Users then publish the version they want to apply to content.

This section describes the procedure for modifying style sheets in a display style.

NOTE:   Before you begin, make sure you have updated the style sheet in an external editor and can access the file containing these modifications from your local file system, the network, or the PMC.

Procedure To modify a display style:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Navigate to the folder that contains the XSL style sheet you want to modify.

    NOTE:   Style sheets appear as system resources.

  4. Select the style sheet of interest to open its property sheet.

  5. Click the Check-Out button.

    The style sheet is checked out and appears with the checked-out document icon:

    documentCheckedOutIcon

  6. Switch to Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that have been defined.

  7. Select the document type that contains the display style you want to change.

    A document type Property Inspector appears.

  8. Click the XSL Style Sheets tab.

    Two panes appear. The Default Display Styles pane lists the display styles that have been created for the document type, and the Properties pane displays the properties of a selected display style.

  9. In the Default Display Styles pane, expand the display style you want to modify to display its associated XSL style sheets.

  10. Select the style sheet you want to modify and click Upload.

    The Update Style Sheet window opens:

    updateStyleSheet

  11. Enter the name of the updated XSL style sheet using one of these methods:

    A new version of the XSL style sheet is created.

  12. Enter Content mode by clicking the Content button in the toolbar.

    The style sheet document should still be selected with its Property Inspector open.

  13. Check the style sheet back in by clicking Check-In.

For more informationFor more information about checking documents in and out, see Checking documents in and out.

NOTE:   To apply the updated style sheet to content, you must publish the new version, as described in Administering version control.

 
Top of section

Editing document types

Authorized users can edit document types. All changes apply to legacy documents as well as new documents of the designated type.

Procedure To edit document types:

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that have been defined.

  2. Select the document type you want to modify and click Edit.

    The Edit This Document Type window opens:

    editDocType1

    Click Extended Options to view and change additional document type options.

  3. Edit fields and options as needed.

    For more information    For details about the individual options, see Creating document types.

  4. Click Update Document Type.

 
Top of section

Editing document fields

Authorized users can edit fields, but only from within the document types where the fields were originally created.

Procedure To edit document fields:

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that have been defined.

  2. Select the document type in which the field was created.

    The fields defined for that document type appear along with the list of all available fields.

    NOTE:   The Available Fields list displays the parent document type in parentheses next to each field. Use this information to verify that you are editing the field in its parent document type.

  3. Select the field you want to edit and click Properties.

    The Property Inspector opens.

  4. Edit the properties of the field as desired and click Update.

 
Top of section

Setting document expiration dates

There are occasions when a content administrator needs to set an expiration date for documents that have a limited life span. The PMC allows users with WRITE privileges to set or change this date anytime after the document is created.

When expiration dates are set, developers can write queries in components to remove expired content, or write a scheduled business object to check expiration dates and take specified actions if content is obsolete.

Procedure To set the expiration date of a document:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Click to select the folder that contains the document of interest.

    A list of documents appears in the content list.

  4. Select the document of interest to open its Property Inspector.

  5. Click the Check-Out button.

  6. In the Expiration Date field, enter an expiration date of the form:

      YYYY-MM-DD HH:MM:SS
    
  7. Click Save.

  8. Click the Check-In button.

For more informationFor more information about checking documents in and out, see Checking documents in and out.

 
Top of section

Deleting content

Authorized users can delete the following CM elements in the PMC:

Deleting folders

When you delete a folder, all folders and documents it contains are also deleted.

Procedure To delete a folder:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Select the folder of interest to open its Property Inspector.

  4. Click Delete.

  5. When a confirmation window appears, click OK.

    The PMC deletes the folder and all its contents.

Deleting taxonomies and categories

When you delete a taxonomy or category, all categories it contains are also deleted. Documents are always retained in their parent folder, even if their assigned taxonomies or categories have been removed.

Procedure To delete a taxonomy or category:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Category View tab.

    Your existing taxonomies and categories appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Select the taxonomy or category of interest to open its Property Inspector.

  4. Click Delete.

  5. When a confirmation window appears, click OK.

    The PMC deletes the taxonomy or category and all of its contents.

Deleting documents

You must check out a document before you can delete it. When you delete a document, all versions are removed.

Procedure To delete a document:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Navigate to the document of interest and select it to open its Property Inspector.

  4. In the Property Inspector, select the General tab and click Check-Out.

    The Property Inspector refreshes to display new function buttons.

  5. Click Delete.

  6. When a confirmation window appears, click OK.

    The PMC deletes all versions of the document.

For more informationFor more information about checking documents in and out, see Checking documents in and out.

Deleting display styles

When you delete a display style, the PMC also removes all XSL style sheets that have been created for that display style.

Procedure To delete a display style:

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that have been defined.

  2. Select the document type that contains the display style to delete.

  3. Select the XSL Style Sheets tab.

    A list of the document type's display styles appears in the Default Display Styles pane.

  4. Select the display style you want to delete.

  5. Click Delete under the Properties pane.

  6. When a confirmation window appears, click OK.

    The PMC deletes the display style and all of its XSL style sheets.

Deleting document types

When you delete a document type, the PMC also removes all documents that have been created using that document type.

There is another side effect of deleting document types: any fields that were created within that document type are adopted by a new parent—the system document type—that appears in the Document Types list as _PmcSystemDefaultType.

Once adopted, these fields remain part of the available pool of fields but can be edited only from within _PmcSystemDefaultType. You can easily identify adopted system fields: they appear in the Available Fields pool with the suffix --System Field appended to their names.

In the following example, Multiple Choice is an adopted system field:

systemDocType

Procedure To delete a document type:

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that have been defined.

  2. Select the document type to delete.

  3. Click Delete under the Document Types pane.

  4. When a confirmation window appears, click OK.

    The PMC deletes the document type and all documents that have been created using that document type.

Deleting document fields

There are two ways to delete document fields

From the PMC   You can delete document fields permanently from the PMC, but only from within the document types where they were originally defined. When you delete a field from the PMC, the field is removed from all existing documents in which it appeared and from the pool of available fields.

CAUTION:   Although this is a convenient way of applying one deletion to multiple documents, be aware that the effect is global and irreversible.

Procedure To permanently delete a document field from the PMC:

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that have been defined.

  2. Select the document type for which the field was defined.

  3. Select the field in the Available Fields pane.

  4. Click Delete under the Available Fields pane.

  5. When a confirmation window appears, click OK.

    The PMC deletes the field from the Available Fields pane and from all documents that have been created using document types that contain the field.

From the parent document type    You can delete document fields from the document types where they were originally defined but leave them in the available pool of fields for later use. Once a field is removed from its parent document type, it is adopted by the system document type _PmcSystemDefaultType. You can then add the field to any document type, but edit it only from the system document type.

What happens to legacy documents when you remove a field from its parent document type? There are two scenarios:

If you

The PMC

Selected the Clean-Up Data option in the parent document type

Deletes the field from legacy documents of the designated type

Did not select the Clean-Up Data option in the parent document type

Preserves the field in legacy documents of the designated type, but does not allow you to edit the field

NOTE:   You will see the legacy field when you preview the document, but not when you edit the document.

For more informationFor more information about the Clean-Up Data option, see Creating document types.

Procedure To delete a document field from a document type:

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that have been defined.

  2. Select the document type for which the field was defined.

  3. Select the field in the Fields pane and click the Remove Field button:

    removeFieldsButton

    The field is removed from the Fields pane and refreshes in the Available Fields pane as a system field.

  4. Click Save.

 
Top of page

Administering content

In organizations responsible for developing and maintaining Director applications, CM is a dynamic process that often involves multiple users interacting concurrently with a shared set of files within a common infrastructure.

To preserve the integrity of data in this type of environment, the PMC provides a number of safeguards for effectively administering content:

This section describes how to check documents in and out and administer version control.

 
Top of section

Flow of operations

Here is a workflow that illustrates the recommended order of operations for administering content in the PMC:

orderOfOps5Administer

 
Top of section

Checking documents in and out

To prevent concurrent access to documents in a multiuser environment, the PMC provides checkin and checkout capability to users with READ, WRITE, and LIST permissions—typically the users who are content developers and administrators.

Authorized users must check out documents before they can make any changes to the content, including:

These rules also apply to XSL style sheets, which when uploaded to the PMC are managed in the same way as documents that are created in the PMC.

This section describes what happens during checkin and checkout and explains how to perform the following tasks:

What happens during checkout

Checking out a document locks it, preventing other users from modifying the content. Users with READ permission can preview the currently published content of checked-out documents.

The PMC marks checked-out documents for easy identification with a checkmark icon and displays the name of the user who has locked the content. In the following example, the document PSAT3 has been checked out by user administrator:

checkedOutDoc

In this example, the user dba now becomes the owner of the document and the only user with authorization to save, delete, edit, and check in the document. If other users try to access PSAT3, they will not see the Save, Delete, Edit, or Check In buttons on the property sheet—even if they have WRITE permission for PSAT3—and they will only see the Preview button if they have READ permission for PSAT3.

When a document is checked out, the latest version is locked for editing by the owner. The only way to modify an earlier version of a document is to roll back to that version, as described in Administering version control.

Using the Check-Outs View   The Content tab contains a Check-Outs View that displays checkouts for either the current user or other users. Here is a sample Check-Outs View display, with a single file checked out to the current user:

checkOutsView

Using the Check-Outs View, you can:

What happens during checkin

When a document is checked in by its owner, any content modifications are saved as a new version, accessible from the Versions tab in the document's property sheet. Other authorized users are then free to check out the document for editing and will get the most up-to-date version of the content.

Content administrators can implement an automatic checkin feature when they create document types. When this feature is enabled, the PMC automatically checks in any document of the specified type after it is edited.

Procedure To check out a document:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Navigate to the document of interest and select it to open its Property Inspector.

  4. In the Property Inspector, select the General tab and click Check-Out.

    The PMC checks out the latest version of the document, indicating who has locked the content and changing the document icon to the checked-out icon:

    documentCheckedOutIcon

Procedure To check in a document:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Navigate to the checked-out document of interest and select it to open its Property Inspector.

  4. In the Property Inspector, select the General tab and click Check-In.

    The PMC checks in the document, making the most current version of the content available for other users to edit.

Procedure To enable automatic checkin for an existing document type:

This option is available only to administrators.

NOTE:   You can also set this parameter when you create a new document type, as described in Creating document types.

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that have been defined.

  2. Select the document type for which you want to set automatic check-in, and click Edit.

    The Edit This Document Type window opens:

    editDocType1

  3. Check the Auto-Checkin check box and click Update Document Type.

    When you edit a document of this type, the PMC automatically checks in your modifications.

 
Top of section

Administering version control

The PMC provides version control to systematically maintain a history of changes to documents and ensure that the correct content is published. The version control system allows administrators with PUBLISH privileges to perform the following tasks:

Task

Description

Publish

Approve the designated content version and make the content available for viewing by other users with appropriate permissions. The published version of a document is the content that is returned by the method getContent().

Unpublish

Hide the designated version from public view.

Roll back

Delete all versions of content created after a selected version.

By default, you receive the latest version of content when you check out and edit a document in the PMC. If you want to revert to and modify earlier content, you can roll back to a previous version. Rolling back deletes all later versions of content and sets the target version as the most current.

You must check out a document before you can publish, unpublish, or roll back versions of that document. If you have not checked the document out, you can only preview versions of the content.

Any user who opens a document will see a Versions tab in the document's Property Inspector. Here is an example of what the Versions panel looks like:

versionsPanel

In this example, any user who selects the document PSAT1 can preview its two versions.

Users with PUBLISH permission can check out PSAT1 and gain the ability to publish, unpublish, and roll back versions, as shown in the refreshed Property Inspector:

versionControlFunctions

Content administrators can also implement an automatic publish feature when they create document types. When this feature is enabled, the PMC automatically publishes the content of any document of the specified type if that content is changed.

This section explains how to perform the following version control tasks:

Procedure To publish a version:

You can publish any version, even if it is not the latest. The PMC allows only one version of a document to be published at any given time.

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Navigate to the document of interest and select it to open its Property Inspector.

  4. In the Property Inspector, select the General tab and click Check-Out.

    The PMC checks out the latest version of the document.

  5. Select the Versions tab, then select the document version you want to publish.

  6. Click Publish.

    The PMC publishes the version you selected, marking it with the published-version icon:

    publishedDocumentIcon

  7. Return to the General tab and click Check-In.

    The published version cannot be edited, even when the document is checked out.

Procedure To unpublish a version:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Navigate to the document of interest and select it to open its Property Inspector.

  4. In the Property Inspector, select the General tab and click Check-Out.

    The PMC checks out the latest version of the document.

  5. Select the Versions tab, then select the published version you want to unpublish.

    Published versions appear with this icon:

    publishedDocumentIcon

  6. Click Unpublish.

    The PMC unpublishes the version you selected, marking it with the default document icon:

    documentIcon

  7. Return to the General tab and click Check-In.

Procedure To roll back to a previous version:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Navigate to the document of interest and select it to open its Property Inspector.

  4. In the Property Inspector, select the General tab and click Check-Out.

    The PMC checks out the latest version of the document.

  5. Select the Versions tab, select the version you want to roll back to, and click Rollback.

  6. When a confirmation window opens, click OK.

    The PMC deletes all versions created after the selected version—even if one of these later versions was already published. The selected version becomes the latest version.

  7. Return to the General tab and click Check-In.

Procedure To enable automatic publish:

Only users with administrative privileges can implement this feature. Enabling automatic publish produces the following effects:

Procedure To enable automatic publish:

  1. Enter Templates mode by clicking the Templates button in the toolbar.

    A panel appears listing all document types that have been defined.

  2. Select the document type for which you want to set automatic checkin, and click Edit.

    The Edit This Document Type window opens:

    editDocType1

  3. Check the Auto-Publish check box and click Update Document Type.

    When you edit and save a document of this type, the PMC automatically publishes your modifications as a new version of the content. This latest version becomes the published version, regardless of whether an earlier version was already published or no earlier versions were published.

NOTE:   You can also enable automatic publish when you create a new document type, as described in Creating document types.

Procedure To set publish dates:

The PMC does not automatically set publish dates, although content administrators with WRITE privileges can set publish dates manually anytime to mark documents for publication. After that, developers can write scheduled business objects that publish documents based on these dates.

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Navigate to the document of interest and select it to open its Property Inspector.

  4. In the Property Inspector, select the General tab and click Check-Out.

    The PMC checks out the latest version of the document.

  5. In the Publish Date field, enter a publish date of the form:

      YYYY-MM-DD HH:MM:SS
    
  6. Click Save to record the date.

 
Top of page

Managing content security

The PMC allows administrators—and other users with PROTECT privileges—to control access to CM elements. Administrators can assign users and groups various levels of access permission on an element-by-element basis to the following types of content:

When users with PROTECT privileges open one of these CM elements in the PMC, they will see a Security tab in the Property Inspector. The Security tab displays controls for assigning levels of access to the selected CM element.

For example, here is what the Security tab looks like after assigning the ContentAdmins Group WRITE access to the document PSAT1:

securityWriteEx

The PMC provides security-sensitive controls as part of its user interface. It gives you only those CM capabilities that are permitted by the security privileges assigned to you for each CM element.

For example, if you have WRITE privileges for all documents, you can check out and edit any document in the PMC. However, if you do not have WRITE privileges for documents in a confidential folder, you will never see Edit and Check-Out controls in the property sheets of documents residing in that folder.

 
Top of section

Flow of operations

Here is the basic task for securing content in the PMC:

orderOfOps6Secure

This section explains how to manage security in the PMC and includes the following topics:

 
Top of section

Permissions for content access

Administrators with PROTECT privileges can assign users various levels of content access based on their roles in the organization.

The PMC allows authorized users to assign the following access permissions:

Permission

Allows you to

READ

View any data and/or metadata associated with the designated CM element, for example preview a document or view the metadata associated with a folder

WRITE

Create, modify, and save the designated CM element

PROTECT

Set security on a designated CM element

LIST

View lists of documents in a folder or category

NOTE:   This permission applies to folders or categories only, not to documents.

PUBLISH

Publish a document

NOTE:   This permission applies to documents only, not to folders or categories.

While each of these access permissions is assigned to CM elements individually (as described in Setting security on CM elements), it is not necessary to explicitly set access permissions on each element. A CM element can inherit access permissions from its parent element.

For more informationFor more information on setting CM element permissions through inheritance, see Cascading security.

 
Top of section

User permissions required for CM operations

The following table describes which permissions are required for performing specific CM operations in the PMC:

Element

Operation

Permission

Document

View content or metadata

READ

Modify content or metadata

WRITE

Publish

PUBLISH

Set security

PROTECT

Folder

View metadata

READ

Modify folder metadata

Add subfolder

Add document

WRITE

List contents

LIST

Set security

PROTECT

Category

View metadata

READ

Modify category metadata

Add subcategory

Add document

WRITE

List contents

LIST

Set security

PROTECT

Field

View metadata

READ

Modify metadata

WRITE

Set security

PROTECT

Document type

View metadata

READ

Modify metadata

WRITE

Set security

PROTECT

List fields that belong to the document type

LIST

Layout style

View metadata

READ

Modify metadata

WRITE

Set security

PROTECT

For more informationTo learn how to give users and groups levels of access to individual CM elements, see Setting security on CM elements.

 
Top of section

Cascading security

Generally, security settings cascade from parent to child in the hierarchical relationships of CM elements. The following content hierarchies exist in the PMC:

Inherited security   When a new child is created in either hierarchy, it inherits the parent's security settings. Child elements can also inherit changes to a parent's access permissions, but you must explicitly enable this behavior, as described in Setting security on CM elements.

 
Top of section

Setting security on CM elements

Users with PROTECT privileges can set security on the following CM elements:

Procedure To set security on documents and folders:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Folder View tab.

    Your existing folders appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Navigate to the folder or document of interest and select it to open its Property Inspector.

  4. Select the Security tab.

  5. Select a permission from the dropdown list.

  6. Assign this permission to the appropriate users and groups by following these steps:

    To

    Do this

    Assign individual users and groups

    1. Select users or groups one at a time from Available Users.

    2. Click the single-arrow button to move each selection to Selected Users.

    NOTE:   You cannot multiselect users and groups from Available Users.

    Assign all users and groups

    Click the double-arrow button.

    NOTE:   All groups move from Available Users to Selected Users.

  7. To allow existing children of the selected folder to inherit the new security setting, check Apply Security To Existing Children.

    NOTE:   This option is available only to administrators.

  8. Click Save.

Procedure To set security on categories and taxonomies:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Category View tab.

    Your existing categories and taxonomies appear in the content tree view. You may need to expand some of these containers to see the complete view.

  3. Navigate to the category or taxonomy of interest and select it to open its Property Inspector.

  4. Select the Security tab.

  5. Select a permission from the dropdown list.

  6. Assign this permission to the appropriate users and groups by following these steps:

    To

    Do this

    Assign individual users and groups

    1. Select users or groups one at a time from Available Users.

    2. Click the single-arrow button to move each selection to Selected Users.

    NOTE:   You cannot multiselect users and groups from Available Users.

    Assign all users and groups

    Click the double-arrow button.

  7. To allow existing children of the selected folder to inherit the new security setting, check Apply Security To Existing Children.

    NOTE:   This option is available only to administrators.

  8. Click Save.

 
Top of page

Searching content

The search facility of the PMC uses the Autonomy search engine (DRE). The Autonomy DRE uses conceptual pattern matching, which is a more sophisticated form of searching than keyword-based full-text searching.

 
Top of section

Preparing to use the PMC search facility

Before you can use the search facility in the PMC, you must:

After you have configured you environment for the Autonomy DRE and configured the search options for you project, you can use the search facility in the PMC.

 
Top of section

Using the search facility in the PMC

Procedure To perform a search in the PMC:

  1. Enter Content mode by clicking the Content button in the toolbar.

  2. Select the Search View tab.

  3. In the Search Pane:

    1. Enter the word or phrase you want to search for in the Search Text box.

    2. (Optional) Set any other search options you want to use to refine your search. See Search options.

    3. Click the Search button:

      searchButton

The Search view   In the Search view:

If you are not getting the results you expect   If the search facility is not finding documents you expect it to find:

 
Top of section

Search options

In the Search Pane, you can set a number of options to refine your search:

searchPane

The following table explains how to use the search options:

Option

How to use the option

Search Text

Enter the word or phrase you want to search for.

Query Type

Select the type of search you want to perform:

  • Conceptual or keyword search (the default)—When this type is selected, the DRE uses conceptual pattern matching by default.

    If you use semicolon notation (for example silk;+worm;) the search engine performs a keyword search based on the number of occurrences of the terms, rather than on their conceptual relevance.

  • Proper Name Search—When this type is selected, the search engine treats the search text as a proper name, and performs a conceptual search on that basis.

Min. weight

Enter the minimum weight for a document to be displayed in the Content List.

The weight of a found document is a measure of its relevance to the search text. The search engine assigns a percentage value to each document, with 100% representing the greatest possible relevance.

Max. number of results

Enter a number that specifies the greatest number of documents you want to be displayed in the Content List.

Sort by

Select a sort order from the dropdown list. The available choices are:

  • weight (the default)

  • date

  • weight and date

Search Within Date Range

Select the Search Within Date Range check box if you want to restrict the search to documents created within a specified time period. For both the From and To dates, enter the day, month, and year in the corresponding text boxes.

Batch Mode

Check the Batch Mode check box if you want a subset of the found documents to appear in the Content List.

When using batch mode, it is helpful to think of the full set of found documents as an array, ordered according to the sort order you indicate in the Sort by box.

The documents that are displayed are selected from the full set of found documents, based on the numeric values you enter in the Start and Size boxes:

  • Start—Specifies the position of the first document (from the full set of found documents) to be displayed in the Content List. Like array elements, the order of the documents in the full set of found documents begins with 0.

  • Size—Specifies the total number of documents you want to be displayed in the Content List, beginning with the document specified by the Start value.

Example    You perform a search without using batch mode that returns six documents. Then you repeat the search in batch mode, indicating a Start value of 1 and a Size value of 3.

The search now returns the second, third, and fourth documents from the original set of found documents, based on the order in which they initially appeared in the Content List.

Field Search

Enter a field search expression.

The syntax of a field search expression is:

  fieldname1=value1 operator fieldname2=value2 ...

where:

  • fieldname is the name of an extension metadata field you have created, or one of these standard metadata fields:

    AUTHORCONTENTSIZECREATEDDOCABSTRACTDOCIDDOCNAMEDOCTYPEIDDOCTYPENAMEEXPIRATIONDATEFOLDERIDLOCKEDBYMIMETYPEPARENTDOCIDPUBLISHDATEPUBLISHSTATUSSTATUSSUBTITLETITLEUPDATETIME

  • value is the field value you are searching for

  • operator is one of:

    ANDOR

Example    If you want to limit your search to all HTML documents written by user admin, the field search expression you would use is:

  author=admin AND mime-type=text/html

Suggest More

If you want to find documents related to a document that was found by previous search, select that document in the Content List and click the Suggest More button.

The list of documents found by the previous search is replaced by a list consisting of the selected document and any related documents.

 
Top of page

Importing and exporting content

This section describes how to import and export content using the PMC.

For more information    For background information about how the functions work and how to customize the import and export functions, see Importing and Exporting Content.

 
Top of section

About the import and export facilities

The PMC allows you to export CM data from your repository, beginning from any point in the Content Tree. You can also export the entire contents of a CM system from the toolbar.

Similarly, the PMC allows you to import CM data at any point in the Content Tree, or the entire contents of a CM system from the toolbar.

Uses for the import and export facilities include:

Importing and exporting CM infrastructure   It is also possible to export and import all or part of the supporting infrastructure of your CM subsystem, such as fields or document types.

Import and export archives   When you export CM data from the PMC, it is stored in a ZIP file that serves as a structured export archive. When you import CM data using the PMC, it must be imported from a ZIP file that follows the same structure as the export archive. When you import CM data that has been exported from a CM repository, you import directly from the export archive.

 
Top of section

Summary of PMC import and export behavior

Here is what happens when you export or import CM data, depending on the starting point for the operation:

Starting point

Export:

what goes into the ZIP file

Import:

where the contents of the ZIP file are placed

Toolbar

The entire contents of the CM subsystem including:

  • The Content Admin element

  • Taxonomies

  • Categories

  • Display styles

  • Document types

  • Fields

  • Folders

  • Documents

  • Document versions

OR

A subset of the CM subsystem, as specified by a document export descriptor (DED)

The Default folder

Repository Property Inspector

All folders, documents, document versions, fields, and document types contained in the repository

The Default folder

Folder Property Inspector

The selected folder and all of its contents, including:

  • Documents and associated versions, fields, and document types

  • Subfolders of the selected folder, and their contents

The selected folder

Content Property Inspector

All versions of the selected document, plus any document type and fields associated with it

Not applicable

For more informationFor more information on what goes into the export archive and how the archive is structured, see Structure of the data import or export archive.

 
Top of section

Exporting content

This section explains how to export CM data from the toolbar and the Property Inspectors.

NOTE:   Before you export data, be sure to review the section Best practices and prerequisites.

Exporting from the toolbar

The Export button on the toolbar allows you to export the entire contents of your CM subsystem, or to perform a customized export using a descriptor file called the data export descriptor (DED).

Procedure To export content from the toolbar:

  1. Click the Export button on the PMC toolbar.

    The Export Pane displays:

    exportAll-1

  2. Choose Export using a specific Data Export Descriptor.

  3. Click the Browse button and navigate to the DED file you want to use for this export.

  4. Click the Export button.

  5. Click OK in the question box that appears:

    exportAll-2

  6. In the File Download dialog, click Save:

    exportAll-3

  7. In the Save As dialog, navigate to the folder where you want to store the export archive, give the archive file a unique name, and click Save.

    exportAll-4

    For more informationFor more information about the archive, see Structure of the data import or export archive.

Exporting from a Property Inspector

Procedure To export content from a Property Inspector:

  1. Enter Content mode by clicking the Content button on the PMC toolbar.

  2. Select the starting point for the export by doing one of the following:

    OR

    OR

  3. Click the Export button in the Property Inspector.

  4. Follow Step 5, Step 6, and Step 7 in To export content from the toolbar: to name and save your export archive.

For more informationFor a description of the contents of the export archive file, see Structure of the data import or export archive.

Customizing exports

You can configure and customize the export process by editing the DED.

For more informationFor more information, see Customizing imports and exports.

 
Top of section

Importing content

This section describes the import process and explains how to import data into your CM subsystem from the toolbar and the Property Inspectors.

NOTE:   Before you import data, be sure to review the section Best practices and prerequisites.

If you want to import data that was not previously exported from a CM repository, you can do this manually by assembling an import ZIP file, or programmatically using the CM API. For more information, see Customizing imports and exports.

If you are importing data that was previously exported from a CM repository—for example, as part of a moving or copying process—you import directly from the export archive so that the archive will automatically follow the required structure.

Configuring the import process

Unlike with exporting content (when you can configure the process only from the toolbar), when you are importing content you can configure the process regardless of the starting point. You do this by adding a data import descriptor (DID) to the import archive file or editing the existing file before performing the import.

NOTE:   When you are importing previously exported CM data, the import archive will always contain a DID (called contentmgmt_did.xml) in the contentmgmt-inf folder.

For more informationFor more information about the DID, see About the data import descriptor.

Importing from the toolbar

The Import button on the toolbar allows you to import CM data from an import archive into the Default folder of a repository.

Procedure To import content from the toolbar:

  1. Click the Import button on the PMC toolbar.

    The Import Pane displays:

    importAll-1

  2. Click the Browse button.

  3. In the Choose File dialog, browse to the import archive you want to use and click Open:

    importAll-2

  4. In the Import Pane, click Import.

Importing from a Property Inspector

You can import from the Repository Property Inspector and the Folder Property Inspector (but not from the Content Property Inspector).

Procedure To import content from a Property Inspector:

  1. Enter Content mode by clicking the Content button on the PMC toolbar.

  2. Select the starting point for the import by doing either of the following:

    OR

  3. In the Property Inspector, click the Import tab.

  4. Click Browse.

  5. In the Choose File dialog, browse to the import archive you want to use and click Open:

    importAll-2

  6. In the Import pane, click Import.

 
Top of section

Structure of the data import or export archive

The following table shows the internal folder structure of a data import or export archive file and explains what each folder contains:

Folder name

Contains

Included when exporting from:

Toolbar (entire system)

Repository, Folder, or Content property inspector

contentmgmt-inf

contentmgmt_did.xml (the DID)

tableMark

tableMark

admin_metadata

ContentAdmin.xml (the Content Admin element)

tableMark


categories_metadata

XML descriptor files for each taxonomy and category, organized according to the structure of the taxonomy(ies)

tableMark


styles_metadata

An XML descriptor for each style, registering its name and listing the document type it is associated with

tableMark


fields_metadata

An XML descriptor for each field, registering the field name and the data type of its value

tableMark

tableMark

fields_data

The application-specific data associated with each extension metadata field; for fields created with the PMC, this consists of an XML descriptor for each field listing its properties, including its control type and (if applicable) its possible values

tableMark

tableMark

doctypes_metadata

An XML descriptor for each document type, listing the fields associated with it

tableMark

tableMark

doctypes_data

The application-specific data associated with each document type; for document types created with the PMC, this consists of an XML descriptor for each document type describing its properties

tableMark

tableMark

folders_metadata

An XML descriptor for each folder, registering the folder and listing its parent folder, if any

tableMark

tableMark

docs_metadata

An XML descriptor for each document containing the names and values of the fields associated with the document, organized according to the folder structure

tableMark

tableMark

docs_content

Files containing the published content of each exported document, organized according to the folder structure

tableMark

tableMark

docs_content_versions

Files containing the content of each version of exported document, organized according to the folder structure

tableMark

tableMark

 
Top of section

Best practices and prerequisites

This section provides some notes on best practices for importing and exporting CM data.

Planning for large-scale import/export operations

If you are planning to export or import a very large amount of CM data, it is important to keep the memory capacity of your machines in mind as you plan your operation.

During an import or export operation, all objects representing elements of the repository must be present in memory at the same time. That means the amount of available memory imposes a practical limit on the size of a repository you can process in a single operation.

The best way to approach a large-scale operation is to export or import your source repository in logical chunks. For example, you might export all your document types in one operation, your fields in another operation, and so on, ending with exporting or importing your document content in manageable chunks according to the folder structure of your repository.

Security considerations

This section applies primarily to importing CM data that has been exported from another repository.

Permissions to establish in the import target   The user who performs the export from the source repository must exist and must have the SearchAdmin WRITE permission in the target repository.

Users to create in the import target   You need to make sure that if any documents were checked out at the time of export, the users to whom they are checked out have been created in the repository into which you are importing.

If these users do not exist in the import repository, the import will fail.

 
Top of page

Administering automated tasks

Tasks mode allows you to view, start, and stop automated CM tasks from the PMC.

Several tasks are installed with the CM subsystem. You can modify these installed tasks and/or create new, custom tasks to meet the specific needs of your application.

For more informationFor more information on tasks, including how to create and modify tasks, see Managing Tasks.

 
Top of section

The task display

You enter Tasks mode by clicking the Tasks button on the PMC toolbar. The task display appears, as in this example:

tasksDisplay

This display provides the following information about the tasks defined on your server:

Task property

Details

Name and description

As defined in the task object.

Type

The task type, from a scheduling point of view. Possible types are:

  • Periodic: a task that is scheduled to run multiple times at regularly scheduled intervals.

    For example, a periodic task could be a repository backup utility that runs every 24 hours (86,400,000 milliseconds).

  • Scheduled: a task that is scheduled to run at one or more fixed points in time.

    For example, a scheduled task could be a content publishing task that is scheduled to run at three publication deadlines, such as:

    • Monday, June 24, 2002 at 9 a.m.

    • Wednesday, June 26, 2002 at 5 p.m.

    • Friday, June 28, 2002 at midnight

Status

The execution status of the task. Possible values are:

  • Stopped: Task is not yet running or has been halted.

  • Started: Task is currently running.

 
Top of section

Starting and stopping tasks

Tasks are not persistent across application server sessions. Each time you restart your server, you must restart your each of your tasks.

Procedure To start or stop a task:

  1. Enter Tasks mode by clicking the Tasks button in the toolbar.

  2. Click anywhere in a task description to select it.

  3. Click the Start Task button to start the task or the Stop Task button to stop the task.

    First Previous Next Last Content Management Guide  

Copyright © 2000, 2001, 2002, 2003 SilverStream Software, LLC, a wholly owned subsidiary of Novell, Inc. All rights reserved.