%ZHSLIB.PackageManager.Client.P4Workspace.PublishService
class %ZHSLIB.PackageManager.Client.P4Workspace.PublishService extends %Library.RegisteredObject, %ZHSLIB.PackageManager.Core.IPublishService
Property Inventory (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
property Available as %Boolean [ Private ];
Property methods: AvailableDisplayToLogical(), AvailableGet(), AvailableIsValid(), AvailableLogicalToDisplay(), AvailableNormalize(), AvailableSet()
property P4Workspace as %ZHSLIB.PackageManager.Client.P4Workspace;
Property methods: P4WorkspaceGet(), P4WorkspaceGetObject(), P4WorkspaceGetObjectId(), P4WorkspaceGetSwizzled(), P4WorkspaceIsValid(), P4WorkspaceNewObject(), P4WorkspaceSet(), P4WorkspaceSetObject(), P4WorkspaceSetObjectId(), P4WorkspaceUnSwizzle()
Methods (Including Private)
private method %OnNew(pP4Workspace As %ZHSLIB.PackageManager.Client.P4Workspace) as %Status [ Language = objectscript ]
Inherited description: This callback method is invoked by the %New() method to
provide notification that a new instance of an object is being created.
If this method returns an error then the object will not be created.
It is passed the arguments provided in the %New call. When customizing this method, override the arguments with whatever variables and types you expect to receive from %New(). For example, if you're going to call %New, passing 2 arguments, %OnNew's signature could be:
Method %OnNew(dob as %Date = "", name as %Name = "") as %Status If instead of returning a %Status code this returns an oref and this oref is a subclass of the current class then this oref will be the one returned to the caller of %New method.
method PublishApplication(pApplication As %ZHSLIB.PackageManager.Core.Application) as %Boolean [ Language = objectscript ]
method PublishModule(pModule As %ZHSLIB.PackageManager.Core.Module) as %Boolean [ Language = objectscript ]
method PublishToPerforce(pArtifact As %ZHSLIB.PackageManager.Core.ModuleInfo) as %Boolean [ Language = objectscript ]
Inherited Members
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()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- IsAvailable()