代码搜索:Workflow
找到约 4,191 项符合「Workflow」的源代码
代码结果 4,191
www.eeworm.com/read/277227/4158172
java splitdescriptor.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.workflow.loader;
import com.opensymphony.workflow.InvalidWorkflowDescriptorException;
import com.ope
www.eeworm.com/read/277227/4158175
java workflowdescriptor.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.workflow.loader;
import com.opensymphony.workflow.InvalidWorkflowDescriptorException;
import com.ope
www.eeworm.com/read/277227/4158176
java conditiondescriptor.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.workflow.loader;
import com.opensymphony.workflow.InvalidWorkflowDescriptorException;
import com.ope
www.eeworm.com/read/277227/4158177
java restrictiondescriptor.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.workflow.loader;
import com.opensymphony.workflow.InvalidWorkflowDescriptorException;
import com.ope
www.eeworm.com/read/277227/4158178
java conditionsdescriptor.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.workflow.loader;
import com.opensymphony.workflow.InvalidWorkflowDescriptorException;
import com.ope
www.eeworm.com/read/447272/1706433
cs joinimpl.cs
using System;
using NetBpm.Util.Xml;
using NetBpm.Workflow.Delegation.Impl;
namespace NetBpm.Workflow.Definition.Impl
{
public class JoinImpl : NodeImpl, IJoin
{
[NonSerialized()] private
www.eeworm.com/read/447272/1706541
cs defaultclassloader.cs
using System;
using log4net;
using NetBpm.Workflow.Delegation.Impl;
namespace NetBpm.Workflow.Delegation.ClassLoader.Impl
{
public class DefaultClassLoader : IClassLoader
{
private static
www.eeworm.com/read/447272/1706556
cs idelegation.cs
using System;
using NetBpm.Workflow.Definition;
namespace NetBpm.Workflow.Delegation
{
public interface IDelegation //: System.Runtime.Serialization.ISerializable
{
Int64 Id { get; }
IP
www.eeworm.com/read/447272/1706564
cs ijoinhandler.cs
namespace NetBpm.Workflow.Delegation
{
/// allows to specify all kinds of {@link NetBpm.Workflow.Definition.IJoin}-behaviour,
/// including run-time process-specific behaviour.
///
www.eeworm.com/read/447272/1706594
cs assemblyfileimpl.cs
using System;
using NetBpm.Workflow.Definition;
namespace NetBpm.Workflow.Delegation.Impl
{
public class AssemblyFileImpl
{
private Int64 id;
private String fileName = null;
private