org.opencrx.kernel.admin1.cci2.Segment Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.admin1.cci2;
/**
* Class {@code Segment}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:36.021896746Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Segment
extends org.opencrx.kernel.cci2.Segment{
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code configuration}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.admin1.cci2.SegmentContainsComponentConfiguration.Configuration getConfiguration(
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.admin1.cci2.ConvertMediaXriToPathResult convertMediaXriToPath(
org.opencrx.kernel.admin1.cci2.ConvertMediaXriToPathParams in
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.admin1.cci2.CreateAdministratorResult createAdministrator(
org.opencrx.kernel.admin1.cci2.CreateAdministratorParams in
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.admin1.cci2.GenerateDatabaseScriptResult generateDatabaseScript(
org.opencrx.kernel.admin1.cci2.GenerateDatabaseScriptParams in
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.admin1.cci2.ImportLoginPrincipalsResult importLoginPrincipals(
org.opencrx.kernel.admin1.cci2.ImportLoginPrincipalsParams in
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}