org.openmdx.base.cci
Interface BasicObject

All Superinterfaces:
ContextCapable, ExtentCapable, RefBaseObject, RefFeatured, RefObject, RefObject_1_0, ViewCapable
All Known Subinterfaces:
AliasType, Association, AssociationEnd, Attribute, BehaviouralFeature, Class, Classifier, CollectionType, Component, Configuration, Connection, Constant, Constraint, DatabaseConnector, DatabaseResourceReference, Dataprovider, DataproviderBooleanProperty, DataproviderConnector, DataproviderIntegerProperty, DataproviderProperty, DataproviderResource, DataproviderResourceReference, DataproviderStringProperty, DataproviderType, DataproviderTypeBooleanProperty, DataproviderTypeIntegerProperty, DataproviderTypeProperty, DataproviderTypeStringProperty, Datatype, DeploymentUnit, Domain, Domain, Element, EnumerationType, Exception, Feature, GeneralizableElement, GenericResourceReference, HttpUrlConnector, Import, InboundCommunication, Instance, Module, Namespace, Namespace, Operation, OutboundCommunication, Package, Parameter, PrimitiveType, Reference, ResourceAdapter, ResourceAdapterBooleanProperty, ResourceAdapterIntegerProperty, ResourceAdapterProperty, ResourceAdapterStringProperty, ResourceReference, StatefulConnection, StatelessConnection, StatelessResource, Statistics, StructuralFeature, StructureField, StructureType, Tag, TypedElement, UnitOfWork
All Known Implementing Classes:
AliasTypeImpl, AssociationEndImpl, AssociationImpl, AttributeImpl, BasicObjectImpl, BehaviouralFeatureImpl, ClassifierImpl, ClassImpl, CollectionTypeImpl, ComponentImpl, ConfigurationImpl, ConnectionImpl, ConstantImpl, ConstraintImpl, DatabaseConnectorImpl, DatabaseResourceReferenceImpl, DataproviderBooleanPropertyImpl, DataproviderConnectorImpl, DataproviderImpl, DataproviderIntegerPropertyImpl, DataproviderPropertyImpl, DataproviderResourceImpl, DataproviderResourceReferenceImpl, DataproviderStringPropertyImpl, DataproviderTypeBooleanPropertyImpl, DataproviderTypeImpl, DataproviderTypeIntegerPropertyImpl, DataproviderTypePropertyImpl, DataproviderTypeStringPropertyImpl, DatatypeImpl, DeploymentUnitImpl, DomainImpl, DomainImpl, ElementImpl, EnumerationTypeImpl, ExceptionImpl, FeatureImpl, GeneralizableElementImpl, GenericResourceReferenceImpl, HttpUrlConnectorImpl, ImportImpl, InboundCommunicationImpl, InstanceImpl, ModuleImpl, NamespaceImpl, NamespaceImpl, OperationImpl, OutboundCommunicationImpl, PackageImpl, ParameterImpl, PrimitiveTypeImpl, ReferenceImpl, ResourceAdapterBooleanPropertyImpl, ResourceAdapterImpl, ResourceAdapterIntegerPropertyImpl, ResourceAdapterPropertyImpl, ResourceAdapterStringPropertyImpl, ResourceReferenceImpl, StatefulConnectionImpl, StatelessConnectionImpl, StatelessResourceImpl, StatisticsImpl, StructuralFeatureImpl, StructureFieldImpl, StructureTypeImpl, TagImpl, TypedElementImpl, UnitOfWorkImpl

public interface BasicObject
extends ContextCapable, ExtentCapable, ViewCapable


Method Summary
 Date getCreatedAt()
          Retrieves the value for the attribute createdAt.
 Set getCreatedBy()
          Retrieves a set containing all the elements for the attribute createdBy.
 Date getModifiedAt()
          Retrieves the value for the attribute modifiedAt.
 Set getModifiedBy()
          Retrieves a set containing all the elements for the attribute modifiedBy.
 
Methods inherited from interface org.openmdx.base.cci.ContextCapable
getContext, getContext
 
Methods inherited from interface org.openmdx.base.cci.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci.ViewCapable
getView, getView, getView, getView
 
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
 

Method Detail

getCreatedAt

Date getCreatedAt()
Retrieves the value for the attribute createdAt.

Returns:
The non-null value for attribute createdAt.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getCreatedBy

Set getCreatedBy()
Retrieves a set containing all the elements for the attribute createdBy.

Returns:
A set containing all elements for this attribute.
Throws:
JmiException - If the values cannot be retrieved for some reason.

getModifiedAt

Date getModifiedAt()
Retrieves the value for the attribute modifiedAt.

Returns:
The non-null value for attribute modifiedAt.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getModifiedBy

Set getModifiedBy()
Retrieves a set containing all the elements for the attribute modifiedBy.

Returns:
A set containing all elements for this attribute.
Throws:
JmiException - If the values cannot be retrieved for some reason.


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