代码搜索:Workflow

找到约 4,191 项符合「Workflow」的源代码

代码结果 4,191
www.eeworm.com/read/277824/4150471

cs vsaconditiontestcase.cs

using System; using System.Collections; using NUnit.Framework; namespace DotNetTools.Workflow.Util.Vsa { public class VsaConditionTestCase : TestCaseBase { public VsaConditionTestCase()
www.eeworm.com/read/277824/4150482

cs vsaconfig.cs

using System.Collections; namespace DotNetTools.Workflow.Util.Vsa { /// /// vsa configuration /// /// jjx public class VsaConfig { private ILis
www.eeworm.com/read/277824/4150487

cs hibernatehistorystep.cs

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ namespace DotNetTools.Workflow.Spi.Hibernate { using System; /// �* This is here to persist the historica
www.eeworm.com/read/277227/4158016

java workflowcontext.java

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ package com.opensymphony.workflow; /** * Interface to be implemented if a new OSWorkflow interaction is to be created (SOAP
www.eeworm.com/read/277227/4158151

java querynotsupportedexception.java

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ package com.opensymphony.workflow; /** * Exception thrown to indicate that the query requested is not supported by the * c
www.eeworm.com/read/277227/4158215

java joinchangedlistener.java

/* * Created on 2003-11-22 */ package com.opensymphony.workflow.designer.event; /** * @author Gulei */ public interface JoinChangedListener { public void joinChanged(JoinChangedEvent event); }
www.eeworm.com/read/447272/1706425

cs evaluation.cs

using System; namespace NetBpm.Workflow.Definition.Attr { /// is a frequently used Attribute-type, it is used for representing the result of /// an approval decision. The {@link Nbp
www.eeworm.com/read/447272/1706483

cs iactor.cs

namespace NetBpm.Workflow.Organisation { /// is a {@link User} or a {@link Group} to which a flow can be assigned. public interface IActor { /// is the id for t
www.eeworm.com/read/447272/1706566

cs ijoincontext.cs

using System.Collections; namespace NetBpm.Workflow.Delegation { /// allows a Joiner-implementor to interact with and get information from /// the execution engine. ///
www.eeworm.com/read/447272/1706628

cs iauthorizationhandler.cs

using System; using System.Collections; namespace NetBpm.Workflow.Delegation { /// verifies if an authenticated user has enough privileges. An AuthorizationHandler /// can be speci