| com.metaboss.sdlctools.domains.enterprisemodel.storage.PSService
All known Subclasses: com.metaboss.sdlctools.domains.enterprisemodel.storage.xmlfileimpl.PSServiceImpl,
PSService | public interface PSService (Code) | | |
Method Summary | |
public STServiceimplementation | getImplementation(String pServiceRef, String pServiceimplementationRef) | public com.metaboss.sdlctools.types.enterprisemodel.ZipArchive | getImplementationSource(String pServiceRef, String pServiceimplementationRef) | public STServiceimplementation[] | getImplementations(String pServiceRef) | public STConstraint[] | getInputConstraints(String pServiceRef, String pOperationName) | public STField[] | getInputFields(String pServiceRef, String pOperationName) | public STOperation | getOperation(String pServiceRef, String pOperationName) | public STOperation | getOperation(String pOperationRef) | public STOperation[] | getOperations(String pServiceRef) | public STField[] | getOutputFields(String pServiceRef, String pOperationName) | public STOutputMessage[] | getOutputMessages(String pServiceRef, String pOperationName) | public STService | getService(String pServiceRef) | public void | insertImplementation(String pServiceRef, STServiceimplementation pNewImplementation) | public void | insertInputField(String pServiceRef, String pOperationName, STField pNewField) | public void | insertOperation(String pServiceRef, STOperation pNewOperation) | public void | insertOutputField(String pServiceRef, String pOperationName, STField pNewField) | public void | insertOutputMessage(String pServiceRef, String pOperationName, STOutputMessage pNewOutputMessage) | public void | insertService(STService pRecord) | public void | updateImplementation(String pServiceRef, STServiceimplementation pUpdatedImplementation) | public void | updateImplementationSource(String pServiceRef, com.metaboss.sdlctools.types.enterprisemodel.ZipArchive pSourceArchive) |
COMPONENT_URL | final public static String COMPONENT_URL(Code) | | Naming URL of the component
|
getInputConstraints | public STConstraint[] getInputConstraints(String pServiceRef, String pOperationName) throws PSException(Code) | | Returns list of input constraints for the operation with the specified name from specified service
|
getInputFields | public STField[] getInputFields(String pServiceRef, String pOperationName) throws PSException(Code) | | Returns list of input fields for the operation with the specified name from specified service
|
getService | public STService getService(String pServiceRef) throws PSException(Code) | | Returns details entity corresponding to given reference or null struct if definition not found
|
insertInputField | public void insertInputField(String pServiceRef, String pOperationName, STField pNewField) throws PSException(Code) | | inserts input field into the operation inside the service
|
insertOutputField | public void insertOutputField(String pServiceRef, String pOperationName, STField pNewField) throws PSException(Code) | | inserts output field into the operation inside the service
|
|
|