代码搜索:Workflow
找到约 4,191 项符合「Workflow」的源代码
代码结果 4,191
www.eeworm.com/read/447272/1706484
cs organisationcomponentimpl.cs
using System;
using System.Collections;
using log4net;
using NetBpm.Util.Client;
using NetBpm.Util.DB;
using NHibernate.Type;
namespace NetBpm.Workflow.Organisation.Impl
{
public class Orga
www.eeworm.com/read/433990/1875305
java processdecision.java
package com.workflow.decision;
import java.util.Iterator;
import java.util.Set;
import org.jbpm.graph.exe.ExecutionContext;
import org.jbpm.graph.node.DecisionHandler;
import com.dao.DaoSer
www.eeworm.com/read/433990/1875310
java processresult.java
package com.workflow.action;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import org.jbpm.graph.def.ActionHandler;
import org.jbpm.graph.exe.ExecutionConte
www.eeworm.com/read/416749/2117292
tmp transition_guards_overview.smarty.tmp
{i18n}Transition Restrictions Overview{/i18n}
{i18n}In order to ensure that the workflow is followed
correctly, it is often necessary to restrict the situations i
www.eeworm.com/read/416749/2117298
tmp transition_guards_overview.smarty.2.tmp
{i18n}Transition Restrictions Overview{/i18n}
{i18n}In order to ensure that the workflow is followed
correctly, it is often necessary to restrict the situations i
www.eeworm.com/read/416749/2117338
svn-base transition_guards_overview.smarty.svn-base
{i18n}Transition Restrictions Overview{/i18n}
{i18n}In order to ensure that the workflow is followed
correctly, it is often necessary to restrict the situations i
www.eeworm.com/read/416749/2117379
smarty transition_guards_overview.smarty
{i18n}Transition Restrictions Overview{/i18n}
{i18n}In order to ensure that the workflow is followed
correctly, it is often necessary to restrict the situations i
www.eeworm.com/read/370865/2782872
in run.bat.in
@echo off
start "Together Workflow Editor" "@JAVA_PATH@/bin/javaw" -Xmx128M -DJaWE_HOME="@INSTALL_DIR@" -Djava.ext.dirs="@INSTALL_DIR@/lib" org.enhydra.jawe.JaWE %*
www.eeworm.com/read/362503/2933152
java flow1test.java
package com.xiangfeng.workflow.test;
import java.util.Collection;
import junit.framework.TestCase;
import org.jbpm.graph.def.Node;
import org.jbpm.graph.def.ProcessDefinition;
import org.jb
www.eeworm.com/read/160308/5572400
java groupadmin.java
package com.ejsun.entapps.util.workflow;
import java.util.Map;
import com.ejsun.entapps.domain.organization.Group;
import com.ejsun.entapps.domain.organization.User;
import com.ejsun.entapps.s