What's the name of parent class, is it have any parameters.
- Code: Select all
SecuredMessageTriggerBean message = new SecuredMessageTriggerBean(null, text, time, hrs, deadline, budget, id, sc.getUserId(), resolutionId, priorityId, null, handlerUserId, handlerGroupId, mstatusId, udfMap, sc, atts);
In trigger have access object - "message". Object "message" this is constructor SecuredMessageTriggerBean. He have field ArrayList<AttachmentArray> atts; Metod getAtts() return list object AttachmentArray.
In object AttachmentArray have fields.
- Code: Select all
private SafeString name;
private SafeString description;
private InputStream data;
private int len;
We have documentation about JavaDoc. but he writen on the russian language. All documentation will be released after the release TS4
