Overview

PolicyUpdater is used to create/update the policy.

Members

Show inherited members

Name Type Description

attributeApplicationListUpdater

attributeApplicationListUpdater

returns the attribute app list updater

changeStatus

changeStatus

Artifact change status.

description

string

Sets the description of the policy

enabled

boolean

Sets the enable flag of the policy

name

string

Get the Name of the Entity

policyTemplate

beeId

Sets the PolicyTemplateHandle from which the policy rules are created. If the policy already has the handle then the updation of the policy should throw a checked exception

propertiesUpdater

collabPropertiesUpdater

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

ruleListUpdater

ruleListUpdater

A singleton instance of RuleListUpdater is returned

type

policyType

Sets the type of Policy.

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:policyUpdater xsi:type="obh:policyUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <attributeApplicationListUpdater>your_attributeApplicationListUpdater_0</attributeApplicationListUpdater>
        <changeStatus>your_changeStatus_0</changeStatus>
        <description>your_string_0</description>
        <enabled>your_boolean_0</enabled>
        <name>your_string_0</name>
        <policyTemplate>your_beeId_0</policyTemplate>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <ruleListUpdater>your_ruleListUpdater_0</ruleListUpdater>
        <type>your_policyType_0</type>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <viewerPropertiesUpdater>your_collabPropertiesUpdater_0</viewerPropertiesUpdater>
</obh:policyUpdater>

Referenced By Representaions