%ZHSLIB.PackageManager.Developer.Processor.Default.Routine
class %ZHSLIB.PackageManager.Developer.Processor.Default.Routine extends %ZHSLIB.PackageManager.Developer.Processor.Default.Document
Property Inventory (Including Private)
Method Inventory (Including Private)
Parameters
parameter DESCRIPTION = Standard resource processor for routines.;
Description of resource processor class (shown in UI)
parameter EXTENSION = MAC;
May be set to determine the value of Extension based on a static value rather than based on the resource name.
Properties (Including Private)
property Directory as %String) [ InitialExpression = "rtn" ];
Directory relative to module root containing the exported resource.
Defaults to the resource's extension (lower-case) if unspecified.
Property methods: DirectoryDisplayToLogical(), DirectoryGet(), DirectoryIsValid(), DirectoryLogicalToDisplay(), DirectoryLogicalToOdbc(), DirectoryNormalize(), DirectorySet()
property FilenameExtension as %String [ InitialExpression = "rtn" ];
Extension for individual filename(s) that comprise this resource
Property methods: FilenameExtensionDisplayToLogical(), FilenameExtensionGet(), FilenameExtensionIsValid(), FilenameExtensionLogicalToDisplay(), FilenameExtensionLogicalToOdbc(), FilenameExtensionNormalize(), FilenameExtensionSet()
property FilenameTranslateAssociator as %String [ InitialExpression = "/_" ];
Characters in the filename to use as the associator in $translate when determining the resource's filename on disk
The default behavior is to replace "." with "/" and change "%" to "_"
Property methods: FilenameTranslateAssociatorDisplayToLogical(), FilenameTranslateAssociatorGet(), FilenameTranslateAssociatorIsValid(), FilenameTranslateAssociatorLogicalToDisplay(), FilenameTranslateAssociatorLogicalToOdbc(), FilenameTranslateAssociatorNormalize(), FilenameTranslateAssociatorSet()
property Format as %String (VALUELIST = ",%RO,UDL") [ InitialExpression = "%RO" ];
Export format - list of acceptable values may differ by subclass.
Property methods: FormatDisplayToLogical(), FormatGet(), FormatIsValid(), FormatLogicalToDisplay(), FormatLogicalToOdbc(), FormatNormalize(), FormatSet()
Methods (Including Private)
method OnConfigureMappings(ByRef pParams) as %Status [ Language = objectscript ]
Subclasses may override to customize mapping behavior at the beginning of the Reload phase.
Inherited Members
Inherited Properties (Including Private)
- Compile
- CompileAfter
- Extension
- FilenameTranslateIdentifier
- Flags
- LoadAsDirectory
- Name
- ResourceReference
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RegExReplace()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- ApplyDefaults()
- CopyAttributes()
- CopyDefaultAttributes()
- GetAttributeMetadata()
- GetDescription()
- GetSourceControlInfo()
- OnAfterPhase()
- OnBeforeArtifact()
- OnBeforePhase()
- OnGetUniqueName()
- OnItemRelativePath()
- OnLoad()
- OnPhase()
- OnResolveChildren()
- SatisfiesCondition()