Package com.openkm.sdk4j.definition
Interface BaseAutocad
-
- All Known Implementing Classes:
AutocadImpl
public interface BaseAutocadBaseAutocad- Author:
- sochoa
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<XRef>getXrefs(String uuid)Returns a list of the document references of a Autocad documentvoidrefresh(String uuid)Refresh references of an Autocad document
-
-
-
Method Detail
-
getXrefs
List<XRef> getXrefs(String uuid) throws RepositoryException, AccessDeniedException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
Returns a list of the document references of a Autocad document- Parameters:
uuid- Node uuid- Returns:
- List
xrefs - Throws:
RepositoryException- the repository exceptionAccessDeniedException- the access denied exceptionPathNotFoundException- the path not found exceptionDatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
refresh
void refresh(String uuid) throws DatabaseException, PathNotFoundException, AccessDeniedException, RepositoryException, ParseException, UnknownException, WebserviceException
Refresh references of an Autocad document- Parameters:
uuid- Node uuid- Throws:
DatabaseException- the database exceptionPathNotFoundException- the path not found exceptionAccessDeniedException- the access denied exceptionRepositoryException- the repository exceptionParseException- the parse exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
-