Package com.openkm.sdk4j.impl
Class AutocadImpl
- java.lang.Object
-
- com.openkm.sdk4j.impl.ClientImpl
-
- com.openkm.sdk4j.impl.AutocadImpl
-
- All Implemented Interfaces:
BaseAutocad,Serializable
public class AutocadImpl extends ClientImpl implements BaseAutocad, Serializable
AutocadImpl- Author:
- sochoa
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AutocadImpl(String host)AutocadImpl
-
Method Summary
All Methods Instance Methods Concrete 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 documentprotected voidsetAuthorizationToken(String authorizationToken)setAuthenticationToken-
Methods inherited from class com.openkm.sdk4j.impl.ClientImpl
getClient, getWebTarget, setAuthorizationHeader, setJsessionIdHeader
-
-
-
-
Constructor Detail
-
AutocadImpl
public AutocadImpl(String host)
AutocadImpl
-
-
Method Detail
-
setAuthorizationToken
protected void setAuthorizationToken(String authorizationToken)
setAuthenticationToken
-
getXrefs
public List<XRef> getXrefs(String uuid) throws RepositoryException, AccessDeniedException, PathNotFoundException, DatabaseException, UnknownException, WebserviceException
Description copied from interface:BaseAutocadReturns a list of the document references of a Autocad document- Specified by:
getXrefsin interfaceBaseAutocad- 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
public void refresh(String uuid) throws DatabaseException, PathNotFoundException, AccessDeniedException, RepositoryException, ParseException, UnknownException, WebserviceException
Description copied from interface:BaseAutocadRefresh references of an Autocad document- Specified by:
refreshin interfaceBaseAutocad- 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
-
-