代码搜索:Workflow
找到约 4,191 项符合「Workflow」的源代码
代码结果 4,191
www.eeworm.com/read/206703/5004769
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/206703/5004848
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/184607/5247840
java shapeshellexception.java
package org.goshawk.workflow.GUI.ShapeShell;
public class ShapeShellException extends Exception
{
private static final long serialVersionUID = -5451356885313815983L;
public ShapeShellExcepti
www.eeworm.com/read/277826/4149759
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/277826/4149817
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/277826/4149900
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/277826/4149962
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
www.eeworm.com/read/277826/4149994
cs messageimpl.cs
using System;
namespace NetBpm.Workflow.Log.Impl
{
public class MessageImpl : LogDetailImpl, IMessage
{
private String _message = null;
public String MessageText
{
get { return
www.eeworm.com/read/277824/4150467
cs vsavalidatortestcase.cs
using System;
using System.Collections;
using NUnit.Framework;
namespace DotNetTools.Workflow.Util.Vsa
{
public class VsaValidatorTestCase : TestCaseBase
{
public VsaValidatorTestCa
www.eeworm.com/read/277824/4150470
cs vsaregistertestcase.cs
using System;
using System.Collections;
using NUnit.Framework;
namespace DotNetTools.Workflow.Util.Vsa
{
public class VsaRegisterTestCase : TestCaseBase
{
public VsaRegisterTestCase()