| Modifier and Type | Method and Description |
|---|---|
void |
addConfiguration(boolean idIsPersistent,
String id,
ComponentConfiguration configuration)
Adds the specified element to the set of the values for the reference
configuration. |
void |
addConfiguration(ComponentConfiguration configuration)
Adds the specified element to the set of the values for the reference
configuration using an implementation-specific, reassignable qualifier. |
void |
addConfiguration(String id,
ComponentConfiguration configuration)
Adds the specified element to the set of the values for the reference
configuration using a reassignable qualifier. |
ConvertMediaXriToPathResult |
convertMediaXriToPath(ConvertMediaXriToPathParams in) |
CreateAdministratorResult |
createAdministrator(CreateAdministratorParams in) |
ComponentConfiguration |
getConfiguration(boolean idIsPersistent,
String id)
Retrieves the value for the reference
configuration for the specified qualifier attribute value. |
<T extends ComponentConfiguration> |
getConfiguration(ComponentConfigurationQuery query)
Retrieves the value for the reference
configuration for the specified query. |
ComponentConfiguration |
getConfiguration(String id)
Retrieves the value for the reference
configuration for the specified qualifier attribute value. |
ImportLoginPrincipalsResult |
importLoginPrincipals(ImportLoginPrincipalsParams in) |
convertMediaXriToPath, createAdministrator, getConfiguration, importLoginPrincipalsgetExtent, getExtent, getExtent, getProvidergetDescription, getExtent, setDescriptionrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite<T extends ComponentConfiguration> List<T> getConfiguration(ComponentConfigurationQuery query)
configuration for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.ComponentConfiguration getConfiguration(boolean idIsPersistent, String id)
configuration for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.ComponentConfiguration getConfiguration(String id)
configuration for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getConfiguration(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addConfiguration(boolean idIsPersistent,
String id,
ComponentConfiguration configuration)
configuration.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.configuration - The element to be appended.void addConfiguration(String id, ComponentConfiguration configuration)
configuration using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.configuration - The element to be appended.void addConfiguration(ComponentConfiguration configuration)
configuration using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
configuration - The element to be appended.ConvertMediaXriToPathResult convertMediaXriToPath(ConvertMediaXriToPathParams in)
CreateAdministratorResult createAdministrator(CreateAdministratorParams in)
ImportLoginPrincipalsResult importLoginPrincipals(ImportLoginPrincipalsParams in)
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.