org.opencrx.kernel.admin1.jmi1
Interface Admin1Package

All Superinterfaces:
RefBaseObject, RefPackage

public interface Admin1Package
extends RefPackage


Field Summary
static String AUTHORITY_XRI
          The AUTHORITY_XRI "xri://@openmdx*org.opencrx.kernel.admin1" may be used to look up the Authority the package org:opencrx:kernel:admin1:admin1 belongs to:
 
Method Summary
 ComponentConfigurationQuery createComponentConfigurationQuery()
           
 CreateAdministratorParams createCreateAdministratorParams(String adminPrincipalName, String initialPassword, String initialPasswordVerification, String segmentName)
           
 CreateAdministratorResult createCreateAdministratorResult(short status, String statusMessage)
           
 ImportLoginPrincipalsParams createImportLoginPrincipalsParams(byte[] item, String itemMimeType, String itemName)
           
 ImportLoginPrincipalsResult createImportLoginPrincipalsResult(String statusMessage)
           
 SegmentQuery createSegmentQuery()
           
 ComponentConfigurationClass getComponentConfiguration()
           
 SegmentClass getSegment()
           
 
Methods inherited from interface javax.jmi.reflect.RefPackage
refAllAssociations, refAllClasses, refAllPackages, refAssociation, refAssociation, refClass, refClass, refCreateStruct, refCreateStruct, refDelete, refGetEnum, refGetEnum, refPackage, refPackage
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Field Detail

AUTHORITY_XRI

static final String AUTHORITY_XRI
The AUTHORITY_XRI "xri://@openmdx*org.opencrx.kernel.admin1" may be used to look up the Authority the package org:opencrx:kernel:admin1:admin1 belongs to:

See Also:
Constant Field Values
Method Detail

createImportLoginPrincipalsResult

ImportLoginPrincipalsResult createImportLoginPrincipalsResult(String statusMessage)

createCreateAdministratorParams

CreateAdministratorParams createCreateAdministratorParams(String adminPrincipalName,
                                                          String initialPassword,
                                                          String initialPasswordVerification,
                                                          String segmentName)

createImportLoginPrincipalsParams

ImportLoginPrincipalsParams createImportLoginPrincipalsParams(byte[] item,
                                                              String itemMimeType,
                                                              String itemName)

getSegment

SegmentClass getSegment()

createSegmentQuery

SegmentQuery createSegmentQuery()

getComponentConfiguration

ComponentConfigurationClass getComponentConfiguration()

createComponentConfigurationQuery

ComponentConfigurationQuery createComponentConfigurationQuery()

createCreateAdministratorResult

CreateAdministratorResult createCreateAdministratorResult(short status,
                                                          String statusMessage)


This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.