Overview

PolicyTemplateUpdater is used to update the policy template

Members

Show inherited members

Name Type Description

attributeTemplateListUpdater

attributeTemplateListUpdater

AttributeTemplateListUpdater for AttributeTemplates associated with this BasicTemplate

changeStatus

changeStatus

Artifact change status.

description

string

Description for the Template

name

string

Get the Name of the Entity

propertiesUpdater

collabPropertiesUpdater

A CollabPropertiesUpdater which can be used to add or remove CollabProperties for this Artifact.

ruleTemplateListUpdater

ruleTemplateListUpdater

Gets the list of AttributeTemplateListUpdater for the given BasicTemplate on the basis of the Sub-updater pattern

type

policyType

Sets the type of Policy Template.

userCreatedOn

dateTime

The user creation time (if created offline) for the Artifact

userModifiedOn

dateTime

The user modification time (if created offline) for the Artifact

viewerPropertiesUpdater

collabPropertiesUpdater

A CollabPropertiesUpdater which can be used to add or remove viewer private CollabProperties for this Artifact.

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:policyTemplateUpdater xsi:type="obh:policyTemplateUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <attributeTemplateListUpdater>your_attributeTemplateListUpdater_0</attributeTemplateListUpdater>
        <changeStatus>your_changeStatus_0</changeStatus>
        <description>your_string_0</description>
        <name>your_string_0</name>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <ruleTemplateListUpdater>your_ruleTemplateListUpdater_0</ruleTemplateListUpdater>
        <type>your_policyType_0</type>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <viewerPropertiesUpdater>your_collabPropertiesUpdater_0</viewerPropertiesUpdater>
</obh:policyTemplateUpdater>

Referenced By Representaions