File descriptors

File Descriptor MF_WKSP_ResultList
Has Property #1 -> MFProp_WorkspaceName
Has Property #2 -> MFProp_WorkspacePath
Has Property #3 -> MFProp_CanCompile
Has Property #4 -> PROP_ElementType
Has Property #5 -> MFProp_ContentType
Has Property #6 -> PROP_Suffix
Has Property #7 -> MFProp_ErrorCount
Has Property #8 -> MFProp_WarningCount
File descriptor/relationships Attribute Meaning
MF_WKSP_ResultList Prop Delimiter = ","

Structure = Table

Type = InputStream

Workspace iterator results file.

A file defined in the following way should be used as the output parameter of GetWorkspaceContents and GetWorkspaceProjects tools, although the ID is not fixed.

MF_WKSP_ResultList

has Property MFProp_WorkspaceName

Label = Name The name of the workspace resource, without any path.
MF_WKSP_ResultList

has Property MFProp_WorkspacePath

- The full workspace path to the resource.
MF_WKSP_ResultList

has Property MFProp_CanCompile

- Boolean property which indicates whether single file compile is allowed on the resource.
MF_WKSP_ResultList

has Property PROP_ElementType

- This is needed so that the model interpreter can assign the Element Type for each Element in a Element list. As the Element Type of an Element can already be seen from the Icon, the table column can be hidden.
MF_WKSP_ResultList

has Property MFProp_ContentType

Label = Content type Eclipse content type ID.
MF_WKSP_ResultList

has Property PROP_Suffix

Label = File extension File extension
MF_WKSP_Result

has Property ListMFProp_ErrorCount

Label = Errors The number of errors in a file, a folder or a project.
MF_WKSP_ResultList

has Property MFProp_WarningCount

Label = Warnings The number of warnings in a file, a folder or a project.