org.opencrx.kernel.home1.jmi1
Interface Home1Package

All Superinterfaces:
RefBaseObject, RefPackage

public interface Home1Package
extends RefPackage


Field Summary
static String AUTHORITY_XRI
          The AUTHORITY_XRI "xri://@openmdx*org.opencrx.kernel.home1" may be used to look up the Authority the package org:opencrx:kernel:home1:home1 belongs to:
 
Method Summary
 AccessHistoryQuery createAccessHistoryQuery()
           
 ActivityFilterCalendarFeedQuery createActivityFilterCalendarFeedQuery()
           
 ActivityGroupCalendarFeedQuery createActivityGroupCalendarFeedQuery()
           
 AlertQuery createAlertQuery()
           
 CalendarFeedQuery createCalendarFeedQuery()
           
 CalendarProfileQuery createCalendarProfileQuery()
           
 ChangePasswordParams createChangePasswordParams(String newPassword, String newPasswordVerification, String oldPassword)
           
 ChangePasswordResult createChangePasswordResult(short status)
           
 ChartQuery createChartQuery()
           
 CreateUserParams createCreateUserParams(Contact contact, String initialPassword, String initialPasswordVerification, PrincipalGroup primaryUserGroup, String principalName)
           
 CreateUserResult createCreateUserResult(UserHome createdUserHome, short status, String statusMessage)
           
 EmailAccountQuery createEmailAccountQuery()
           
 ExportProfileQuery createExportProfileQuery()
           
 IcalFeedQuery createIcalFeedQuery()
           
 ImportUsersParams createImportUsersParams(byte[] item, String itemMimeType, String itemName)
           
 ImportUsersResult createImportUsersResult(String statusMessage)
           
 ObjectFinderQuery createObjectFinderQuery()
           
 QuickAccessQuery createQuickAccessQuery()
           
 SearchAdvancedParams createSearchAdvancedParams(String allWords, String atLeastOneOfTheWords, String withoutWords)
           
 SearchBasicParams createSearchBasicParams(String searchExpression)
           
 SearchResult createSearchResult(ObjectFinder objectFinder)
           
 SegmentQuery createSegmentQuery()
           
 SubscriptionQuery createSubscriptionQuery()
           
 UserHomeQuery createUserHomeQuery()
           
 WfActionLogEntryQuery createWfActionLogEntryQuery()
           
 WfProcessInstanceQuery createWfProcessInstanceQuery()
           
 AccessHistoryClass getAccessHistory()
           
 ActivityFilterCalendarFeedClass getActivityFilterCalendarFeed()
           
 ActivityGroupCalendarFeedClass getActivityGroupCalendarFeed()
           
 AlertClass getAlert()
           
 CalendarProfileClass getCalendarProfile()
           
 ChartClass getChart()
           
 EmailAccountClass getEmailAccount()
           
 ExportProfileClass getExportProfile()
           
 IcalFeedClass getIcalFeed()
           
 ObjectFinderClass getObjectFinder()
           
 QuickAccessClass getQuickAccess()
           
 SegmentClass getSegment()
           
 SubscriptionClass getSubscription()
           
 UserHomeClass getUserHome()
           
 WfActionLogEntryClass getWfActionLogEntry()
           
 WfProcessInstanceClass getWfProcessInstance()
           
 
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.home1" may be used to look up the Authority the package org:opencrx:kernel:home1:home1 belongs to:

See Also:
Constant Field Values
Method Detail

getUserHome

UserHomeClass getUserHome()

createUserHomeQuery

UserHomeQuery createUserHomeQuery()

getSegment

SegmentClass getSegment()

createSegmentQuery

SegmentQuery createSegmentQuery()

createChangePasswordParams

ChangePasswordParams createChangePasswordParams(String newPassword,
                                                String newPasswordVerification,
                                                String oldPassword)

createCreateUserParams

CreateUserParams createCreateUserParams(Contact contact,
                                        String initialPassword,
                                        String initialPasswordVerification,
                                        PrincipalGroup primaryUserGroup,
                                        String principalName)

createImportUsersParams

ImportUsersParams createImportUsersParams(byte[] item,
                                          String itemMimeType,
                                          String itemName)

getAlert

AlertClass getAlert()

createAlertQuery

AlertQuery createAlertQuery()

getAccessHistory

AccessHistoryClass getAccessHistory()

createAccessHistoryQuery

AccessHistoryQuery createAccessHistoryQuery()

getEmailAccount

EmailAccountClass getEmailAccount()

createEmailAccountQuery

EmailAccountQuery createEmailAccountQuery()

createImportUsersResult

ImportUsersResult createImportUsersResult(String statusMessage)

getObjectFinder

ObjectFinderClass getObjectFinder()

createObjectFinderQuery

ObjectFinderQuery createObjectFinderQuery()

getActivityFilterCalendarFeed

ActivityFilterCalendarFeedClass getActivityFilterCalendarFeed()

createActivityFilterCalendarFeedQuery

ActivityFilterCalendarFeedQuery createActivityFilterCalendarFeedQuery()

getChart

ChartClass getChart()

createChartQuery

ChartQuery createChartQuery()

getIcalFeed

IcalFeedClass getIcalFeed()

createIcalFeedQuery

IcalFeedQuery createIcalFeedQuery()

getQuickAccess

QuickAccessClass getQuickAccess()

createQuickAccessQuery

QuickAccessQuery createQuickAccessQuery()

getActivityGroupCalendarFeed

ActivityGroupCalendarFeedClass getActivityGroupCalendarFeed()

createActivityGroupCalendarFeedQuery

ActivityGroupCalendarFeedQuery createActivityGroupCalendarFeedQuery()

getWfProcessInstance

WfProcessInstanceClass getWfProcessInstance()

createWfProcessInstanceQuery

WfProcessInstanceQuery createWfProcessInstanceQuery()

createCreateUserResult

CreateUserResult createCreateUserResult(UserHome createdUserHome,
                                        short status,
                                        String statusMessage)

createSearchBasicParams

SearchBasicParams createSearchBasicParams(String searchExpression)

createCalendarFeedQuery

CalendarFeedQuery createCalendarFeedQuery()

getWfActionLogEntry

WfActionLogEntryClass getWfActionLogEntry()

createWfActionLogEntryQuery

WfActionLogEntryQuery createWfActionLogEntryQuery()

createSearchResult

SearchResult createSearchResult(ObjectFinder objectFinder)

getCalendarProfile

CalendarProfileClass getCalendarProfile()

createCalendarProfileQuery

CalendarProfileQuery createCalendarProfileQuery()

createSearchAdvancedParams

SearchAdvancedParams createSearchAdvancedParams(String allWords,
                                                String atLeastOneOfTheWords,
                                                String withoutWords)

getSubscription

SubscriptionClass getSubscription()

createSubscriptionQuery

SubscriptionQuery createSubscriptionQuery()

getExportProfile

ExportProfileClass getExportProfile()

createExportProfileQuery

ExportProfileQuery createExportProfileQuery()

createChangePasswordResult

ChangePasswordResult createChangePasswordResult(short status)


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