package com.vci.server.workflow.server.interfaces; public interface ICustomUserParser { String[] getuserNames(String[] canditates); }