代码搜索:Workflow
找到约 4,191 项符合「Workflow」的源代码
代码结果 4,191
www.eeworm.com/read/206703/5004748
java hibernatecurrentstep.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.workflow.spi.hibernate;
/**
* This class exists to seperate the persistence of the Steps.
* By
www.eeworm.com/read/206703/5004772
java invalidactionexception.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.workflow;
/**
* Exception thrown to indicate that the action just attempt is invalid
* for the sp
www.eeworm.com/read/184607/5247836
java contentshapeshell.java
package org.goshawk.workflow.GUI.ShapeShell;
public abstract class ContentShapeShell extends ShapeShell
{
public abstract String getContent();
public abstract void setContent(String content)
www.eeworm.com/read/184607/5247849
java workflowentity.java
package org.goshawk.workflow.DoMain;
public class WorkFlowEntity
{
private String id;
private String name;
private String description;
private String preStep;
private String
www.eeworm.com/read/297135/3892007
cs workflowsinfo.cs
namespace PowerEasy.Model.WorkFlow
{
using PowerEasy.Model;
using System;
public class WorkFlowsInfo : PowerEasy.Model.Nullable
{
private string m_Description;
www.eeworm.com/read/297135/3892008
cs flowprocessinfo.cs
namespace PowerEasy.Model.WorkFlow
{
using PowerEasy.Model;
using System;
public class FlowProcessInfo : PowerEasy.Model.Nullable
{
private string m_Description;
www.eeworm.com/read/277826/4149770
cs transitionimpl.cs
using NetBpm.Util.Xml;
namespace NetBpm.Workflow.Definition.Impl
{
public class TransitionImpl : DefinitionObjectImpl, ITransition
{
private INode _from = null;
private INode _to = null;
www.eeworm.com/read/277826/4149771
cs concurrentblockimpl.cs
using System;
using NetBpm.Util.Xml;
namespace NetBpm.Workflow.Definition.Impl
{
public class ConcurrentBlockImpl : ProcessBlockImpl, IConcurrentBlock
{
private IJoin _join = null;
priv
www.eeworm.com/read/277826/4149802
cs iorganisationsessionlocal.cs
using System;
using System.Collections;
using NetBpm.Util.Client;
namespace NetBpm.Workflow.Organisation.EComp
{
public interface IOrganisationSessionLocal
{
IActor FindActorById(String a
www.eeworm.com/read/277826/4149816
cs iuser.cs
using System;
using Iesi.Collections;
namespace NetBpm.Workflow.Organisation
{
/// represents a human user or an IT-system.
/// In most methods of the ExecutionSession-bean, that