|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.RefObject_1
org.openmdx.security.authentication1.cci.SegmentImpl
public class SegmentImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.jdo.spi.PersistenceCapable |
|---|
javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer, javax.jdo.spi.PersistenceCapable.ObjectIdFieldManager, javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier |
| Field Summary |
|---|
| Fields inherited from interface javax.jdo.spi.PersistenceCapable |
|---|
CHECK_READ, CHECK_WRITE, LOAD_REQUIRED, MEDIATE_READ, MEDIATE_WRITE, READ_OK, READ_WRITE_OK, SERIALIZABLE |
| Constructor Summary | |
|---|---|
SegmentImpl(Object_1_0 object,
RefClass refClass)
|
|
| Method Summary | |
|---|---|
void |
addAuthenticationContext(AuthenticationContext newValue)
|
void |
addAuthenticationContext(String id,
AuthenticationContext newValue)
|
protected void |
addContext(Context newValue)
|
protected void |
addContext(String id,
Context newValue)
|
void |
addCredential(Credential newValue)
|
void |
addCredential(String id,
Credential newValue)
|
protected void |
addExtent(ExtentCapable newValue)
|
protected void |
addExtent(String identity,
ExtentCapable newValue)
|
protected void |
addView(String namespace,
View newValue)
|
protected void |
addView(View newValue)
|
Collection |
getAuthenticationContext()
|
List |
getAuthenticationContext(AuthenticationContextFilter filter)
|
List |
getAuthenticationContext(AuthenticationContextQuery query)
|
AuthenticationContext |
getAuthenticationContext(String id)
|
Collection |
getContext()
Retrieves the objects referenced by context. |
Context |
getContext(String id)
Retrieves the value for the reference context for the
specified qualifier attribute value. |
Collection |
getCredential()
|
List |
getCredential(CredentialFilter filter)
|
List |
getCredential(CredentialQuery query)
|
Credential |
getCredential(String id)
|
String |
getDescription()
|
Collection |
getExtent()
Retrieves a collection containing all the elements for the reference extent. |
List |
getExtent(ExtentCapableFilter filter)
Retrieves the value for the reference extent for the
specified filter. |
List |
getExtent(ExtentCapableQuery query)
Retrieves the value for the reference extent for the
specified query. |
ExtentCapable |
getExtent(String identity)
Retrieves the value for the reference extent for the
specified qualifier attribute value. |
Provider |
getProvider()
Retrieves the value for the reference provider. |
Collection |
getView()
Retrieves a collection containing all the elements for the reference view. |
View |
getView(String namespace)
Retrieves the value for the reference view for the
specified qualifier attribute value. |
List |
getView(ViewFilter filter)
Retrieves the value for the reference view for the
specified filter. |
List |
getView(ViewQuery query)
Retrieves the value for the reference view for the
specified query. |
void |
removeAuthenticationContext(String id)
|
protected void |
removeContext(String id)
|
void |
removeCredential(String id)
|
protected void |
removeExtent(String identity)
|
protected void |
removeView(String namespace)
|
void |
setAuthenticationContext(AuthenticationContext[] newValue)
|
void |
setAuthenticationContext(List newValue)
|
protected void |
setContext(Context[] newValue)
|
protected void |
setContext(List newValue)
|
void |
setCredential(Credential[] newValue)
|
void |
setCredential(List newValue)
|
void |
setDescription(String newValue)
Sets a new value for the attribute description. |
protected void |
setExtent(ExtentCapable[] newValue)
|
protected void |
setExtent(List newValue)
|
protected void |
setProvider(Provider newValue)
|
protected void |
setView(List newValue)
|
protected void |
setView(View[] newValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Constructor Detail |
|---|
public SegmentImpl(Object_1_0 object,
RefClass refClass)
| Method Detail |
|---|
protected void setContext(List newValue)
protected void setContext(Context[] newValue)
public Context getContext(String id)
ContextCapablecontext for the
specified qualifier attribute value.
getContext in interface ContextCapableid - The value for the qualifier attribute that qualifies this reference.
public Collection getContext()
ContextCapablecontext.
getContext in interface ContextCapable
protected void addContext(String id,
Context newValue)
protected void addContext(Context newValue)
protected void removeContext(String id)
public String getDescription()
getDescription in interface Segmentdescription.public void setDescription(String newValue)
Segmentdescription.
setDescription in interface SegmentnewValue - The possibly null new value for attribute description.protected void setExtent(List newValue)
protected void setExtent(ExtentCapable[] newValue)
public ExtentCapable getExtent(String identity)
Segmentextent for the
specified qualifier attribute value.
getExtent in interface Segmentidentity - The value for the qualifier attribute that qualifies this reference.
public Collection getExtent()
Segmentextent.
getExtent in interface Segmentpublic List getExtent(ExtentCapableFilter filter)
Segmentextent for the
specified filter.
getExtent in interface Segmentfilter - filter which is applied to the set of referenced objects.
public List getExtent(ExtentCapableQuery query)
Segmentextent for the
specified query.
getExtent in interface Segment
protected void addExtent(String identity,
ExtentCapable newValue)
protected void addExtent(ExtentCapable newValue)
protected void removeExtent(String identity)
public Provider getProvider()
Segmentprovider.
getProvider in interface Segmentprotected void setProvider(Provider newValue)
protected void setView(List newValue)
protected void setView(View[] newValue)
public View getView(String namespace)
ViewCapableview for the
specified qualifier attribute value.
getView in interface ViewCapablenamespace - The value for the qualifier attribute that qualifies this reference.
public Collection getView()
ViewCapableview.
getView in interface ViewCapablepublic List getView(ViewFilter filter)
ViewCapableview for the
specified filter.
getView in interface ViewCapablefilter - filter which is applied to the set of referenced objects.
public List getView(ViewQuery query)
ViewCapableview for the
specified query.
getView in interface ViewCapable
protected void addView(String namespace,
View newValue)
protected void addView(View newValue)
protected void removeView(String namespace)
public void setAuthenticationContext(List newValue)
public void setAuthenticationContext(AuthenticationContext[] newValue)
public AuthenticationContext getAuthenticationContext(String id)
public Collection getAuthenticationContext()
public List getAuthenticationContext(AuthenticationContextFilter filter)
public List getAuthenticationContext(AuthenticationContextQuery query)
public void addAuthenticationContext(String id,
AuthenticationContext newValue)
public void addAuthenticationContext(AuthenticationContext newValue)
public void removeAuthenticationContext(String id)
public void setCredential(List newValue)
public void setCredential(Credential[] newValue)
public Credential getCredential(String id)
public Collection getCredential()
public List getCredential(CredentialFilter filter)
public List getCredential(CredentialQuery query)
public void addCredential(String id,
Credential newValue)
public void addCredential(Credential newValue)
public void removeCredential(String id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||