ALBPM Process API (PAPI)

fuego.papi
Interface ProcessService.Factory

Enclosing interface:
ProcessService

public static interface ProcessService.Factory


Method Summary
 ProcessService create(ConnectionPassport passport, Properties properties)
           
 ProcessService create(ConnectionPassport passport, String id, String baseFolder, int instancesCacheSize)
           
 ProcessService create(Properties properties)
           
 ProcessService create(String url, String id, String baseFolder, int instancesCacheSize)
           
 Filter createFilter()
           
 void updateOrgInfo()
           
 

Method Detail

create

public ProcessService create(Properties properties)
                      throws CommunicationException
Throws:
CommunicationException

create

public ProcessService create(ConnectionPassport passport,
                             Properties properties)
                      throws CommunicationException
Throws:
CommunicationException

create

public ProcessService create(String url,
                             String id,
                             String baseFolder,
                             int instancesCacheSize)
                      throws CommunicationException
Throws:
CommunicationException

create

public ProcessService create(ConnectionPassport passport,
                             String id,
                             String baseFolder,
                             int instancesCacheSize)
                      throws CommunicationException
Throws:
CommunicationException

createFilter

public Filter createFilter()

updateOrgInfo

public void updateOrgInfo()

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved