public interface ICrmDocumentationDataProvider
ICrmDocumentationDataProvider allows to access CRM Documentation of a COCKPIT project
for document generation. The ICrmDocumentationDataProvider can be referenced directly within a
document template by its name crmDocumentationDataProvider.| Modifier and Type | Method and Description |
|---|---|
IFolder |
findFolder(java.lang.String path)
Searches for the folder item with the specified path.
|
java.util.List<? extends IApplet> |
getAllApplets()
Returns all applet items of the project.
|
java.util.List<? extends IApplet> |
getAllApplets(int sortingCriterion)
Returns all applet items of the project.
|
java.util.List<? extends IApplet> |
getAllApplets(java.lang.String sortingProperty)
Returns all applet items of the project.
|
java.util.List<? extends IApplet> |
getAllAppletsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all applet items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IButton> |
getAllButtons()
Returns all button items of the project.
|
java.util.List<? extends IButton> |
getAllButtons(int sortingCriterion)
Returns all button items of the project.
|
java.util.List<? extends IButton> |
getAllButtons(java.lang.String sortingProperty)
Returns all button items of the project.
|
java.util.List<? extends IButton> |
getAllButtonsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all button items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IEAMFeature> |
getAllEAMFeatures()
Returns all eam feature items of the project.
|
java.util.List<? extends IEAMFeature> |
getAllEAMFeatures(int sortingCriterion)
Returns all eam feature items of the project.
|
java.util.List<? extends IEAMFeature> |
getAllEAMFeatures(java.lang.String sortingProperty)
Returns all eam feature items of the project.
|
java.util.List<? extends IEAMFeature> |
getAllEAMFeaturesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all eam feature items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IField> |
getAllFields()
Returns all field items of the project.
|
java.util.List<? extends IField> |
getAllFields(int sortingCriterion)
Returns all field items of the project.
|
java.util.List<? extends IField> |
getAllFields(java.lang.String sortingProperty)
Returns all field items of the project.
|
java.util.List<? extends IField> |
getAllFieldsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all field items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IFolder> |
getAllFolders()
Returns all folder items of the project.
|
java.util.List<? extends IFolder> |
getAllFolders(int sortingCriterion)
Returns all folder items of the project.
|
java.util.List<? extends IFolder> |
getAllFolders(java.lang.String sortingProperty)
Returns all folder items of the project.
|
java.util.List<? extends IFolder> |
getAllFoldersForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all folder items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IGlossaryTerm> |
getAllGlossaryTerms()
Returns all glossary term items of the project.
|
java.util.List<? extends IGlossaryTerm> |
getAllGlossaryTerms(int sortingCriterion)
Returns all glossary term items of the project.
|
java.util.List<? extends IGlossaryTerm> |
getAllGlossaryTerms(java.lang.String sortingProperty)
Returns all glossary term items of the project.
|
java.util.List<? extends IGlossaryTerm> |
getAllGlossaryTermsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all glossary term items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IListofValues> |
getAllListofValuess()
Returns all list of values items of the project.
|
java.util.List<? extends IListofValues> |
getAllListofValuess(int sortingCriterion)
Returns all list of values items of the project.
|
java.util.List<? extends IListofValues> |
getAllListofValuess(java.lang.String sortingProperty)
Returns all list of values items of the project.
|
java.util.List<? extends IListofValues> |
getAllListofValuessForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all list of values items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IPredefinedQuery> |
getAllPredefinedQuerys()
Returns all predefined query items of the project.
|
java.util.List<? extends IPredefinedQuery> |
getAllPredefinedQuerys(int sortingCriterion)
Returns all predefined query items of the project.
|
java.util.List<? extends IPredefinedQuery> |
getAllPredefinedQuerys(java.lang.String sortingProperty)
Returns all predefined query items of the project.
|
java.util.List<? extends IPredefinedQuery> |
getAllPredefinedQuerysForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all predefined query items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IApplet> |
getAllRootApplets()
Returns all root applet items of the project.
|
java.util.List<? extends IApplet> |
getAllRootApplets(int sortingCriterion)
Returns all root applet items of the project.
|
java.util.List<? extends IApplet> |
getAllRootApplets(java.lang.String sortingProperty)
Returns all root applet items of the project.
|
java.util.List<? extends IButton> |
getAllRootButtons()
Returns all root button items of the project.
|
java.util.List<? extends IButton> |
getAllRootButtons(int sortingCriterion)
Returns all root button items of the project.
|
java.util.List<? extends IButton> |
getAllRootButtons(java.lang.String sortingProperty)
Returns all root button items of the project.
|
java.util.List<? extends IEAMFeature> |
getAllRootEAMFeatures()
Returns all root eam feature items of the project.
|
java.util.List<? extends IEAMFeature> |
getAllRootEAMFeatures(int sortingCriterion)
Returns all root eam feature items of the project.
|
java.util.List<? extends IEAMFeature> |
getAllRootEAMFeatures(java.lang.String sortingProperty)
Returns all root eam feature items of the project.
|
java.util.List<? extends IField> |
getAllRootFields()
Returns all root field items of the project.
|
java.util.List<? extends IField> |
getAllRootFields(int sortingCriterion)
Returns all root field items of the project.
|
java.util.List<? extends IField> |
getAllRootFields(java.lang.String sortingProperty)
Returns all root field items of the project.
|
java.util.List<? extends IFolder> |
getAllRootFolders()
Returns all root folder items of the project.
|
java.util.List<? extends IFolder> |
getAllRootFolders(int sortingCriterion)
Returns all root folder items of the project.
|
java.util.List<? extends IFolder> |
getAllRootFolders(java.lang.String sortingProperty)
Returns all root folder items of the project.
|
java.util.List<? extends IGlossaryTerm> |
getAllRootGlossaryTerms()
Returns all root glossary term items of the project.
|
java.util.List<? extends IGlossaryTerm> |
getAllRootGlossaryTerms(int sortingCriterion)
Returns all root glossary term items of the project.
|
java.util.List<? extends IGlossaryTerm> |
getAllRootGlossaryTerms(java.lang.String sortingProperty)
Returns all root glossary term items of the project.
|
java.util.List<? extends IListofValues> |
getAllRootListofValuess()
Returns all root list of values items of the project.
|
java.util.List<? extends IListofValues> |
getAllRootListofValuess(int sortingCriterion)
Returns all root list of values items of the project.
|
java.util.List<? extends IListofValues> |
getAllRootListofValuess(java.lang.String sortingProperty)
Returns all root list of values items of the project.
|
java.util.List<? extends IPredefinedQuery> |
getAllRootPredefinedQuerys()
Returns all root predefined query items of the project.
|
java.util.List<? extends IPredefinedQuery> |
getAllRootPredefinedQuerys(int sortingCriterion)
Returns all root predefined query items of the project.
|
java.util.List<? extends IPredefinedQuery> |
getAllRootPredefinedQuerys(java.lang.String sortingProperty)
Returns all root predefined query items of the project.
|
java.util.List<? extends IView> |
getAllRootViews()
Returns all root view items of the project.
|
java.util.List<? extends IView> |
getAllRootViews(int sortingCriterion)
Returns all root view items of the project.
|
java.util.List<? extends IView> |
getAllRootViews(java.lang.String sortingProperty)
Returns all root view items of the project.
|
java.util.List<? extends IValue> |
getAllValues()
Returns all value items of the project.
|
java.util.List<? extends IValue> |
getAllValues(int sortingCriterion)
Returns all value items of the project.
|
java.util.List<? extends IValue> |
getAllValues(java.lang.String sortingProperty)
Returns all value items of the project.
|
java.util.List<? extends IValue> |
getAllValuesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all value items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IView> |
getAllViews()
Returns all view items of the project.
|
java.util.List<? extends IView> |
getAllViews(int sortingCriterion)
Returns all view items of the project.
|
java.util.List<? extends IView> |
getAllViews(java.lang.String sortingProperty)
Returns all view items of the project.
|
java.util.List<? extends IView> |
getAllViewsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all view items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<java.lang.String> |
getKnownValuesForFieldDataEntry()
Returns the known values for the data entry of field items.
|
java.util.List<java.lang.String> |
getKnownValuesForFieldDataType()
Returns the known values for the data type of field items.
|
int |
getSORT_APPLET_BY_ID()
Constant for sorting applet items by id.
|
int |
getSORT_APPLET_BY_IDANDNAME()
Constant for sorting applet items by id and name.
|
int |
getSORT_APPLET_BY_NAME()
Constant for sorting applet items by name.
|
int |
getSORT_APPLET_BY_RELATEDDOCUMENT()
Constant for sorting applet items by related document.
|
int |
getSORT_APPLET_BY_RELATEDDOCUMENTNAME()
Constant for sorting applet items by related document name.
|
int |
getSORT_APPLET_BY_SCREEN()
Constant for sorting applet items by screen.
|
int |
getSORT_APPLET_BY_VERSION()
Constant for sorting applet items by version.
|
int |
getSORT_BUTTON_BY_ID()
Constant for sorting button items by id.
|
int |
getSORT_BUTTON_BY_IDANDNAME()
Constant for sorting button items by id and name.
|
int |
getSORT_BUTTON_BY_LABELTEXT()
Constant for sorting button items by label text.
|
int |
getSORT_BUTTON_BY_NAME()
Constant for sorting button items by name.
|
int |
getSORT_EAMFEATURE_BY_ID()
Constant for sorting eam feature items by id.
|
int |
getSORT_EAMFEATURE_BY_IDANDNAME()
Constant for sorting eam feature items by id and name.
|
int |
getSORT_EAMFEATURE_BY_NAME()
Constant for sorting eam feature items by name.
|
int |
getSORT_FIELD_BY_DATAENTRY()
Constant for sorting field items by data entry.
|
int |
getSORT_FIELD_BY_DATATYPE()
Constant for sorting field items by data type.
|
int |
getSORT_FIELD_BY_ENTITY()
Constant for sorting field items by entity.
|
int |
getSORT_FIELD_BY_ID()
Constant for sorting field items by id.
|
int |
getSORT_FIELD_BY_IDANDNAME()
Constant for sorting field items by id and name.
|
int |
getSORT_FIELD_BY_LABEL()
Constant for sorting field items by label.
|
int |
getSORT_FIELD_BY_NAME()
Constant for sorting field items by name.
|
int |
getSORT_FIELD_BY_SOURCE()
Constant for sorting field items by source.
|
int |
getSORT_FOLDER_BY_NAME()
Constant for sorting folder items by name.
|
int |
getSORT_GLOSSARYTERM_BY_DESCRIPTIONLINK()
Constant for sorting glossary term items by description link.
|
int |
getSORT_GLOSSARYTERM_BY_ID()
Constant for sorting glossary term items by id.
|
int |
getSORT_GLOSSARYTERM_BY_IDANDTERM()
Constant for sorting glossary term items by id and term.
|
int |
getSORT_GLOSSARYTERM_BY_TERM()
Constant for sorting glossary term items by term.
|
int |
getSORT_LISTOFVALUES_BY_ID()
Constant for sorting list of values items by id.
|
int |
getSORT_LISTOFVALUES_BY_IDANDTYPE()
Constant for sorting list of values items by id and type.
|
int |
getSORT_LISTOFVALUES_BY_PROCESS()
Constant for sorting list of values items by process.
|
int |
getSORT_LISTOFVALUES_BY_TYPE()
Constant for sorting list of values items by type.
|
int |
getSORT_PREDEFINEDQUERY_BY_ID()
Constant for sorting predefined query items by id.
|
int |
getSORT_PREDEFINEDQUERY_BY_IDANDTITLE()
Constant for sorting predefined query items by id and title.
|
int |
getSORT_PREDEFINEDQUERY_BY_TITLE()
Constant for sorting predefined query items by title.
|
int |
getSORT_VALUE_BY_CODE()
Constant for sorting value items by code.
|
int |
getSORT_VALUE_BY_ID()
Constant for sorting value items by id.
|
int |
getSORT_VALUE_BY_IDANDCODE()
Constant for sorting value items by id and code.
|
int |
getSORT_VALUE_BY_LABEL()
Constant for sorting value items by label.
|
int |
getSORT_VIEW_BY_BPECONTACT()
Constant for sorting view items by bpe contact.
|
int |
getSORT_VIEW_BY_BSMCONTACT()
Constant for sorting view items by bsm contact.
|
int |
getSORT_VIEW_BY_ID()
Constant for sorting view items by id.
|
int |
getSORT_VIEW_BY_IDANDNAME()
Constant for sorting view items by id and name.
|
int |
getSORT_VIEW_BY_NAME()
Constant for sorting view items by name.
|
int |
getSORT_VIEW_BY_TITLE()
Constant for sorting view items by title.
|
int getSORT_FOLDER_BY_NAME()
int getSORT_VIEW_BY_ID()
int getSORT_VIEW_BY_NAME()
int getSORT_VIEW_BY_BSMCONTACT()
int getSORT_VIEW_BY_BPECONTACT()
int getSORT_VIEW_BY_TITLE()
int getSORT_VIEW_BY_IDANDNAME()
int getSORT_APPLET_BY_ID()
int getSORT_APPLET_BY_NAME()
int getSORT_APPLET_BY_VERSION()
int getSORT_APPLET_BY_SCREEN()
int getSORT_APPLET_BY_RELATEDDOCUMENT()
int getSORT_APPLET_BY_RELATEDDOCUMENTNAME()
int getSORT_APPLET_BY_IDANDNAME()
int getSORT_BUTTON_BY_ID()
int getSORT_BUTTON_BY_NAME()
int getSORT_BUTTON_BY_LABELTEXT()
int getSORT_BUTTON_BY_IDANDNAME()
int getSORT_FIELD_BY_ID()
int getSORT_FIELD_BY_NAME()
int getSORT_FIELD_BY_LABEL()
int getSORT_FIELD_BY_ENTITY()
int getSORT_FIELD_BY_DATATYPE()
int getSORT_FIELD_BY_DATAENTRY()
int getSORT_FIELD_BY_SOURCE()
int getSORT_FIELD_BY_IDANDNAME()
int getSORT_LISTOFVALUES_BY_ID()
int getSORT_LISTOFVALUES_BY_TYPE()
int getSORT_LISTOFVALUES_BY_PROCESS()
int getSORT_LISTOFVALUES_BY_IDANDTYPE()
int getSORT_VALUE_BY_ID()
int getSORT_VALUE_BY_CODE()
int getSORT_VALUE_BY_LABEL()
int getSORT_VALUE_BY_IDANDCODE()
int getSORT_PREDEFINEDQUERY_BY_ID()
int getSORT_PREDEFINEDQUERY_BY_TITLE()
int getSORT_PREDEFINEDQUERY_BY_IDANDTITLE()
int getSORT_EAMFEATURE_BY_ID()
int getSORT_EAMFEATURE_BY_NAME()
int getSORT_EAMFEATURE_BY_IDANDNAME()
int getSORT_GLOSSARYTERM_BY_ID()
int getSORT_GLOSSARYTERM_BY_TERM()
int getSORT_GLOSSARYTERM_BY_DESCRIPTIONLINK()
int getSORT_GLOSSARYTERM_BY_IDANDTERM()
java.util.List<? extends IFolder> getAllFolders()
java.util.List<? extends IFolder> getAllFolders(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IFolder> getAllFolders(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IFolder> getAllRootFolders()
java.util.List<? extends IFolder> getAllRootFolders(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IFolder> getAllRootFolders(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IFolder> getAllFoldersForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an folder is
only assigned to the history item for the commit of the last change of the
folder. This method does not allow to access old versions.
historyItem - history item identifying the last change of the folder itemsjava.util.List<? extends IView> getAllViews()
java.util.List<? extends IView> getAllViews(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IView> getAllViews(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IView> getAllRootViews()
java.util.List<? extends IView> getAllRootViews(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IView> getAllRootViews(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IView> getAllViewsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an view is
only assigned to the history item for the commit of the last change of the
view. This method does not allow to access old versions.
historyItem - history item identifying the last change of the view itemsjava.util.List<? extends IApplet> getAllApplets()
java.util.List<? extends IApplet> getAllApplets(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IApplet> getAllApplets(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IApplet> getAllRootApplets()
java.util.List<? extends IApplet> getAllRootApplets(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IApplet> getAllRootApplets(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IApplet> getAllAppletsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an applet is
only assigned to the history item for the commit of the last change of the
applet. This method does not allow to access old versions.
historyItem - history item identifying the last change of the applet itemsjava.util.List<? extends IButton> getAllButtons()
java.util.List<? extends IButton> getAllButtons(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IButton> getAllButtons(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IButton> getAllRootButtons()
java.util.List<? extends IButton> getAllRootButtons(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IButton> getAllRootButtons(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IButton> getAllButtonsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an button is
only assigned to the history item for the commit of the last change of the
button. This method does not allow to access old versions.
historyItem - history item identifying the last change of the button itemsjava.util.List<? extends IField> getAllFields()
java.util.List<? extends IField> getAllFields(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IField> getAllFields(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IField> getAllRootFields()
java.util.List<? extends IField> getAllRootFields(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IField> getAllRootFields(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IField> getAllFieldsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an field is
only assigned to the history item for the commit of the last change of the
field. This method does not allow to access old versions.
historyItem - history item identifying the last change of the field itemsjava.util.List<? extends IListofValues> getAllListofValuess()
java.util.List<? extends IListofValues> getAllListofValuess(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IListofValues> getAllListofValuess(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IListofValues> getAllRootListofValuess()
java.util.List<? extends IListofValues> getAllRootListofValuess(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IListofValues> getAllRootListofValuess(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IListofValues> getAllListofValuessForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an list of values is
only assigned to the history item for the commit of the last change of the
list of values. This method does not allow to access old versions.
historyItem - history item identifying the last change of the list of values itemsjava.util.List<? extends IValue> getAllValues()
java.util.List<? extends IValue> getAllValues(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IValue> getAllValues(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IValue> getAllValuesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an value is
only assigned to the history item for the commit of the last change of the
value. This method does not allow to access old versions.
historyItem - history item identifying the last change of the value itemsjava.util.List<? extends IPredefinedQuery> getAllPredefinedQuerys()
java.util.List<? extends IPredefinedQuery> getAllPredefinedQuerys(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPredefinedQuery> getAllPredefinedQuerys(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPredefinedQuery> getAllRootPredefinedQuerys()
java.util.List<? extends IPredefinedQuery> getAllRootPredefinedQuerys(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPredefinedQuery> getAllRootPredefinedQuerys(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPredefinedQuery> getAllPredefinedQuerysForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an predefined query is
only assigned to the history item for the commit of the last change of the
predefined query. This method does not allow to access old versions.
historyItem - history item identifying the last change of the predefined query itemsjava.util.List<? extends IEAMFeature> getAllEAMFeatures()
java.util.List<? extends IEAMFeature> getAllEAMFeatures(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IEAMFeature> getAllEAMFeatures(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IEAMFeature> getAllRootEAMFeatures()
java.util.List<? extends IEAMFeature> getAllRootEAMFeatures(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IEAMFeature> getAllRootEAMFeatures(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IEAMFeature> getAllEAMFeaturesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an eam feature is
only assigned to the history item for the commit of the last change of the
eam feature. This method does not allow to access old versions.
historyItem - history item identifying the last change of the eam feature itemsjava.util.List<? extends IGlossaryTerm> getAllGlossaryTerms()
java.util.List<? extends IGlossaryTerm> getAllGlossaryTerms(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IGlossaryTerm> getAllGlossaryTerms(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IGlossaryTerm> getAllRootGlossaryTerms()
java.util.List<? extends IGlossaryTerm> getAllRootGlossaryTerms(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IGlossaryTerm> getAllRootGlossaryTerms(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IGlossaryTerm> getAllGlossaryTermsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an glossary term is
only assigned to the history item for the commit of the last change of the
glossary term. This method does not allow to access old versions.
historyItem - history item identifying the last change of the glossary term itemsIFolder findFolder(java.lang.String path)
path - the pathjava.util.List<java.lang.String> getKnownValuesForFieldDataType()
java.util.List<java.lang.String> getKnownValuesForFieldDataEntry()