-
CustomType
Hi, Can anyone please tell me How to make it display all the custom attributes, while importing the document? Thanks in advance Sowjanya K
-
D2 - Config Menu Calling Service's Method Action
Hi, I have a requirement to update certain properties of a document and then convert it to Virtual Document Below is my code class D2VDConverttoXYZPlugin implements IPluginAction { private static final Logger LOGGER = LoggerFactory.getLogger(D2VDConverttoXYZPlugin.class); public List<Attribute> convertToXYZ(D2fsContext…
-
Subscriptions in D2
Hi, I am trying to implement subscriptions in D2. As per the requirement, I need to implement folder level subscriptions. Once a user subscribes to a folder, he/she must be automatically subscribed to the documents inside the folder also. Kindly please help in this. My work so far for document subscription works. In the…
-
Effect of releasing session using releasesession method of DfSingleDocbaseModule
HI All, I have created a custom method by using the following code - public class CustomMethod extends DfSingleDocbaseModule implements IDfMethod { private static IDfSession session = null; public int execute(Map paramMap, PrintWriter arg1) throws Exception { session = getSession(); /* Some Custom Logic here */…