public interface LogicFlowService
修飾子とタイプ | メソッドと説明 |
---|---|
void |
addVersion(InputStream inputStream) |
int |
count(LogicFlowSearchCondition condition) |
int |
countVersion(LogicFlowVersionSearchCondition condition) |
Object |
get(String id) |
Object |
getByVersion(String id,
String version) |
Collection<LogicFlowListItem> |
getCallers(int count,
int index,
LogicFlowSearchCondition condition) |
int |
getCallersCount(String id) |
FlowDiagramResult |
getFlowDiagram(String id,
String version) |
int |
getMaxVersion(String id,
Boolean isDelete) |
void |
register(InputStream inputStream) |
void |
remove(String id) |
void |
removeAll(String[] ids) |
void |
removeByVersion(String id,
String version) |
void |
removeByVersionAll(String id,
String[] versions) |
Collection<LogicFlowListItem> |
search(int count,
int index,
LogicFlowSearchCondition condition) |
Collection<LogicFlowVersionListItem> |
searchVersion(int count,
int index,
LogicFlowVersionSearchCondition condition) |
void |
update(InputStream inputStream) |
void register(InputStream inputStream) throws LogicFlowRestException
void addVersion(InputStream inputStream) throws LogicFlowRestException
void update(InputStream inputStream) throws LogicFlowRestException
Object get(String id) throws LogicFlowRestException
Object getByVersion(String id, String version) throws LogicFlowRestException
Collection<LogicFlowListItem> search(int count, int index, LogicFlowSearchCondition condition) throws LogicFlowRestException
Collection<LogicFlowVersionListItem> searchVersion(int count, int index, LogicFlowVersionSearchCondition condition) throws LogicFlowRestException
int count(LogicFlowSearchCondition condition) throws LogicFlowRestException
int countVersion(LogicFlowVersionSearchCondition condition) throws LogicFlowRestException
void remove(String id) throws LogicFlowRestException
void removeAll(String[] ids) throws LogicFlowRestException
void removeByVersion(String id, String version) throws LogicFlowRestException
void removeByVersionAll(String id, String[] versions) throws LogicFlowRestException
int getMaxVersion(String id, Boolean isDelete) throws LogicFlowRestException
Collection<LogicFlowListItem> getCallers(int count, int index, LogicFlowSearchCondition condition) throws LogicFlowRestException
int getCallersCount(String id) throws LogicFlowRestException
FlowDiagramResult getFlowDiagram(String id, String version) throws LogicFlowRestException
Copyright © 2012 NTT DATA INTRAMART CORPORATION