Uses of Class
com.orchestranetworks.service.ProgrammaticService
-
Packages that use ProgrammaticService Package Description com.orchestranetworks.service Provides classes and interfaces for implementing specific services and access rules on EBX®. -
-
Uses of ProgrammaticService in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return ProgrammaticService Modifier and Type Method Description static ProgrammaticService
ProgrammaticService. createForSession(Session aSession, AdaptationHome aDataSpace)
Instantiates a service that will execute within the specified session in the specified dataspace.static ProgrammaticService
ProgrammaticService. createForSession(Session aSession, AdaptationHome aDataSpace, Map<String,String> someInputParameters)
Instantiates a service that will be executed in the specified dataspace, and within a session cloned fromaSession
with specific input parameters.
-