Overload List
Type | Name | Description |
---|---|---|
![]() ![]() | CreateInstance(IDomain, array<String>[]()[], array<String>[]()[]) |
Creates a new instance of the ObjectStore class based on the specified
parameters. Before calling the Save method, you must also set additional
properties for the object store. DisplayName, SymbolicName, JNDIDataSource,
and JNDIXADataSource are required at a minimum. Use property
accessor methods (for example, Set_DisplayName) to set the property
values. The ObjectStore object is created when the returned instance is saved.
Note: Provide values for the admins and users parameters. Otherwise, the Content Engine will derive default values based on permissions on the P8 Domain, and these values might not be correct for your environment. See Object store access rights. |
![]() ![]() | CreateInstance(IDomain, array<String>[]()[], array<String>[]()[], String) |
Creates a new instance of the ObjectStore class based on the specified
parameters. Before calling the Save method, you must also set additional
properties for the object store. DisplayName, SymbolicName, JNDIDataSource,
and JNDIXADataSource are required at a minimum. Use property
accessor methods (for example, Set_DisplayName) to set the property
values. The ObjectStore object is created when the returned instance is saved.
This form of the CreateInstance method allows you to submit a custom schema script that the server will use during object store creation. Typical modifications to the script include the distribution of the various tables, indexes, and Large Object (LOB) columns across different tablespaces. However, note that making changes to the names and structures of the tables, indexes, and columns is not supported; such changes will lead to system failures. Note: Provide values for the admins and users parameters. Otherwise, the Content Engine will derive default values based on permissions on the P8 Domain, and these values might not be correct for your environment. See Object store access rights. |