public interface UserDefinitionService
void addVersion(InputStream inputStream) throws LogicFlowRestException
int count(UserDefinitionSearchCondition condition) throws LogicFlowRestException
int countVersion(UserDefinitionVersionSearchCondition condition) throws LogicFlowRestException
UserDefinitionWithCategory get(String id) throws LogicFlowRestException
UserDefinitionWithCategory getByVersion(String id, String version) throws LogicFlowRestException
Collection<LogicFlowListItem> getCallers(UserDefinitionCallerSearchCondition condition) throws LogicFlowRestException
int getCallersCount(String id) throws LogicFlowRestException
int getMaxVersion(String id, Boolean isDelete) throws LogicFlowRestException
Collection<UserDefinitionNewlyLink> getNewlyLinks() throws LogicFlowRestException
Collection<String> getTypes() throws LogicFlowRestException
void register(InputStream inputStream) throws LogicFlowRestException
void remove(String id) throws LogicFlowRestException
void removeByVersion(String id, String version) throws LogicFlowRestException
void removeByVersionAll(String id, String[] versions) throws LogicFlowRestException
Collection<UserDefinitionListItemView> search(int count, int index, UserDefinitionSearchCondition condition) throws LogicFlowRestException
Collection<UserDefinitionVersionListItemView> searchVersion(int count, int index, UserDefinitionVersionSearchCondition condition) throws LogicFlowRestException
void update(InputStream inputStream) throws LogicFlowRestException
Copyright © 2012 NTT DATA INTRAMART CORPORATION