Skip navigation links
A C D E F G H I L M N O P R S T U V W 

C

CATEGORY_ID_KEY - Static variable in interface com.arcway.cockpit.docgen.provider.interfaces.IRecord
key "categoryID"
CATEGORY_LABEL_KEY - Static variable in interface com.arcway.cockpit.docgen.provider.interfaces.IRecord
key "categoryLabel"
checkForCancelation() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.ILogger
Call this frequently to check if the user wants to cancel the report processing.
com.arcway.cockpit.docgen.provider.interfaces - package com.arcway.cockpit.docgen.provider.interfaces
 
COMMA_SEPARATED_PROPERTY_KEY - Static variable in interface com.arcway.cockpit.docgen.provider.interfaces.IRecord
key "_commaSeparatedProperty"
commit(String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IConfiguredProject
Trys to perform a commit.
COMMIT_VERSION_KEY - Static variable in interface com.arcway.cockpit.docgen.provider.interfaces.IRecord
key "commitVersion"
containsPlans() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IFolder
Checks whether the current folder contains any plans.
CONTENT_KEY - Static variable in interface com.arcway.cockpit.docgen.provider.interfaces.IRecord
key "content"
convertStringToPortableFileName(String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IFileHelper
Replaces all invalid characters in a file name by underscores
convertToList(Object[]) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IArrayHelper
Deprecated.
velocity can handle object arrays as object lists
convertToList(String[]) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IArrayHelper
Deprecated.
string array are not used anymore
convertToList(List<Object>) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IArrayHelper
Deprecated. 
copyDirectoryContent(String, String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IFileHelper
copies a directory's content into another directory
copyFile(String, String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IFileHelper
copies a file from source to destination
createAndAdd(String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IRecord
Adds a newly created record under the given key.
createAndSet(String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IRecord
Adds a newly created record under the given key.
createBubbleContainerProjection(List<IProjection>) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IProjectionFactory
Wrappes the given projections into a bubble.
createColor(int, int, int) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IProjectionFactory
Creates a color.
createCounterProjection(int) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IProjectionFactory
Counter.
createCounterProjection(int, IColor) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IProjectionFactory
Counter.
createCounterProjection(String, IColor) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IProjectionFactory
Counter.
createDimensionedProgressBarProjection(double, double, double, double, IColor, double, IColor, IColor, ITextStyle, String, IColor, IColor, ITextStyle, String, double, IColor, IColor, ITextStyle, String, double, IColor, IColor, ITextStyle, String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IProjectionFactory
Dimensioned progress bar projection Use IProjectionFactory.createColor(int, int, int) and #createTextStyle(String, int, int) to create the colors and text styles.
createElementPresentationRule() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IProjectDataProvider
Creates an element presentation rule to be used e.g. for IPlanPresentationRule.setElementPresentationRules(java.util.Map) Use ArrayHelper.createHashMap() to create presentation rule maps.
createHashMap() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IArrayHelper
Creates an empty hash map object.
createHashSet() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IArrayHelper
Creates an empty hash set object.
createLink(String, String, String, String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IProjectDataProvider
Creates a link to be used e.g. for IGraphic#getSVGFile(java.util.Map) Use ArrayHelper.createHashMap() to create link maps.
createList() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IArrayHelper
Creates an empty array list object.
createPlanPresentationRule() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IProjectDataProvider
Creates an plan presentation rule to be used e.g. for IGraphic#getImage(IPlanPresentationRule)
createPostProcessingFile(String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IFileHelper
Creates a file name.
createProcessingInstruction(String, String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IArrayHelper
XML Processing instruction as used in IRecords that represent XML files.
createProgressBarProjection(int) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IProjectionFactory
Progress bar.
createRecord() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IArrayHelper
Creates a record.
createRecordSortedSet(List<String>) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IArrayHelper
Creates a set in which records are sorted in the order of the given property IDs.
createSortedMap() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IArrayHelper
Creates an empty tree map object.
createSortedSet() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IArrayHelper
Creates an empty tree set object.
createTextArrayProjection(List<String>, IColor, double, int, ITextStyle, double, int, int) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IProjectionFactory
Text projection.
createTextLabelProjection(String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IProjectionFactory
Text label.
createTextProjection(String, IColor, double, ITextStyle, double, int, int) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IProjectionFactory
Text projection.
createTextStyle(String, boolean, boolean) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IGraphicsHelper
Creates a text style.
createTextStyle(String, boolean, boolean) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IProjectionFactory
Creates a text style.
createWarningSignProjection() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IProjectionFactory
Creates a warning sign projection.
CREATION_DATE_KEY - Static variable in interface com.arcway.cockpit.docgen.provider.interfaces.IRecord
key "creationDate"
CREATOR_KEY - Static variable in interface com.arcway.cockpit.docgen.provider.interfaces.IRecord
key "creator"
CUSTOM_KEY_PREFIX - Static variable in interface com.arcway.cockpit.docgen.provider.interfaces.IRecord
key prefix "custom."
A C D E F G H I L M N O P R S T U V W 
Skip navigation links