public interface Segment extends Segment, Segment, Auditee, Indexed, SecureObject
Segment| Modifier and Type | Method and Description |
|---|---|
void |
addUserHome(boolean principalIdIsPersistent,
String principalId,
UserHome userHome)
Adds the specified element to the set of the values for the reference
userHome. |
void |
addUserHome(String principalId,
UserHome userHome)
Adds the specified element to the set of the values for the reference
userHome using a reassignable qualifier. |
void |
addUserHome(UserHome userHome)
Adds the specified element to the set of the values for the reference
userHome using an implementation-specific, reassignable qualifier. |
CreateUserResult |
createUser(CreateUserParams in) |
UserHome |
getUserHome(boolean principalIdIsPersistent,
String principalId)
Retrieves the value for the reference
userHome for the specified qualifier attribute value. |
UserHome |
getUserHome(String principalId)
Retrieves the value for the reference
userHome for the specified qualifier attribute value. |
<T extends UserHome> |
getUserHome(UserHomeQuery query)
Retrieves the value for the reference
userHome for the specified query. |
ImportUsersResult |
importUsers(ImportUsersParams in) |
createUser, getUserHome, importUsersgetExtent, getExtent, getExtent, getProvidergetDescription, getExtent, setDescriptionrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositerefGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValueequals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraintsgetIndexEntry, getIndexEntry, getIndexEntry, updateIndexgetIndexEntry, updateIndexaddOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUseraddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUserCreateUserResult createUser(CreateUserParams in)
ImportUsersResult importUsers(ImportUsersParams in)
<T extends UserHome> List<T> getUserHome(UserHomeQuery query)
userHome 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.UserHome getUserHome(boolean principalIdIsPersistent, String principalId)
userHome for the specified qualifier attribute value.
principalIdIsPersistent - Defines whether value for the qualifier is persistent or notprincipalId - The value for the qualifier attribute that qualifies this reference.UserHome getUserHome(String principalId)
userHome for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getUserHome(false,principalId).
principalId - The value for the qualifier attribute that qualifies this reference.void addUserHome(boolean principalIdIsPersistent,
String principalId,
UserHome userHome)
userHome.
Note: This is an extension to the JMI 1 standard.
principalIdIsPersistent - true if principalId is persistentprincipalId - The qualifier attribute value that qualifies the reference to get the element to be appended.userHome - The element to be appended.void addUserHome(String principalId, UserHome userHome)
userHome using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
principalId - The qualifier attribute value that qualifies the reference to get the element to be appended.userHome - The element to be appended.void addUserHome(UserHome userHome)
userHome using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
userHome - The element to be appended.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.