| 限定符和类型 | 方法和说明 |
|---|---|
Package |
BPD.getRealXMLPackage()
Gets the main package representing opened XML file.
|
Package |
PackageEditor.getRealXMLPackage()
Gets a real XML package object (the one of the main XML file).
|
abstract Package |
AbstractGraph.getXMLPackage() |
Package |
PackageEditor.getXMLPackage()
Gets a XML package object currently viewed within editor's graph.
|
Package |
PackageGraph.getXMLPackage() |
Package |
ProcessGraph.getXMLPackage() |
Package |
WorkflowManager.getXMLPackage()
Returns the object representing the main element of XML file that defines the workflow model logic.
|
Package |
BPD.openDocument(String filename,
boolean clearOtherPackages,
boolean openFromStream)
Used to open new document when some other document is beeing edited (called
from New and OpenLocal actions).
|
Package |
BPD.wf2Package(String wfStr) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Collection |
WorkflowManager.getOutFlows(Package pk) |
static Collection |
WorkflowManager.getSubFlows(Package pk)
得到指定package下的所有子流程
|
String |
BPD.saveWFToString(Package pkg) |
void |
PackageEditor.setNewPackage(Package pkg,
boolean clearOtherPackages)
Used to open new document when some other document is beeing edited
(called from New and OpenLocal actions).
|
void |
PackageEditor.setXMLPackage(Package xmlPackage)
Sets a XML package object
|
boolean |
BPD.validateWorkflowProcess(Package pkg) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
Save.updateExtendedAttributesForWorkflowProcesses(Package pkg) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Outflow.showSubflow(Package pkg)
Shows referenced process, if no process is referenced, the new process is
created and shown.
|
void |
Subflow.showSubflow(Package pkg)
Shows referenced process, if no process is referenced, the new process is created and shown.
|
| 构造器和说明 |
|---|
ExternalParticipants(Package p) |
| 限定符和类型 | 方法和说明 |
|---|---|
static TextTreePanel |
TextTreePanel.getInstance(Package myOwner,
TextPreview txPreview,
String title) |
| 构造器和说明 |
|---|
ExternalProcesses(Package p) |
TextTreePanel(Package myOwner,
TextPreview txPreview,
String title) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Package |
PackageValidator.pkg |
| 限定符和类型 | 方法和说明 |
|---|---|
Package |
XML.getExternalPackageByRelativeFilePath(String relativePathToExtPkg,
Package rootPkg) |
Package |
XMLInterface.getExternalPackageByRelativeFilePath(String relativePathToExtPkg,
Package rootPkg) |
Package |
XML.getPackageByFilename(String filename) |
Package |
XMLInterface.getPackageByFilename(String filename) |
Package |
XML.getPackageById(String pkgId) |
Package |
XMLInterface.getPackageById(String pkgId) |
Package |
XML.openPackage(String pkgReference,
boolean openFromStream) |
Package |
XMLInterface.openPackage(String pkgReference,
boolean openFromStream) |
Package |
XML.parseDocument(String toParse,
boolean isFile) |
Package |
XMLInterface.parseDocument(String toParse,
boolean isFile) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
XML.getAbsoluteFilePath(Package pkg) |
String |
XMLInterface.getAbsoluteFilePath(Package pkg) |
Package |
XML.getExternalPackageByRelativeFilePath(String relativePathToExtPkg,
Package rootPkg) |
Package |
XMLInterface.getExternalPackageByRelativeFilePath(String relativePathToExtPkg,
Package rootPkg) |
String |
XML.getParentDirectory(Package pkg) |
String |
XMLInterface.getParentDirectory(Package pkg) |
RandomAccessFile |
XML.getRaf(Package pkg) |
void |
XML.register(Package pkg)
This method has to be called from the newly created package after its
Id is entered.
|
void |
XMLInterface.register(Package pkg)
This method has to be called from the newly created package after its
Id is entered.
|
void |
XML.registerPackageFilename(String filename,
Package pkg)
This method is called when first saving new package, or when saving it with
a different name.
|
void |
XMLInterface.registerPackageFilename(String filename,
Package pkg)
This method is called when first saving new package, or when saving it with
a different name.
|
| 构造器和说明 |
|---|
PackageValidator(Package pkg,
boolean checkingBybpd,
boolean checkingForbpd,
boolean getExistingSchemaValidationErrors,
boolean checkExternalPackages) |
| 限定符和类型 | 方法和说明 |
|---|---|
Package |
Device.getPackage() |
Package |
Event.getPackage() |
Package |
OutFlow.getPackage() |
Package |
Service.getPackage() |
Package |
SubFlow.getPackage() |
Package |
Tool.getPackage() |
| 限定符和类型 | 方法和说明 |
|---|---|
Package |
ExternalPackage.getMyPackage() |
Package |
Application.getPackage()
Used to determine if application is external to some collection.
|
Package |
Applications.getPackage()
Usefull to determine if some application is from other package.
|
Package |
DataField.getPackage() |
Package |
DataFields.getPackage()
Usefull to determine if some data field is from other package.
|
Package |
ExtendedAttribute.getPackage()
Returns the package where ext. attrib. belongs to.
|
Package |
Participant.getPackage() |
Package |
Participants.getPackage() |
Package |
Transition.getPackage() |
Package |
TypeDeclaration.getPackage() |
Package |
WorkflowProcess.getPackage()
Returns the package that is container for process.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Package.addExternalPackage(Package externalPkg)
Adds single external package to collection of external packages.
|
void |
Package.addExternalPackages(Package externalPkg)
Adds to collection of external packages the all packages that given
external package references.
|
protected void |
Applications.insertFromExternal(Package ep) |
protected void |
Participants.insertFromExternal(Package ep) |
protected void |
WorkflowProcesses.insertFromExternal(Package ep) |
protected void |
Applications.removeFromExternal(Package ep) |
protected void |
Participants.removeFromExternal(Package ep) |
protected void |
WorkflowProcesses.removeFromExternal(Package ep) |
void |
WorkflowProcess.setPackage(Package p) |
| 构造器和说明 |
|---|
Application(Applications aps,
Package p)
Creates a new instance of the class.
|
ArrayType(DataTypes dtc,
Package p)
Creates a new instance of the class.
|
ComplexContent(Package pkg) |
DataType(Package p)
Creates a new instance of the class.
|
DataTypes(XMLComplexElement myOwner,
Package p,
int[] invisibleTypes,
int choosenIndex) |
DeclaredType(Package p)
Creates a new instance of the class.
|
ExtendedAttributeForUserProperty(Package p)
Creates a new instance of the class.
|
ExternalPackages(Package myOwner)
Creates a new instance of the class.
|
ListType(DataTypes dtc,
Package p)
Creates a new instance of the class.
|
Member(Package p)
Creates a new instance of the class.
|
Namespaces(Package owner)
Creates a new instance of the class.
|
RecordType(Package p) |
TypeDeclaration(TypeDeclarations tds,
Package p)
Creates a new instance of the class.
|
TypeDeclarations(Package p)
Creates a new instance of the class.
|
UnionType(Package p) |
UserProperties(Package myPackage)
Creates a new instance of the class.
|
UserPropertyRefs(Package myPackage)
Creates a new instance of the class.
|
WorkflowProcess(WorkflowProcesses wps,
Package p)
Creates a new instance of the class.
|
WorkflowProcess(WorkflowProcesses wps,
Package p,
boolean SubFlow)
ADD BY WENZHANG 2006-03-01 未经测试不推荐使用
|
WorkflowProcess(WorkflowProcesses wps,
Package p,
WFApplication wfApp,
boolean isNew,
String processId) |
WorkflowProcesses(Package p)
Creates a new instance of the class.
|
| 构造器和说明 |
|---|
FormalParameter(FormalParameters fps,
Package p)
Creates a new instance of the class.
|
FormalParameters(XMLComplexElement myOwner,
Package myPackage)
Creates a new instance of the class.
|
| 构造器和说明 |
|---|
XMLComplexContentPanel(XMLElement myOwner,
Package pkg) |
Copyright © 2023 onecode. All rights reserved.