public abstract class PluginElement extends XMLComplexElement
Title: 工作流设计工具(BPD)
Description: 实现插件的基类
Copyright: Copyright (c) 2004
Company: itjds
| 限定符和类型 | 字段和说明 |
|---|---|
Map |
contextMap |
attributes, complexStructureatts, isCollapsed, isReadOnly, isRequired, isVisible, labelName, name, NEWLINE, OFFSET, value| 限定符 | 构造器和说明 |
|---|---|
protected |
PluginElement(com.ds.config.BPDPlugin bpdElement) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterImporting() |
Object |
clone()
Used to create exact copy of instance of this class.
|
com.ds.config.BPDPlugin |
getBpdElement() |
Map |
getContextMap() |
Object |
getProperty(String key) |
String[] |
getPropertyKeys() |
String |
getServerUrl() |
com.ds.config.PluginType |
getType() |
void |
loadProperties() |
Object |
parExpression(String expression) |
void |
setBpdElement(com.ds.config.BPDPlugin bpdElement) |
void |
setContextMap(Map contextMap) |
void |
setProperty(String key,
Object obj) |
void |
setType(com.ds.config.PluginType type) |
void |
toXML(Node parent)
Supposed to be overriden by derived classes to implement element specific
writting to an XML file.
|
fillStructure, fromXML, get, get, getChildElements, getElementsCount, getIndex, getNode, getPanel, isEmpty, isValid, processAttributes, processElements, refreshLabelName, set, set, setReadOnly, toComplexType, toComplexTypeValues, toComplexValues, toStringfromXML, getPrintDescription, getPrintDescription, isCollapsed, isReadOnly, isRequired, isValidEnter, isVisible, setCollapsed, setLabelName, setRequired, setValue, setVisible, toLabel, toName, toValuepublic Map contextMap
public String[] getPropertyKeys()
public void afterImporting()
throws PluginException
PluginExceptionpublic void loadProperties()
throws PluginException
PluginExceptionpublic void toXML(Node parent)
XMLElementtoXML 在类中 XMLComplexElementparent - indicates how much tabulators to put before element tag.public com.ds.config.PluginType getType()
public void setType(com.ds.config.PluginType type)
public Object clone()
XMLElementclone 在类中 XMLComplexElementpublic String getServerUrl()
public com.ds.config.BPDPlugin getBpdElement()
public void setBpdElement(com.ds.config.BPDPlugin bpdElement)
public Map getContextMap()
public void setContextMap(Map contextMap)
Copyright © 2023 onecode. All rights reserved.