|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExportProfile
Abstract class ExportProfile
| Method Summary | |
|---|---|
List<String> |
getForClass()
Retrieves a list containing all the elements for the attribute forClass. |
Document |
getTemplate()
Retrieves the value for the reference template. |
void |
setForClass(List<String> forClass)
Clears forClass and adds the members of the given List. |
void |
setTemplate(Document template)
Sets a new value for the reference template. |
| Methods inherited from interface org.opencrx.kernel.base.cci2.ExportProfile |
|---|
getDescription, getMimeType, getName, getReferenceFilter, setDescription, setForClass, setMimeType, setName, setReferenceFilter |
| 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 |
|---|
List<String> getForClass()
forClass.
getForClass in interface ExportProfilevoid setForClass(List<String> forClass)
forClass and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(forClass);Note: This is an extension to the JMI 1 standard.
forClass - collection to be copied.Document getTemplate()
template.
getTemplate in interface ExportProfilenull – value for this reference.void setTemplate(Document template)
template.
setTemplate in interface ExportProfiletemplate - The non-null new value for this reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||