Package | Description |
---|---|
com.filenet.api.admin |
Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.
|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
com.filenet.api.meta |
Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions).
|
Modifier and Type | Method and Description |
---|---|
SecurityProxyType |
PropertyTemplateObject.get_SecurityProxyType()
Returns the value of the SecurityProxyType property.
|
SecurityProxyType |
PropertyDefinitionObject.get_SecurityProxyType()
Returns the value of the SecurityProxyType property.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyTemplateObject.set_SecurityProxyType(SecurityProxyType value)
Sets the value of the SecurityProxyType property.
|
void |
PropertyDefinitionObject.set_SecurityProxyType(SecurityProxyType value)
Sets the value of the SecurityProxyType property.
|
Modifier and Type | Field and Description |
---|---|
static SecurityProxyType |
SecurityProxyType.FULL
For internal use only.
|
static SecurityProxyType |
SecurityProxyType.INHERITANCE
Inherits security from a parent object.
|
static SecurityProxyType |
SecurityProxyType.NONE
No security proxy behavior is associated with the described property.
|
Modifier and Type | Method and Description |
---|---|
static SecurityProxyType |
SecurityProxyType.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
SecurityProxyType |
PropertyDescriptionObject.get_SecurityProxyType()
Returns the value of the SecurityProxyType property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.