|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MacroMetadataManager
Provides metadata about macros such as what parameters they expect and how to represent them visually.
| Method Summary | |
|---|---|
java.util.Set<MacroMetadata> |
getAllMacroMetadata()
Retrieve all available metadata for macros in the system. |
java.util.Set<MacroSummary> |
getAllMacroSummaries()
Return summaries of all macros in the system. |
MacroMetadata |
getMacroMetadataByName(java.lang.String macroName)
Retrieve the metadata for a single macro. |
MacroMetadata |
getMacroMetadataByNameAndId(java.lang.String macroName,
java.lang.String alternateId)
Retrieve the metadata for a single macro. |
java.util.Map<java.lang.String,MacroParameter> |
getParameters(java.lang.String macroName)
Retrieve the parameter information for a single macro. |
java.util.Map<java.lang.String,MacroParameterType> |
getParameterTypes(java.lang.String macroName)
Retrieve the parameter type information for a single macro. |
| Method Detail |
|---|
java.util.Set<MacroMetadata> getAllMacroMetadata()
java.util.Set<MacroSummary> getAllMacroSummaries()
MacroMetadata getMacroMetadataByName(java.lang.String macroName)
macroName - the (simple, unfriendly) name of the macro, as will be returned by
MacroMetadata.getMacroName() or MacroDefinition.getName().
MacroMetadata getMacroMetadataByNameAndId(java.lang.String macroName,
java.lang.String alternateId)
macroName - the (simple, unfriendly) name of the macro, as will be returned by
MacroMetadata.getMacroName() or MacroDefinition.getName().alternateId - additional identification for macros where the macroName is not sufficient. This will
be ignored, if null.java.util.Map<java.lang.String,MacroParameterType> getParameterTypes(java.lang.String macroName)
macroName - the name of the macro, as will be returned by MacroMetadata.getMacroName() or
MacroDefinition.getName().
java.util.Map<java.lang.String,MacroParameter> getParameters(java.lang.String macroName)
macroName - the name of the macro, as will be returned by MacroMetadata.getMacroName() or
MacroDefinition.getName().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||