%Studio.SourceControl.UI
class %Studio.SourceControl.UI extends %CSP.StudioTemplateSuper
Dialog for checking in files to PerforceMethod Inventory (Including Private)
- AllowedApps()
- BundleDisplay()
- CheckinDisplay()
- ConvertStreamToHTML()
- DiffDisplay()
- DiffEnabled()
- DownloadDisplay()
- DscheckpointDisplay()
- GetParameter()
- InstanceVersion()
- ItemsetlogDisplay()
- LoadDisplay()
- MenuDisplay()
- OnPage()
- OnPreHTTP()
- PerforceLoggedIn()
- PerforceLogin()
- RefreshDisplay()
- SelfLink()
- SummaryDisplay()
- UpdateSession()
- UploadDisplay()
Parameters
NOTE - this parameter is not enforced until 3012.2
Methods (Including Private)
To add web applications to the return list, set ^%SYS("SourceControl","AllowedApps")=$lb(app1,app2,...)
.
NOTE: app1, app2, etc must have a trailing '/', e.g. ^%SYS("SourceControl","AllowedApps")=$lb("/csp/users/")
Set ^SYS("SourceControl","UIConfig","DisableDiff")=1 to disable diff for a specific namespace
Set ^%SYS("SourceControl","UIConfig","DisableDiff")=1 to disable diff for the entire instance
This als inializes the process ticket variable, so this must be called whenever a server-side method requiring Perforce access is invoked
If login is successful, ticket is stored in the session to be reused on later calls to Perforce
If Password is not defined, then the locally cached ticket will be cleared
Inherited Members
Inherited Methods (Including Private)
- %ClassIsLatestVersion()
- %ClassName()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %New()
- %OriginalNamespace()
- %PackageName()
- %SetModified()
- ConvertParameter()
- Decrypt()
- Encrypt()
- EscapeHTML()
- EscapeURL()
- HyperEventCall()
- HyperEventHead()
- Include()
- InsertHiddenField()
- InsertHiddenFields()
- IsEnabled()
- IsPrivate()
- Link()
- LocalizeName()
- OnErrorSetup()
- OnHTTPHeader()
- OnPageError()
- OnPostHTTP()
- OnPostHyperEvent()
- OnPreHyperEvent()
- Page()
- QuoteJS()
- RewriteURL()
- ShowError()
- StartTimer()
- StopTimer()
- ThrowError()
- UnescapeHTML()
- UnescapeURL()