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)
           
 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)
           
 MediaQuery createMediaQuery()
           
 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()
           
 EmailAccountClass getEmailAccount()
           
 ExportProfileClass getExportProfile()
           
 IcalFeedClass getIcalFeed()
           
 MediaClass getMedia()
           
 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

createImportUsersResult

ImportUsersResult createImportUsersResult(String statusMessage)

getSubscription

SubscriptionClass getSubscription()

createSubscriptionQuery

SubscriptionQuery createSubscriptionQuery()

getActivityGroupCalendarFeed

ActivityGroupCalendarFeedClass getActivityGroupCalendarFeed()

createActivityGroupCalendarFeedQuery

ActivityGroupCalendarFeedQuery createActivityGroupCalendarFeedQuery()

createCalendarFeedQuery

CalendarFeedQuery createCalendarFeedQuery()

getObjectFinder

ObjectFinderClass getObjectFinder()

createObjectFinderQuery

ObjectFinderQuery createObjectFinderQuery()

getEmailAccount

EmailAccountClass getEmailAccount()

createEmailAccountQuery

EmailAccountQuery createEmailAccountQuery()

createSearchAdvancedParams

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

createImportUsersParams

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

getUserHome

UserHomeClass getUserHome()

createUserHomeQuery

UserHomeQuery createUserHomeQuery()

getIcalFeed

IcalFeedClass getIcalFeed()

createIcalFeedQuery

IcalFeedQuery createIcalFeedQuery()

createChangePasswordResult

ChangePasswordResult createChangePasswordResult(short status)

getCalendarProfile

CalendarProfileClass getCalendarProfile()

createCalendarProfileQuery

CalendarProfileQuery createCalendarProfileQuery()

getActivityFilterCalendarFeed

ActivityFilterCalendarFeedClass getActivityFilterCalendarFeed()

createActivityFilterCalendarFeedQuery

ActivityFilterCalendarFeedQuery createActivityFilterCalendarFeedQuery()

getSegment

SegmentClass getSegment()

createSegmentQuery

SegmentQuery createSegmentQuery()

getMedia

MediaClass getMedia()

createMediaQuery

MediaQuery createMediaQuery()

getAccessHistory

AccessHistoryClass getAccessHistory()

createAccessHistoryQuery

AccessHistoryQuery createAccessHistoryQuery()

getWfProcessInstance

WfProcessInstanceClass getWfProcessInstance()

createWfProcessInstanceQuery

WfProcessInstanceQuery createWfProcessInstanceQuery()

getQuickAccess

QuickAccessClass getQuickAccess()

createQuickAccessQuery

QuickAccessQuery createQuickAccessQuery()

createSearchBasicParams

SearchBasicParams createSearchBasicParams(String searchExpression)

createSearchResult

SearchResult createSearchResult(ObjectFinder objectFinder)

getAlert

AlertClass getAlert()

createAlertQuery

AlertQuery createAlertQuery()

createChangePasswordParams

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

createCreateUserParams

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

getWfActionLogEntry

WfActionLogEntryClass getWfActionLogEntry()

createWfActionLogEntryQuery

WfActionLogEntryQuery createWfActionLogEntryQuery()

createCreateUserResult

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

getExportProfile

ExportProfileClass getExportProfile()

createExportProfileQuery

ExportProfileQuery createExportProfileQuery()


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