public class FunctionAnnotationTest
extends java.lang.Object
构造器和说明 |
---|
FunctionAnnotationTest() |
限定符和类型 | 方法和说明 |
---|---|
static boolean |
checkMember(java.lang.String member) |
static boolean |
checkStock() |
static boolean |
testAuthor(java.lang.String i1,
int i2) |
static boolean |
testOrg() |
static boolean |
testUser(int i1,
int i2) |
@Function(aliases="user", title="add.i18n.title", description="func.i18n.add", category="wf_node_select1,formCalc,wf_branch_function1", templateCode="F0001,W0002") public static boolean testUser(@FunctionParam(value="type:\'SelectPeople\',panel:\'Member\'") int i1, int i2)
@Function(aliases="author", title="add.i18n.title2", description="func.i18n.add2", category="wf_node_1,form,wf_branch_function1", templateCode="F0001,W0002") public static boolean testAuthor(@FunctionParam(value="type:\'SelectPeople\',panel:\'Member\'") java.lang.String i1, int i2)
@Function(aliases="org", title="addressbook.toolbar.team", description="common.body.type.officeNotSupported", category="wf_node_select3,wf_branch_function1", templateCode="F0001,W0002") public static boolean testOrg()
@Function(aliases="\u68c0\u67e5ERP\u5e93\u5b58", title="\u68c0\u67e5ERP\u5e93\u5b58\u72b6\u51b5", description="\u68c0\u67e5ERP\u5e93\u5b58\u72b6\u51b5\u3002", category="wf_node_1,form,wf_branch_function", templateCode="F0001,W0002") public static boolean checkStock()
@Function(aliases="\u68c0\u67e5\u4eba\u5458\u8003\u52e4", title="\u68c0\u67e5\u4eba\u5458\u8003\u52e4", description="\u68c0\u67e5\u4eba\u5458\u8003\u52e4\u72b6\u51b5\u3002", category="wf_node_1,form,wf_branch_function", templateCode="") public static boolean checkMember(@FunctionParam(value="type:\'SelectPeople\',panel:\'Member\'") java.lang.String member)