代码搜索:JBPM

找到约 1,020 项符合「JBPM」的源代码

代码结果 1,020
www.eeworm.com/read/425541/2005967

properties jbpm.default.modules.properties

# WARNING: Only customize this if you know what you are doing cause there # is an impact on the persistence configurations as well. # ProcessDefinition.createNewProcessDefinition() will # add
www.eeworm.com/read/402224/2326527

properties jbpm.default.modules.properties

# WARNING: Only customize this if you know what you are doing cause there # is an impact on the persistence configurations as well. # ProcessDefinition.createNewProcessDefinition() will # add
www.eeworm.com/read/402224/2326685

properties jbpm.business.calendar.properties

hour.format=HH:mm #weekday ::= [ [& ]*] #daypart ::= - #start-hour and to-hour must be in the hour.format #dayparts have to be ordered weekday.monday= 9:
www.eeworm.com/read/402224/2326728

properties jbpm.ant.tasks.properties

jbpmschema=org.jbpm.ant.JbpmSchemaTask deployprocess=org.jbpm.ant.DeployProcessTask startjboss=org.jbpm.ant.StartJBossTask starthsqldb=org.jbpm.ant.StartHsqldbTask shutdownhsqldb=org.jbpm.ant.Shut
www.eeworm.com/read/402224/2326907

properties jbpm.default.modules.properties

# WARNING: Only customize this if you know what you are doing cause there # is an impact on the persistence configurations as well. # ProcessDefinition.createNewProcessDefinition() will # add
www.eeworm.com/read/402224/2326914

properties jbpm.business.calendar.properties

hour.format=HH:mm #weekday ::= [ [& ]*] #daypart ::= - #start-hour and to-hour must be in the hour.format #dayparts have to be ordered weekday.monday= 9:
www.eeworm.com/read/402224/2326915

properties jbpm.ant.tasks.properties

jbpmschema=org.jbpm.ant.JbpmSchemaTask deployprocess=org.jbpm.ant.DeployProcessTask startjboss=org.jbpm.ant.StartJBossTask starthsqldb=org.jbpm.ant.StartHsqldbTask shutdownhsqldb=org.jbpm.ant.Shut
www.eeworm.com/read/362475/2933211

java jbpm_02_deployprocessdefinition.java

package com.bjsxt.jbpm; import org.jbpm.JbpmConfiguration; import org.jbpm.JbpmContext; import org.jbpm.graph.def.ProcessDefinition; import junit.framework.TestCase; public class Jbpm_02_De
www.eeworm.com/read/362475/2933213

java jbpm_04_createprocessinstance.java

package com.bjsxt.jbpm; import java.util.List; import org.hibernate.Session; import org.jbpm.JbpmConfiguration; import org.jbpm.JbpmContext; import org.jbpm.graph.def.ProcessDefinition; impo
www.eeworm.com/read/362475/2933214

java jbpm_03_createdocument.java

package com.bjsxt.jbpm; import org.hibernate.Session; import org.jbpm.JbpmConfiguration; import org.jbpm.JbpmContext; import junit.framework.TestCase; public class Jbpm_03_CreateDocument ex