代码搜索:Workflow
找到约 4,191 项符合「Workflow」的源代码
代码结果 4,191
www.eeworm.com/read/277826/4149850
cs iattributeinstance.cs
using System;
using NetBpm.Workflow.Definition;
namespace NetBpm.Workflow.Execution
{
/// is a process-variable associated with one process instance.
/// The value can be changed du
www.eeworm.com/read/277826/4149940
cs evaluationserializer.cs
using System;
using log4net;
using NetBpm.Workflow.Definition.Attr;
namespace NetBpm.Workflow.Delegation.Impl.Serializer
{
public class EvaluationSerializer : AbstractConfigurable, ISerializer
www.eeworm.com/read/277826/4149995
cs delegatecallimpl.cs
using System;
using log4net;
using NetBpm.Workflow.Delegation;
namespace NetBpm.Workflow.Log.Impl
{
public class DelegateCallImpl : LogDetailImpl, IDelegateCall
{
[NonSerialized()] privat
www.eeworm.com/read/277227/4158012
java nestedexpression.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.workflow.query;
/**
* Nested expressions are used when constructing a workflow query.
* A nested
www.eeworm.com/read/277227/4158024
java workflowhomefactory.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
/*
* Generated file - Do not edit!
*/
package com.opensymphony.workflow.ejb;
/**
* Utility class for Workflow.
* @author
www.eeworm.com/read/277227/4158283
java stepproxy.java
package com.opensymphony.workflow.designer.proxy;
import com.opensymphony.workflow.loader.StepDescriptor;
import org.jgraph.graph.DefaultGraphCell;
/**
* @author baab
*/
public class Ste
www.eeworm.com/read/277227/4158285
java actionproxy.java
package com.opensymphony.workflow.designer.proxy;
import com.opensymphony.workflow.loader.ActionDescriptor;
import org.jgraph.graph.DefaultGraphCell;
/**
* @author Gulei
*/
public class ActionProx
www.eeworm.com/read/447272/1706438
cs decisionimpl.cs
using System;
using NetBpm.Util.Xml;
using NetBpm.Workflow.Delegation.Impl;
namespace NetBpm.Workflow.Definition.Impl
{
public class DecisionImpl : NodeImpl, IDecision
{
[NonSerialized()]
www.eeworm.com/read/447272/1706481
cs organisationutil.cs
using System;
using NetBpm.Util.Client;
using NetBpm.Workflow.Organisation.EComp;
namespace NetBpm.Workflow.Organisation
{
public class OrganisationUtil
{
private static readonly ServiceL
www.eeworm.com/read/447272/1706516
cs iattributeinstance.cs
using System;
using NetBpm.Workflow.Definition;
namespace NetBpm.Workflow.Execution
{
/// is a process-variable associated with one process instance.
/// The value can be changed du