IAction
-based object to an implemented event handler by setting the ProdId
property. If you check in the Java module to a Content Engine object store, you must set the CodeModule
property as well (see See also the Javadocs for the following interfaces:
,
,
The following tables list the members exposed by IAction.
Public Properties
Name | Description | |
---|---|---|
![]() | ActiveMarkings | The list of ActiveMarking objects currently applied to a given object. Each ActiveMarking object represents a marking that is in a MarkingSet associated with a property on the object. |
![]() | AuditedEvents | An collection of the objects containing the audited events that have occurred for the object. |
![]() | CodeModule | The Java action handler that is executed when an -based object is invoked. A object represents a user-implemented Java action handler that is checked into the Content Engine. |
![]() | Creator | Indicates the name of the user assigned as the creator of the object. Settability of this property is read-only for most users. For users who have been granted privileged write access ( |
![]() | DateCreated | Indicates the date and time the object was created. The Content Engine stores dates and times using Coordinated Universal Time (UTC). Settability of this property is read-only for most users. For users who have been granted privileged write access ( |
![]() | DateLastModified | Indicates the date and time the object was last modified. The Content Engine stores dates and times using Coordinated Universal Time (UTC). Settability of this property is read-only for most users. For users who have been granted privileged write access ( |
![]() | DescriptiveText | User-readable text that describes an object. The text is not locale-specific to the retrieving user except for the following classes:
|
![]() | DisplayName | The user-readable, provider-specific name of an object. This property is usually the designated Name property of the object's class. |
![]() | Id | A representation of the Globally Unique Identifier (GUID), a unique 128-bit number, that is assigned to this Content Engine object when the object is created. When converted to a string, the Id property is typically depicted as 32 hexadecimal characters enclosed by brackets in the following format: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}. For example, {3F2504E0-4F89-11D3-9A0C-0305E82C3301}. For For a given property representation, the Id property has the following characteristics:
For a newly created document object, you can override the Id property of its associated |
![]() | LastModifier | Indicates the name of the user who last modified the object. Settability of this property is read-only for most users. For users who have been granted privileged write access ( |
![]() | Name | The name for this object. For most classes, this property is read-only and returns the value of the designated name property for the object, or its ID if there is no name property. If For a |
![]() | Owner | Manages the security owner assigned to the object. |
![]() | Permissions | Manages the discretionary permissions assigned to the object. |
![]() | ProgId | A String that specifies the fully qualified name of the Java class that executes when the event occurs. |
![]() | ScriptText | The script text of event procedures that are executed when an -based object's events are raised. NOTE: For this release, scripting languages are not supported for event procedures. Text in the ScriptText property will be ignored. |