Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W _ 

G

GatherProcess - Class in pe.pase
 
GatherProcess(String) - Constructor for class pe.pase.GatherProcess
 
geExtLabelPositionOptions() - Static method in class fcomponent.util.BeanInfoUtilities
 
generateID() - Method in class pe.pase.BasedClientAPI
 
generateID() - Method in interface pe.pase.ClientAPI
Deprecated. 
generateParseException() - Method in class fcomponent.parser.ComputeExpression
 
generateReport(Object, Map, String) - Method in interface pe.pase.ReportService
Generate a byte array of file according the specific report parameters.
genQuestionnaire(String) - Method in interface pe.pase.ActivityService
The implement method should generate empty Questionnaires result when add a new questionnaire or update a questionnaire.
genTicket(String, List) - Method in interface pe.pase.ActivityService
 
get(int) - Method in class fcomponent.ColumnsHeaderNodeVector
 
get(int) - Method in class fcomponent.table.ChoiceBoxItemVector
 
getAbsoluteLocation(Component) - Method in class fcomponent.FPanel
 
getAcademicDegree() - Method in class pe.pase.MemberRecord
Get the member AcademicDegree
getAccessAdminArtifactList() - Method in class pe.pase.AccessAdmin
 
getAccessAdminOrgList() - Method in class pe.pase.AccessAdmin
 
getAccessAdminTaskList() - Method in class pe.pase.AccessAdmin
 
getAccessArtifactList() - Method in class pe.pase.AccessAdmin
 
getAccessArtifactList() - Method in class pe.pase.AccessMember
 
getAccessibleContext() - Method in class fcomponent.jbarcodebean.JBarcodeBean
Returns a simple subclass of AccessibleContext.
getAccessManagerByOrgRightID(String, String) - Method in interface pe.pase.AdminAPI
Get the content of AccessManager of user.
getAccessManagerByOrgRightID(String, String) - Method in interface pe.pase.SecurityService
Get a manager's domination instance regarding administration tools.
getAccessManagerByOrgRightID(String, String) - Method in interface pe.pase.ServerService
 
getAccessOnLineUser() - Method in class pe.pase.AccessAdmin
 
getAccessOnLineUser() - Method in class pe.pase.AccessMember
 
getAccessScheduleList() - Method in class pe.pase.AccessAdmin
 
getAccessScheduleList() - Method in class pe.pase.AccessMember
 
getAccessTaskList() - Method in class pe.pase.AccessAdmin
 
getAccessTaskList() - Method in class pe.pase.AccessMember
 
getAccessVector() - Method in class taskattachedfile.ACLDialog
 
getAclClass() - Method in class pe.pase.EIPLayoutTabs
Get the aclClass
getAclClass() - Method in class pe.pase.EIPTabDefine
Get the aclClass
getACLEdit() - Method in class pe.pase.EIPLayout
 
getAclEdit() - Method in class pe.pase.EIPLayoutPortlets
 
getAclEdit() - Method in class pe.pase.EIPLayoutTabs
 
getAclEdit() - Method in class pe.pase.EIPPortletDefine
 
getAclEdit() - Method in class pe.pase.EIPTabDefine
 
getAclID() - Method in class pe.pase.AccessManager
 
getAclID() - Method in class pe.pase.WebADMACL
 
getACLView() - Method in class pe.pase.EIPLayout
 
getAclView() - Method in class pe.pase.EIPLayoutPortlets
 
getAclView() - Method in class pe.pase.EIPLayoutTabs
 
getAclView() - Method in class pe.pase.EIPPortletDefine
 
getAclView() - Method in class pe.pase.EIPTabDefine
 
getAction() - Method in class pe.pase.DBProcess
Get the Agentflow Script defined in the process running time
getActionAverage(String) - Method in class pe.pase.BenchRecorder
取出某一指令已經被執行過的平均時間(秒)
getActionEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getActionMode() - Method in interface pe.pase.FormAPI
Deprecated. 
getActionScript() - Method in class fcomponent.FComboBox
Return the Action Script
getActionTimes(String) - Method in class pe.pase.BenchRecorder
取出某一指令已經被執行過的次數
getActionType() - Method in class pe.pase.Task
 
getActivateNode() - Method in class fcomponent.FTree
 
getActivity(String) - Method in interface pe.pase.ActivityService
 
getActivityCountByMemIdAndRegDate(String, String, String, String) - Method in interface pe.pase.ActivityService
 
getActivityList() - Method in interface pe.pase.ActivityService
 
getActivityList(String) - Method in interface pe.pase.ActivityService
 
getActivityListByAdmAndFilterMap(String, Map<String, Object>) - Method in interface pe.pase.ActivityService
 
getActivityListByCompany(Vector) - Method in interface pe.pase.ActivityService
 
getActivityListByFilterMap(String, Map<String, Object>) - Method in interface pe.pase.ActivityService
 
getActivityListByMbrId(String) - Method in interface pe.pase.ActivityService
 
getActivityListByMbrIdAndActDate(String) - Method in interface pe.pase.ActivityService
 
getActivityListByMemIdAndRegDate(String, String, String, String) - Method in interface pe.pase.ActivityService
 
getActivityListByRegDate() - Method in interface pe.pase.ActivityService
 
getActivityListByVersionId(String) - Method in interface pe.pase.ActivityService
 
getActivityPermList(String) - Method in interface pe.pase.ActivityService
 
getActRegisterRecordList(String, String) - Method in interface pe.pase.ActivityService
 
getActRegRecordCountByMemId(String, String, String) - Method in interface pe.pase.ActivityService
 
getActRegRecordListByMemId(String, String, String) - Method in interface pe.pase.ActivityService
 
getActualRowCount() - Method in class fcomponent.FTableScrollPane
Ignore automatically added empty row and return actual row count.
getAddAnnounceQuantity() - Method in class pe.pase.DBProcess
 
getAddASArtState() - Method in class pe.pase.DBProcess
 
getAddASAuditList() - Method in class pe.pase.Task
 
getAddASAuditsString() - Method in class pe.pase.Task
 
getAddASDepMode() - Method in class pe.pase.Task
 
getAddASEmailTemplate(String) - Method in interface pase.server.ServerAPI
AF-4379 by Kai getAddASEmailTemplate by PROID Examples: var proID = "PROXXXXXXXXXXXXX"; var emailTemp = Server.getAddASEmailTemplate(proID); var subject = emailTemp.getSubject(); var body = emailTemp.getBody(); var sender = emailTemp.getSender(); var receiver = emailTemp.getReceiver();
getAddASEmailTemplate(String) - Method in class pe.pase.BasedClientAPI
 
getAddASEmailTemplate(String) - Method in interface pe.pase.ClientAPI
AF-4379 by Kai getAddASEmailTemplate by PROID Examples: var proID = "PROXXXXXXXXXXXXX"; var emailTemp = Client.getAddASEmailTemplate(proID); var subject = emailTemp.getSubject(); var body = emailTemp.getBody(); var sender = emailTemp.getSender(); var receiver = emailTemp.getReceiver();
getAddASEmailTemplate(String) - Method in interface pe.pase.PDEService
 
getAddASEndAction() - Method in class pe.pase.DBProcess
 
getAddASPostAction() - Method in class pe.pase.DBProcess
 
getAddASPreAction() - Method in class pe.pase.DBProcess
 
getAddASResultString() - Method in class pe.pase.IapTask
 
getAddASResultString() - Method in class pe.pase.Task
 
getAddASReturnPoint() - Method in class pe.pase.DBProcess
 
getAddASReturnPoint(Task) - Method in class pe.pase.DBProcess
 
getAddASRootInfo() - Method in class pe.pase.Task
 
getAddASStartAction() - Method in class pe.pase.DBProcess
 
getAddASTaskSignTitle() - Method in class pe.pase.ATask
 
getAddASTitle() - Method in class pe.pase.Task
 
getAddASType() - Method in class pe.pase.Task
 
getAddClass() - Method in class fcomponent.DTreeNode
 
getAdditionalBeanInfo() - Method in class fcomponent.PlugInBeanInfo
 
getAddPAWeight(int) - Method in class pe.pase.Task
 
getAddPAWeightList() - Method in class pe.pase.DBProcess
 
getAddPAWeightList() - Method in class pe.pase.Task
 
getAddPAWeightListStr() - Method in class pe.pase.DBProcess
 
getAddPAWeightListStr() - Method in class pe.pase.Task
 
getAddress() - Method in class pe.pase.MemberRecord
Get the member Address
getAddSignMessage() - Method in class pe.pase.ATask
 
getAddSignQuantity() - Method in class pe.pase.DBProcess
 
getAddSignRejectPoint() - Method in class pe.pase.DBProcess
 
getAddSignResult() - Method in class pe.pase.ATask
Get the result of add sign.
getAddSignTaskList(String) - Method in class pe.pase.BasedClientAPI
 
getAddSignTaskList(String) - Method in interface pe.pase.ClientAPI
get AddCSResultData list of the same singTaskId
getAddSignTaskList(String) - Method in interface pe.pase.FlowService
get sign task list of the same singTaskId
getAddTaskRootASTitle() - Method in class pe.pase.AddCSResultData
 
getAddTaskRootASTitle() - Method in class pe.pase.CSResultData
 
getAddTaskRootASTitle() - Method in interface pe.pase.ResultData
 
getAddTaskRootASType() - Method in class pe.pase.AddCSResultData
 
getAddTaskRootASType() - Method in class pe.pase.CSResultData
 
getAddTaskRootASType() - Method in interface pe.pase.ResultData
 
getAddTaskRootSubCount() - Method in class pe.pase.AddCSResultData
 
getAddTaskRootSubCount() - Method in class pe.pase.CSResultData
 
getAddTaskRootSubCount() - Method in interface pe.pase.ResultData
 
getAddTime() - Method in class pe.pase.TrustNetworkSegment
 
getAdjustableAtColumn(int) - Method in class pe.pase.BBSMessage
Get adjustable of the specified column
getAdjustableAtColumn(int) - Method in interface pe.pase.Listable
 
getAdjustPage() - Method in class pe.pase.UserConfig
 
getAdminLoginTime(String) - Method in interface pe.pase.ServerService
 
getAdminLoginTime(String) - Method in interface pe.pase.UtilityService
Get login time for a Administration tool user.
getAeppServerListOfMultiOrg() - Method in interface pe.pase.SecurityService
 
getAeppServerOfMultiOrg(String) - Method in interface pe.pase.SecurityService
 
getAFJSPActionEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getAFJSPCellEditorEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getAFJSPCompatiblePropertyDescriptor(String, Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getAFJSPCompatiblePropertyDescriptor(String, Class, String, String) - Static method in class fcomponent.util.BeanInfoUtilities
 
getAFJSPCompatiblePropertyDescriptor(String, Class, Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getAFJSPCompatiblePropertyDescriptor(String, Class, String, String, Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getAFJSPDedicatedPropertyDescriptor(String, Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getAFJSPDedicatedPropertyDescriptor(String, Class, String, String) - Static method in class fcomponent.util.BeanInfoUtilities
 
getAFJSPDedicatedPropertyDescriptor(String, Class, Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getAFJSPDedicatedPropertyDescriptor(String, Class, String, String, Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getAFJSPListSelectionEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getAFJSPTreeActivationEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getAFJSPTreeExpansionListener(Class<FTree>) - Static method in class fcomponent.util.BeanInfoUtilities
 
getAFJSPTreeSelectionEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getAFJSPTreeSelectionListener(Class<FTree>) - Static method in class fcomponent.util.BeanInfoUtilities
 
getAFJSPTreeWillExpandListener(Class<FTree>) - Static method in class fcomponent.util.BeanInfoUtilities
 
getAFPropertyDescriptor(String, Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getAFPropertyDescriptor(String, Class, String, String) - Static method in class fcomponent.util.BeanInfoUtilities
 
getAFPropertyDescriptor(String, Class, Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getAFSpider(String) - Method in interface pe.pase.FlowService
 
getAFSpiderList() - Method in interface pe.pase.FlowService
 
getAfterRepeatUnstartedMeetingInfoID(APRepeatRule, boolean) - Method in interface pe.pase.FlowService
 
getAfterScanInputButton() - Method in class fcomponent.jbarcodebean.JBarcodeBean
 
getAfterScanInputButtonName() - Method in class fcomponent.jbarcodebean.JBarcodeBean
 
getAgreeArtState() - Method in class pe.pase.CSSignInfo
 
getAgreeMemberWeight() - Method in class pe.pase.CSSignInfo
 
getAgreeWeight() - Method in class pe.pase.CSSignInfo
 
getALayers() - Method in class pe.pase.AddCSResultData
 
getALayers() - Method in class pe.pase.ATask
Get the now announce layers.
getAlbumID() - Method in interface pe.pase.FlowService
 
getAlbumPhotoID() - Method in interface pe.pase.FlowService
 
getAlign() - Method in class fcomponent.ColumnsHeaderNode
 
getAlign() - Static method in class fcomponent.ColumnsHeaderNodeBeanInfo
 
getAlignmentAtColumn(int) - Method in class pe.pase.BBSMessage
Get the alignment of the specified column
getAlignmentAtColumn(int) - Method in interface pe.pase.Listable
 
getAlignStr() - Method in class fcomponent.ColumnsHeaderNode
 
getAlignStringType() - Method in class fcomponent.FImageLabel
 
getAlignType() - Method in class fcomponent.editableimage.EditableImageLabel
 
getAlignType() - Method in class fcomponent.FImageLabel
 
getAlignVector() - Method in class fcomponent.ColumnsHeaderNode
 
getaLinkHover() - Method in class pe.pase.EIPColorThemeTemplate
 
getaLinkText() - Method in class pe.pase.EIPColorThemeTemplate
 
getAllAccessibleCompanyByMemID(String) - Method in interface pe.pase.OrgService
Get All accessible Company objects of Member.
getAllAccessibleDepartmentByMemID(String) - Method in interface pe.pase.OrgService
Get All accessible Department objects of Member.
getAllAccessibleMemberByMemID(String) - Method in interface pe.pase.OrgService
Get All accessible MemberRecord objects of Member.
getAllAccessibleRoleByMemID(String) - Method in interface pe.pase.OrgService
Get All accessible Role objects of Member.
getAllAddASResult(String) - Method in interface pe.pase.FlowService
Returns all add AS result that were written before the given task.
getAllAddTaskRootByRootID(String) - Method in interface pe.pase.FlowService
 
getAllAgentTaskIDListOfMember(String, int, int, String) - Method in interface pe.pase.FlowService
 
getAllArtifact() - Method in class pe.pase.BasedClientAPI
 
getAllArtifact() - Method in interface pe.pase.ClientAPI
Deprecated. 
getAllArtifact() - Method in class pe.pase.ProjectChartModel
 
getAllArtifactDataMap() - Method in class pe.pase.BasedClientAPI
 
getAllArtifactDataMap() - Method in interface pe.pase.ClientAPI
Deprecated. 
getAllArtifactSearchMember() - Method in interface pe.pase.UtilityService
 
getAllBBSBoard() - Method in interface pe.pase.AdminAPI
 
getAllBBSBoard() - Method in interface pe.pase.BBSBoardInfoProvider
 
getAllBBSBoard() - Method in interface pe.pase.ServerService
 
getAllBBSBoard() - Method in interface pe.pase.UtilityService
Get all bbs boards, including active and suspended
getAllBBSBoard(String) - Method in interface pe.pase.UtilityService
 
getAllBBSBoardByComID(String) - Method in interface pe.pase.UtilityService
Gets all bbs boards(include the announcement board) by company id.
getAllBulletinMessageID(List, String, boolean, String) - Method in interface pe.pase.UtilityService
 
getAllClassificationTaskOfMember(String, String, int, String) - Method in interface pe.pase.FlowService
Return tasks of the specific member
getAllComIDOfMember(String) - Method in interface pe.pase.OrgService
 
getAllCompany() - Method in interface pe.pase.OrgService
Get the list of all company.
getAllCompany(boolean) - Method in interface pe.pase.OrgService
Get the list of all company.
getAllCompanyByName(String) - Method in interface pe.pase.OrgService
Return all data object of Company by Chinese-Name
getAllCompanyID() - Method in interface pe.pase.OrgService
Get the list of all company ID.
getAllCompanyID(boolean) - Method in interface pe.pase.OrgService
Get the list of all company ID.
getAllCompanyNameList() - Method in interface pe.pase.UtilityService
Get all names of all company.
getAllCompanys() - Method in class pe.pase.PASEOrgModel
Get the all companies
getAllCProIDList() - Method in class pe.pase.GatherProcess
 
getAllCSSignResult(Vector) - Method in class pe.pase.BasedClientAPI
 
getAllCSSignResult(Vector) - Method in interface pe.pase.ClientAPI
 
getAllCSSignResult(Vector) - Method in interface pe.pase.FlowService
 
getAllCSSignResult(String, CSTask, String, Vector) - Method in interface pe.pase.FlowService
 
getAllCSTaskNote(String) - Method in interface pe.pase.FlowService
Returns all CS tasks' note that were written before the given task.
getAllDashboardIdList() - Method in interface pe.pase.DashboardService
 
getAllDBProcess() - Method in class pe.pase.ProjectChartModel
 
getAllDepartment() - Method in class pe.pase.PASEOrgModel
Get the all departments
getAllDepartmentByName(String) - Method in interface pase.server.ServerAPI
Get all departments by the same name.
getAllDepartmentByName(String) - Method in class pe.pase.BasedClientAPI
 
getAllDepartmentByName(String) - Method in interface pe.pase.ClientAPI
Get all departments with the same name.
getAllDepartmentByName(String) - Method in interface pe.pase.OrgService
Return all data object of Department by Chinese-Name
getAllDepartmentByName(String) - Method in interface pe.pase.ServerService
Return all data object of Department by Chinese-Name
getAllDepIDOfCompany() - Method in interface pase.server.ServerAPI
Get all departments' id in the company.
getAllDepIDOfCompany() - Method in class pe.pase.BasedClientAPI
 
getAllDepIDOfCompany() - Method in interface pe.pase.ClientAPI
Get all departments' IDs in the company.
getAllDepIDOfCompany() - Method in interface pe.pase.OrgService
Return all Department id in the company
getAllDepIDOfMember(String) - Method in interface pe.pase.OrgService
 
getAllDepIDOfMember(String, Boolean) - Method in interface pe.pase.OrgService
 
getAllDepNameOfCompany() - Method in interface pase.server.ServerAPI
Get all departments' name in the company.
getAllDepNameOfCompany() - Method in class pe.pase.BasedClientAPI
 
getAllDepNameOfCompany() - Method in interface pe.pase.ClientAPI
Get all departments' name in the company.
getAllDepNameOfCompany() - Method in interface pe.pase.OrgService
Return all Department Name in the company
getAllDepNameOfCompany() - Method in interface pe.pase.ServerService
Return all Department Name in the company
getAllEIPAnnounceBoard() - Method in interface pe.pase.UtilityService
 
getAllEIPAnnounceBoardByOrgIDs(String...) - Method in interface pe.pase.UtilityService
 
getAllEIPLayoutByLayoutID(String) - Method in interface pe.pase.FlowService
 
getAllEIPLayoutListMap() - Method in interface pe.pase.FlowService
 
getAllEIPLayoutPortletsShare() - Method in interface pe.pase.FlowService
 
getAllEIPLayoutTabsShare() - Method in interface pe.pase.FlowService
 
getAllEnabledRoomOfGroup(MemberRecord, String, String, String, String, String) - Method in interface pe.pase.FlowService
 
getAllErrorTaskOfMember(String) - Method in interface pe.pase.FlowService
 
getAllFormForwardCountByReceiverMemId(String) - Method in interface pe.pase.UtilityService
 
getAllFormForwardsByReceiverMemId(String) - Method in interface pe.pase.UtilityService
 
getAllHappyBirthdayMem(String, String) - Method in interface pe.pase.OrgService
 
getAllIapSignResult(String) - Method in class pe.pase.BasedClientAPI
 
getAllIapSignResult(String, String) - Method in class pe.pase.BasedClientAPI
 
getAllIapSignResult(String, String) - Method in interface pe.pase.ClientAPI
 
getAllIapSignResult(String) - Method in interface pe.pase.ClientAPI
 
getAllIapSignResult(String, String) - Method in interface pe.pase.FlowService
Returns all iap sign result that were written before the given task.
getAllIapSignResult(String) - Method in interface pe.pase.FlowService
Returns all iap sign result that were written before the given task.
getAllJdbcTypeNames() - Static method in class pe.pase.DBParameter
 
getAllLocaleData() - Method in class pe.pase.ArtMultiLanguage
 
getAllManager(MemberRecord, boolean) - Method in class pe.pase.BasedClientAPI
 
getAllManager(MemberRecord, boolean) - Method in interface pe.pase.ClientAPI
Get All mamager with the specified MemberRecord
getAllManager(MemberRecord, boolean) - Method in interface pe.pase.OrgService
Get All mamager with the specified MemberRecord
getAllManagerByID(String) - Method in class pe.pase.BasedClientAPI
 
getAllManagerByID(String) - Method in interface pe.pase.ClientAPI
Get All mamager with the specified member id
getAllManagerByID(String) - Method in interface pe.pase.OrgService
Get All mamager with the specified member id
getAllManagerByLoginID(String) - Method in class pe.pase.BasedClientAPI
 
getAllManagerByLoginID(String) - Method in interface pe.pase.ClientAPI
Get All mamager with the specified member's login id
getAllManagerByLoginID(String) - Method in interface pe.pase.OrgService
Get All mamager with the specified member's login id
getAllManagerByNo(String) - Method in class pe.pase.BasedClientAPI
 
getAllManagerByNo(String) - Method in interface pe.pase.ClientAPI
Get All mamager with the specified member No.
getAllManagerByNo(String) - Method in interface pe.pase.OrgService
Get All mamager with the specified member No.
getAllMeetingIdsByRoom(String) - Method in interface pe.pase.FlowService
 
getAllMeetingRoomByGroupID(String, MemberRecord, String, Boolean) - Method in interface pe.pase.FlowService
 
getAllMeetingRoomGroup(MemberRecord, String, Boolean, String) - Method in interface pe.pase.FlowService
 
getAllMember() - Method in interface pase.server.ServerAPI
Return all member of system
getAllMember() - Method in class pe.pase.BasedClientAPI
 
getAllMember() - Method in interface pe.pase.ClientAPI
Return all member of system
getAllMember() - Method in interface pe.pase.OrgService
Get All MemberRecord Objects of the system.
getAllMember() - Method in class pe.pase.PASEOrgModel
Get all members
getAllMember() - Method in interface pe.pase.ServerService
Get All MemberRecord Objects of the system.
getAllMemberByCName(String) - Method in interface pase.server.ServerAPI
Get all members by the same name.
getAllMemberByCName(String) - Method in class pe.pase.BasedClientAPI
 
getAllMemberByCName(String) - Method in interface pe.pase.ClientAPI
Get all members with the same name.
getAllMemberByCName(String) - Method in interface pe.pase.OrgService
Get All MemberRecord Objects by the same Name.
getAllMemberByCName(String) - Method in interface pe.pase.ServerService
Get All MemberRecord Objects by the same Name.
getAllMemberByComID(String) - Method in interface pase.server.ServerAPI
get all member of comID
getAllMemberByComID(String) - Method in interface pe.pase.OrgService
Get all MemberRecord Objects by the specified company id
getAllMemberByComID(String, boolean) - Method in interface pe.pase.OrgService
Get all MemberRecord Objects by the specified company id
getAllMemberForEvents() - Method in interface pe.pase.OrgService
Get All MemberRecord Objects of the system with showAllEvents=true.
getAllMemberIsInvisible(boolean) - Method in interface pe.pase.UtilityService
 
getAllMemberIsInvisible(String, boolean) - Method in interface pe.pase.UtilityService
 
getAllMemberIsNoRole(boolean) - Method in interface pe.pase.UtilityService
 
getAllMemberIsNoRole(String, boolean) - Method in interface pe.pase.UtilityService
 
getAllMemberIsResign(boolean) - Method in interface pe.pase.UtilityService
 
getAllMemberIsResign(String, boolean) - Method in interface pe.pase.UtilityService
 
getAllMessageOfMem(String, String) - Method in interface pe.pase.UtilityService
 
getAllNewcomerByOnBoardDate(String, String) - Method in interface pe.pase.OrgService
 
getAllNoRoleMemberRecord() - Method in interface pe.pase.UtilityService
 
getAllOrgRoleList() - Method in class pe.pase.BasedClientAPI
 
getAllOrgRoleList() - Method in interface pe.pase.ClientAPI
Get All Roles of company with the specified Role
getAllOrgRoleList() - Method in interface pe.pase.OrgService
Get All Roles of company with the specified Role
getAllowRead() - Method in class pe.pase.MeetingInfo
 
getAllowReadMemberShow() - Method in class pe.pase.MeetingInfo
 
getAllPASEGroup() - Method in class pe.pase.PASEOrgModel
Get the all PASEGroups
getAllPASEGroupByName(String) - Method in interface pe.pase.SecurityService
Gets all PASEGroup by the same name.
getAllPrjRoleList() - Method in class pe.pase.BasedClientAPI
 
getAllPrjRoleList() - Method in interface pe.pase.ClientAPI
Get All Project Roles with the specified ProjectRole
getAllPrjRoleList() - Method in interface pe.pase.OrgService
Get All Project Roles with the specified ProjectRole
getAllProcess() - Method in class pe.pase.BasedClientAPI
 
getAllProcess() - Method in interface pe.pase.ClientAPI
Note: JSP WebForm does not implement this method.
getAllProject() - Method in class pe.pase.ProjectChartModel
Access project data
getAllProjectRoleByName(String) - Method in interface pase.server.ServerAPI
Get All Project Role Objects by the same Name.
getAllProjectRoleByName(String) - Method in class pe.pase.BasedClientAPI
 
getAllProjectRoleByName(String) - Method in interface pe.pase.ClientAPI
Get All Project Role Objects by the same Name.
getAllProjectRoleByName(String) - Method in interface pe.pase.OrgService
Get All Project Role Objects by the same Name.
getAllProjectRoleByName(String) - Method in interface pe.pase.ServerService
 
getAllProSignResult(String, String) - Method in class pe.pase.BasedClientAPI
 
getAllProSignResult(String) - Method in class pe.pase.BasedClientAPI
 
getAllProSignResult(String, String) - Method in interface pe.pase.ClientAPI
 
getAllProSignResult(String) - Method in interface pe.pase.ClientAPI
 
getAllProSignResult(String, String) - Method in interface pe.pase.FlowService
Returns all pro sign result that were written before the given task.
getAllProSignResult(String) - Method in interface pe.pase.FlowService
Returns all pro sign result that were written before the given task.
getAllQuickVoteThemeID() - Method in interface pe.pase.FlowService
 
getAllRMCategory() - Method in interface pe.pase.FlowService
 
getAllRMCategory(MemberRecord) - Method in interface pe.pase.FlowService
 
getAllRMItemOfCategory(String) - Method in interface pe.pase.FlowService
 
getAllRMItemOfCategory(String, MemberRecord) - Method in interface pe.pase.FlowService
 
getAllRMManageInfoByComIDs(List<String>) - Method in interface pe.pase.FlowService
 
getAllRole() - Method in class pe.pase.PASEOrgModel
Get all roles.
getAllRoleByName(String) - Method in interface pase.server.ServerAPI
Get all roles by the same name.
getAllRoleByName(String) - Method in class pe.pase.BasedClientAPI
 
getAllRoleByName(String) - Method in interface pe.pase.ClientAPI
Get all roles with the same name.
getAllRoleByName(String) - Method in interface pe.pase.OrgService
Get All Role Objects by the same Name.
getAllRoleByName(String) - Method in interface pe.pase.ServerService
Get All Role Objects by the same Name.
getAllRoleIDOfCompany() - Method in class pe.pase.BasedClientAPI
 
getAllRoleIDOfCompany() - Method in interface pe.pase.ClientAPI
Get all role id in the company.
getAllRoleIDOfCompany() - Method in interface pe.pase.OrgService
Get All Role ID in the company.
getAllRoleList() - Method in class pe.pase.MemberRecord
Get all roles attached to the member, includeing role and project role
getAllRoleNameOfCompany() - Method in interface pase.server.ServerAPI
Get all role name in the company.
getAllRoleNameOfCompany() - Method in class pe.pase.BasedClientAPI
 
getAllRoleNameOfCompany() - Method in interface pe.pase.ClientAPI
Get all role name in the company.
getAllRoleNameOfCompany() - Method in interface pe.pase.OrgService
Get All Role Name in the company.
getAllRoleNameOfCompany() - Method in interface pe.pase.ServerService
Get All Role Name in the company.
getAllSearchResignInvisibleNoRoleResult(String) - Method in interface pe.pase.UtilityService
 
getAllSubBBSMessageIDList(String) - Method in interface pe.pase.UtilityService
 
getAllSubComIDListByManager(String) - Method in interface pe.pase.FlowService
 
getAllSubDepIDListByManager(String) - Method in interface pe.pase.FlowService
 
getAllSubDepRolMemListOfCom(String) - Method in interface pe.pase.OrgService
Get the sub id list of Company, included all sub Department, sub Role and Member.
getAllSubMemIDListByManager(String) - Method in interface pe.pase.FlowService
 
getALLSubOrgOfOrgID(String, Vector) - Method in interface pe.pase.OrgService
Get sub-org's id by specified DepartmentID or RoleID or companyID
getAllTaskIDListForPage(String, int, int, String) - Method in interface pe.pase.FlowService
 
getAllTaskIDListOfMember(String, int, int, String) - Method in interface pe.pase.FlowService
Return task ID list of the specific member
getAllTaskMonitoringQuantity(String) - Method in interface pe.pase.FlowService
Return Task Monitoring (All Tasks) quantity
getAllTaskSearchMember() - Method in interface pe.pase.UtilityService
 
getAllTextComponentValue() - Method in interface fcomponent.general.Form
 
getAllTimeZones() - Method in interface pe.pase.UtilityService
 
getAllTinyTaskList(String) - Method in interface pe.pase.FlowService
Return tasks of the specific member
getAllTinyTaskList(String, int, int, String) - Method in interface pe.pase.FlowService
Return tasks of the specific member
getAllTskIDListByGPro(String, String) - Method in interface pase.server.ServerAPI
Get the ids of root task list which will trigger the GatherProcess This method will be used in the PreAction and PostAction of the GatherProcess only.
getAllTskIDListByGPro(String, String) - Method in interface pe.pase.FlowService
Get the ids of root task list which will trigger the GatherProcess This method will be used in the PreAction and PostAction of the GatherProcess only.
getAllUnassignedMember() - Method in interface pe.pase.OrgService
get all members which are not assigned any role.
getAllUnitType() - Method in class pe.pase.BasedClientAPI
 
getAllUnitType(int, int, String) - Method in class pe.pase.BasedClientAPI
 
getAllUnitType() - Method in interface pe.pase.ClientAPI
Get All Unit Types
getAllUnitType(int, int, String) - Method in interface pe.pase.ClientAPI
Get All UnitTypes with the specified level number, relation and orderBy
getAllUnitType() - Method in interface pe.pase.OrgService
Get All Unit Types
getAllUnitType(int, int, String) - Method in interface pe.pase.OrgService
Get All UnitTypes with the specified level number, relation and orderBy
getAllUnitType() - Method in class pe.pase.PASEOrgModel
Get all unit types
getAllUserCalendar() - Method in interface pe.pase.UtilityService
get all user calendar
getAllWebADMACLListOfDetail() - Method in interface pe.pase.UtilityService
get all of the WebADM access control policy list. it is all message
getAllWebADMACLListOfRough() - Method in interface pe.pase.UtilityService
get all of the WebADM access control policy list. it is just some messsage
getAllWebServiceStart() - Method in interface pe.pase.FlowService
 
getAngleDegrees() - Method in class fcomponent.jbarcodebean.JBarcodeBean
Accessor method for the angleDegrees property, which determines the angle (from horizontal) at which the barcode is rendered.
getAnnexPrjRoleList() - Method in class pe.pase.CSDBProcess
 
getAnnexRoleList() - Method in class pe.pase.CSDBProcess
 
getAnnexSpeRoleList() - Method in class pe.pase.CSDBProcess
 
getAnnounceContent() - Method in class pe.pase.ATask
Get the announce content.
getAnnouncementCompanyName(String) - Method in interface pe.pase.UtilityService
 
getAPIdVector() - Method in class pe.pase.PersonalConfig
 
getApp() - Method in class taskattachedfile.NewTypeMapDialog
 
getAppDataMap() - Method in class pe.pase.PASEartInstance
Get the data map
getAppDataMap() - Method in class pe.pase.TranslateArtIns
Get the component data map
getAppenderCoordinate(Point) - Method in class fcomponent.FAccordionPanel
 
getAppenderCoordinate(Point) - Method in class fcomponent.FPanel
 
getAppenderCoordinate(Point) - Method in interface fcomponent.general.EForm2Container
 
getAppenderRectangle(Point) - Method in class fcomponent.FAccordionPanel
 
getAppenderRectangle(Point) - Method in class fcomponent.FPanel
 
getAppenderRectangle(Point) - Method in interface fcomponent.general.EForm2Container
 
getAppletContext() - Method in interface pe.pase.FormAPI
get Applet context.
getApplication(String) - Method in class pe.pase.BasedClientAPI
 
getApplication(String) - Method in interface pe.pase.ClientAPI
Get the registered file type mapping.
getAPProjectByPrjID(String) - Method in interface pe.pase.FlowService
 
getAPProjectBySearch(Map) - Method in interface pe.pase.FlowService
 
getAPProjectBySearchCount(Map) - Method in interface pe.pase.FlowService
 
getAPProjectCategoryByComID(String) - Method in interface pe.pase.FlowService
 
getAPProjectMessageList(Map) - Method in interface pe.pase.FlowService
 
getApprovalHistoryRootTaskOfJoinMember(String) - Method in interface pe.pase.FlowService
Get root tasks that there are any sub-task are executed by the specified member, where the task member and the task executor are the same.
getApprovalHistoryRootTaskOfJoinMember(String) - Method in interface pe.pase.ServerService
 
getAppValue(String) - Method in class pe.pase.PASEartInstance
Get the value of the specified component
getAppValue(String) - Method in class pe.pase.TranslateArtIns
Get the component value
getAPRangeByAPRoleID(List) - Method in interface pe.pase.FlowService
 
getAPRepeatRuleByAPID(String) - Method in interface pe.pase.FlowService
 
getAPRepeatRuleByID(String) - Method in interface pe.pase.FlowService
 
getAPRepeatRuleOfLast(String, Date) - Method in interface pe.pase.FlowService
 
getApShowType() - Method in class pe.pase.PersonalConfig
 
getAPTaskByComID(List, Boolean) - Method in interface pe.pase.FlowService
 
getAPTaskByMember(MemberRecord, List) - Method in interface pe.pase.FlowService
 
getAPTaskByTaskID(String) - Method in interface pase.server.ServerAPI
get APTask by id
getAPTaskByTaskID(String) - Method in interface pe.pase.FlowService
 
getAPToEmailTemplate(String, String, String) - Method in interface pe.pase.UtilityService
 
getAPWorkByAPID(String, String) - Method in interface pe.pase.FlowService
 
getAPWorkByFilter(Map) - Method in interface pe.pase.FlowService
 
getAPWorkByWorkID(String, String) - Method in interface pe.pase.FlowService
 
getAPWorkComment(String) - Method in interface pe.pase.FlowService
 
getAPWorkCommentById(String) - Method in interface pe.pase.FlowService
 
getAPWorkCount(Map) - Method in interface pe.pase.FlowService
 
getAPWorkParentMap(String, String) - Method in interface pe.pase.FlowService
 
getAPWorkSubordinateList(Map) - Method in interface pe.pase.FlowService
 
getAreaCode() - Method in class pe.pase.MemberRecord
Get the member Area Code
getArriTime() - Method in class pe.pase.TaskInfo
Get the arrival time
getArtFormID() - Method in class pe.pase.ArtFormItem
 
getArtFormItem(String) - Method in class pe.pase.Artifact
Get the artifact form item by name
getArtFormItemById(String) - Method in class pe.pase.Artifact
Get the artifact form item by item_id
getArtFormItemList() - Method in class pe.pase.Artifact
Get the list of artifact form item
getArtID() - Method in class pe.pase.DBParameter
 
getArtId() - Method in class pe.pase.EFormListener
 
getArtId() - Method in class pe.pase.EFormScript
 
getArtId() - Method in class pe.pase.EFormScriptSet
 
getArtID() - Method in class pe.pase.GroupSignArtComponent
 
getArtID() - Method in class pe.pase.PASEFreqAp
 
getArtID() - Method in class pe.pase.PASEFreqApNode
 
getArtId() - Method in class pe.pase.WebServiceStartParam
 
getArtID() - Method in class pe.pase.WSParameter
 
getArtifact(String) - Method in interface pase.server.ServerAPI
Get artifact by the specified artifact id.
getArtifact() - Method in class pe.pase.AccessAdmin
Get the artifact option.
getArtifact(String) - Method in class pe.pase.BasedClientAPI
 
getArtifact(String) - Method in interface pe.pase.ClientAPI
Get artifact by the specified artifact id.
getArtifact(String) - Method in interface pe.pase.PDEService
Return a data object of artifact
getArtifact(String) - Method in class pe.pase.ProjectChartModel
Access artifact data
getArtifact(String) - Method in interface pe.pase.ServerService
Return a data object of artifact
getArtifactAll() - Method in class pe.pase.AccessAdmin
 
getArtifactForm(String) - Method in interface pase.server.ServerAPI
Get artifact forms of the specified artifact.
getArtifactForm(String) - Method in class pe.pase.BasedClientAPI
 
getArtifactForm(String) - Method in interface pe.pase.ClientAPI
Get artifact forms of the specified artifact.
getArtifactForm(String) - Method in interface pe.pase.PDEService
Return artifact forms of some specific artifact
getArtifactForm(String) - Method in interface pe.pase.ServerService
Return artifact forms of some specific artifact
getArtifactID() - Method in class pe.pase.Artifact
Get the artifact id
getArtifactID() - Method in interface pe.pase.FormAPI
Returns the current artifact id by which the form is operated.
getArtifactID() - Method in class pe.pase.PASEartInstance
Get the artifact id
getArtifactID() - Method in class pe.pase.PASEartState
Get the artifact id
getArtifactID() - Method in class pe.pase.TranslateArtIns
Get the artifact id
getArtifactInstance(String) - Method in class pe.pase.BasedClientAPI
 
getArtifactInstance(String) - Method in interface pe.pase.ClientAPI
Deprecated. 
getArtifactList() - Method in class pe.pase.WebADMACL
 
getArtifactOfCompany() - Method in interface pase.server.ServerAPI
Get all artifacts.
getArtifactOfCompany() - Method in class pe.pase.BasedClientAPI
 
getArtifactOfCompany() - Method in interface pe.pase.ClientAPI
Get all artifacts in the company.
getArtifactOfCompany() - Method in interface pe.pase.PDEService
Return all artifacts
getArtifactOfCompany() - Method in interface pe.pase.ServerService
Return all artifacts
getArtifactOfProject(String) - Method in interface pase.server.ServerAPI
Get all artifact of the specified project.
getArtifactOfProject(String) - Method in class pe.pase.BasedClientAPI
 
getArtifactOfProject(String) - Method in interface pe.pase.ClientAPI
Get all artifacts which will be used by the specified project.
getArtifactOfProject(String) - Method in interface pe.pase.PDEService
Return all artifact of some specific project
getArtifactOfProject(String) - Method in interface pe.pase.ServerService
Return all artifact of some specific project
getArtifactRootIDList() - Method in class pe.pase.Project
Get the artifact id list
getArtifacts(Vector) - Method in class pe.pase.ProjectChartModel
 
getArtifactSearch() - Method in class pe.pase.AccessAdmin
Get the artifact search option
getArtifactSearch() - Method in class pe.pase.AccessMember
Get the artifact search option
getArtifactSearchAll() - Method in class pe.pase.AccessAdmin
 
getArtifactSearchAll() - Method in class pe.pase.AccessMember
 
getArtifactSearchView() - Method in class pe.pase.AccessAdmin
 
getArtifactSearchView() - Method in class pe.pase.AccessMember
 
getArtifactState(String) - Method in interface pe.pase.FlowService
 
getArtifactView() - Method in class pe.pase.AccessAdmin
 
getArtiID() - Method in class pe.pase.TaskInfo
Get the artifact id
getArtiKW() - Method in class pe.pase.TaskInfo
Get the artifact keyword
getArtiName() - Method in class pe.pase.TaskInfo
Get the artifact name
getArtiName(String) - Method in class pe.pase.TaskInfo
Get the artifact loclae name
getArtInsDefaultMap(String, String, String, Task, String, String[], String) - Method in class pe.pase.BasedClientAPI
 
getArtInsDefaultMap(String, String, String, Task, String, String[], String) - Method in interface pe.pase.ClientAPI
Returns the artifact instance default value map.
getArtInsDefaultMap(String, String, String, Task, String, String[], String) - Method in interface pe.pase.UtilityService
 
getArtInsID() - Method in class taskattachedfile.TaskAttachedFileInfo
 
getArtInsID() - Method in class taskattachedfile.TaskAttachedFilePanel
 
getArtInsMyId() - Method in class pe.pase.FormForward
 
getArtInstance(String) - Method in interface pase.server.ServerAPI
Get artifact instance with current Task.
getArtInstance(String, String) - Method in interface pase.server.ServerAPI
Get artifact instance with the specified task.
getArtInstance(String) - Method in class pe.pase.BasedClientAPI
 
getArtInstance(String, String) - Method in class pe.pase.BasedClientAPI
 
getArtInstance(String) - Method in interface pe.pase.ClientAPI
Get artifact instance by the specified instance id.
getArtInstance(String, String) - Method in interface pe.pase.ClientAPI
Get artifact instance with the specified instance id and task id.
getArtInstance(String) - Method in interface pe.pase.FlowService
Return a data object of artifact instance with current Task
getArtInstance(String, String) - Method in interface pe.pase.FlowService
Return a data object of artifact instance with specific task
getArtInstance() - Method in interface pe.pase.FormAPI
Returns the current artifact instance by which the form is operated.
getArtInstance(String) - Method in interface pe.pase.ServerService
Return a data object of artifact instance with current Task
getArtInstance(String, String) - Method in interface pe.pase.ServerService
Return a data object of artifact instance with specific task
getArtInstance() - Method in class pe.pase.Task
Get the operation artifact
getArtInstanceID() - Method in interface pe.pase.FormAPI
Returns the current artifact instance id by which the form is operated.
getArtInstanceOfArtifact(String) - Method in interface pase.server.ServerAPI
Get all artifact instances of the specified artifact.
getArtInstanceOfArtifact(String) - Method in interface pe.pase.FlowService
Return all artifact instances instanciated by some specific artifact.
getArtInstanceOfArtifact(String) - Method in interface pe.pase.ServerService
Return all artifact instances instanciated by some specific artifact.
getArtInstanceOfProject(String) - Method in interface pase.server.ServerAPI
Get all artifact instances of the specified project.
getArtInstanceState() - Method in class pe.pase.Task
Get the artifact state of operation artifact
getArtItemId() - Method in class pe.pase.WebServiceStartParam
 
getArtItemName() - Method in class pe.pase.WebServiceStartParam
 
getArtLocaleInfo() - Method in class pe.pase.Artifact
 
getArtLocaleInfo() - Method in class pe.pase.PASEartInstance
 
getArtMap() - Method in class pe.pase.ProjectChartModel
 
getArtMultiLanguage() - Method in class pe.pase.Artifact
 
getArtState() - Method in class pe.pase.MobileForm
 
getArtState() - Method in class pe.pase.PASEartInstance
Get the current artifact state
getArtStateList() - Method in class pe.pase.Artifact
Get the list of artifact state
getArtStateList() - Method in class pe.pase.ProLinkTerm
Get the artifact state list
getArtTskID(String) - Method in interface pase.server.ServerAPI
Get the latest associated TaskID with the Artifact Instance.
getArtTskID(String) - Method in class pe.pase.BasedClientAPI
 
getArtTskID(String) - Method in interface pe.pase.ClientAPI
Get the latest associated TaskID with the Artifact Instance.
getArtTskID(String) - Method in interface pe.pase.PDEService
Get the latest associated TaskID with the Artifact Instance.
getArtTskID(String) - Method in interface pe.pase.ServerService
Get the latest associated TaskID with the Artifact Instance.
getAssignBody() - Method in class pe.pase.WorkDiaryAssignInfo
 
getAssignMemID() - Method in class pe.pase.WorkDiaryAssignInfo
 
getAssociateMeeting() - Method in class pe.pase.MeetingInfo
 
getAssociateMeetingIDs() - Method in class pe.pase.MeetingInfo
 
getAssociateMeetingShow() - Method in class pe.pase.MeetingInfo
 
getAssociation() - Method in class pe.pase.MemberRecord
Get the member Association
getAsText() - Method in class fcomponent.jbarcodebean.BarcodeStrategyEditor
 
getATaskDepMode() - Method in class pe.pase.ATask
Get the ATask Department mode.
getATaskNote(String) - Method in class pe.pase.BasedClientAPI
 
getATaskNote(String) - Method in interface pe.pase.ClientAPI
Get all ATask information for the specified root task.
getATaskNote(String) - Method in interface pe.pase.FlowService
Get all ATask information for the specified root task.
getATaskNote(String) - Method in interface pe.pase.ServerService
 
getATaskTitle() - Method in class pe.pase.AddCSResultData
 
getATaskType() - Method in class pe.pase.AddCSResultData
 
getATaskType() - Method in class pe.pase.ATask
Get the ATask type.
getAttachFileList() - Method in class pe.pase.PASEMessage
Get the attach File list
getAttachFilePath(AttachFileInfo) - Method in interface pase.server.ServerAPI
get relative path of AttachFileInfo Object uploaded to Server Side Examples: Server.getAttachFilePath(fileInfo);
getAttachFilePath(String) - Method in interface pase.server.ServerAPI
get relative path of AttachFileInfo Object uploaded to Server Side Examples: Server.getAttachFilePath(fid);
getAttachFilePath(AttachFileInfo) - Method in class pe.pase.BasedClientAPI
 
getAttachFilePath(String) - Method in class pe.pase.BasedClientAPI
 
getAttachFilePath(AttachFileInfo) - Method in interface pe.pase.ClientAPI
get relative path of AttachFileInfo Object uploaded to Server Side Examples: var m_attached = Form.getComponent("AttachedFile0"); var m_filelist = m_attached.getProperty("FileList"); for(var i = 0, n = m_filelist.size(); i < n; ++i) { java.lang.System.out.println("FilePath : " + Client.getAttachFilePath(m_filelist.get(i))); }
getAttachFilePath(String) - Method in interface pe.pase.ClientAPI
get relative path of AttachFileInfo Object uploaded to Server Side Examples: var m_attached = Form.getComponent("AttachedFile0"); var m_filelist = m_attached.getProperty("FileList"); var fid; for(var i = 0, n = m_filelist.size(); i < n; ++i) { fid = m_filelist.get(i).getFileID(); java.lang.System.out.println("FilePath : " + Client.getAttachFilePath(fid)); }
getAttachFilePath(String) - Method in interface pe.pase.FileService
get AttachFileInfo Object's upload path
getAttachFilePath(AttachFileInfo) - Method in interface pe.pase.FileService
get AttachFileInfo Object's upload path
getAttachList() - Method in class pe.pase.PASEMessage
Get the attach Form list
getAttachment() - Method in class pe.pase.MeetingInfo
 
getAttachmentList() - Method in class pe.pase.APWork
 
getAttachmentList() - Method in class pe.pase.APWorkComment
 
getAttribute(String) - Method in class pe.pase.MemberRecord
Get the member Attribute
getAttributeMap() - Method in class pe.pase.MemberRecord
Get the member Attribute HashMap
getAuditArtState() - Method in class pe.pase.CSDBProcess
 
getAuditList() - Method in class pe.pase.ATask
 
getAuditList() - Method in class pe.pase.CSTask
Get the audit list
getAuditPrjRoleList() - Method in class pe.pase.CSDBProcess
 
getAuditRoleList() - Method in class pe.pase.CSDBProcess
 
getAuditSpeRoleList() - Method in class pe.pase.CSDBProcess
 
getAuthForceAFDBAuthForAdmin() - Method in class pe.pase.SerRuntimeEnv
Deprecated.
getAuthForceNotToEncryptPassword() - Method in class pe.pase.SerRuntimeEnv
Deprecated.
V3.1
getAuthLDAPConfigs() - Method in interface pe.pase.UtilityService
Retrieve the ldap configs
getAuthor() - Method in class pe.pase.APWorkComment
 
getAuthor() - Method in class pe.pase.BBSBoardInfo
 
getAuthor() - Method in class pe.pase.BBSMessage
Get the author of this message
getAuthor() - Method in class pe.pase.ItemGroupTemplateArtifact
 
getAuthorID() - Method in class pe.pase.PASEFreqAp
Returns the author ID of the FreqAP.
getAuthorID() - Method in class pe.pase.Project
Get the project author
getAuthorID() - Method in class pe.pase.WebADMACL
 
getAuthorizationTableTemplate() - Method in class pe.pase.IapDBProcess
 
getAuthorizedEditor() - Method in class pe.pase.WebADMACL
 
getAuthorizedUser() - Method in class pe.pase.WebADMACL
 
getAutocompleteTagList(String, String, List<String>, String...) - Method in interface pe.pase.UtilityService
 
getAutoLogout() - Method in class pe.pase.UserConfig
Get the auto-logout.
getAvailableComponentSize(boolean) - Method in class fcomponent.general.LabeledFormComponent
 
getAvailableInnerSize() - Method in class fcomponent.general.LabeledFormComponent
 
getAvailableLabelSize(boolean) - Method in class fcomponent.general.LabeledFormComponent
 
getBackground() - Method in class fcomponent.editor.spinedit.SpinEdit
 
getBackground() - Method in class fcomponent.FRichTextArea
 
getBackground() - Method in class fcomponent.FSignature
 
getBackground() - Method in class fcomponent.FTableScrollPane
Deprecated. 
getBackground() - Method in class fcomponent.FTextArea
 
getBackground() - Method in class fcomponent.jbarcodebean.JBarcodeBean
Accessor method for the background property, which determines the control background color (the space around the barcode, and behind the text caption).
getBackground() - Method in class fcomponent.TableColors
 
getBackground() - Method in class fcomponent.TableUIParameters
 
getBackgroundColor() - Method in class pe.pase.Marquee
 
getBarcodeBackground() - Method in class fcomponent.jbarcodebean.JBarcodeBean
Accessor method for the barcodeBackground property, which determines the color of the spaces between the bars in the barcode (typically white).
getBarcodeHeight() - Method in class fcomponent.jbarcodebean.JBarcodeBean
Accessor method for the barcodeHeight property, which determines the height of the barcode (excluding caption text) in pixels.
getBase64Image2() - Method in class fcomponent.editableimage.EditableImageLabel
取得背景圖 base64 格式的字串
getBase64ImageList() - Method in class fcomponent.editableimage.EditableImageLabel
取得背景圖 base64 格式的字串
getBaseDN() - Method in class pe.pase.AuthLDAPConfig
 
getBaseNumdays() - Method in class pe.pase.RMManageInfo
 
getBBS() - Method in class pe.pase.AccessAdmin
Get the BBS option
getBBS() - Method in class pe.pase.AccessMember
Get the BBS option
getBBSBoard() - Method in interface pe.pase.AdminAPI
 
getBBSBoard() - Method in interface pe.pase.BBSBoardInfoProvider
 
getBBSBoard() - Method in interface pe.pase.ServerService
 
getBBSBoard(String) - Method in interface pe.pase.ServerService
 
getBBSBoard() - Method in interface pe.pase.UtilityService
Get bbs boards, only active
getBBSBoard(String) - Method in interface pe.pase.UtilityService
Get the bbs board with the specific ID
getBBSBoardByCategoryId(String) - Method in interface pe.pase.UtilityService
 
getBBSBoardByOwnerLoginIDAndRangeIDs(String, Vector) - Method in interface pe.pase.UtilityService
Gets bbs boards by owner's login ID and rangeID list.
getBBSBoardByRangeID(Vector) - Method in interface pe.pase.UtilityService
Gets bbs boards by member's role.
getBBSBoardIDByRangeID(Vector) - Method in interface pe.pase.UtilityService
Gets bbs boards id by member's role.
getBBSCategory(String) - Method in interface pe.pase.UtilityService
 
getBBSGMTPostTimeStr() - Method in class pe.pase.BBSMessage
 
getBBSMessageAnswerAcceptedByParent(String) - Method in interface pe.pase.UtilityService
 
getBBSMessageAnswerAcceptedLogList(String) - Method in interface pe.pase.UtilityService
 
getBBSMessageClickCount(String) - Method in interface pe.pase.UtilityService
 
getBBSMessageClickLogList(String) - Method in interface pe.pase.UtilityService
 
getBBSMessageStarCount(String) - Method in interface pe.pase.UtilityService
 
getBBSMessageVote(String, String) - Method in interface pe.pase.UtilityService
 
getBBSMessageVoteMap(String, String) - Method in interface pe.pase.UtilityService
 
getBBSMessageVotePoint(String) - Method in interface pe.pase.UtilityService
 
getBBSMessageVotePointMap(String) - Method in interface pe.pase.UtilityService
 
getBBSMsg(String) - Method in interface pe.pase.ServerService
 
getBBSMsg(String) - Method in interface pe.pase.UtilityService
Get the bbs message with the specific ID
getBBSMsg(String, boolean) - Method in interface pe.pase.UtilityService
Get the bbs message with the specific ID
getBBSMsgList(String) - Method in interface pe.pase.ServerService
 
getBBSMsgList(String) - Method in interface pe.pase.UtilityService
Get all messages with a board ID
getBBSMsgList(String, boolean) - Method in interface pe.pase.UtilityService
 
getBBSMsgListInfo(String, String, String) - Method in interface pe.pase.UtilityService
 
getBBSMsgObjList(int, int, Vector) - Method in interface pe.pase.UtilityService
 
getBBSNickName() - Method in class pe.pase.MemberRecord
Get the nickname in the format of MemberLoginID(MemberName).
getBBSSearchResult(String, String) - Method in interface pe.pase.UtilityService
Get all messages with a keyword in some board.
getBeanDescriptor() - Method in class fcomponent.AFExcelExporterBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.AFExcelImporterBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.ColumnsHeaderNodeBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.editableimage.EditableImageLabelBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FAccordionPanelBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FButtonBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FButtonGroupBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FCheckBoxBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FChoiceBoxBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FCircleBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FComboBoxBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FCotLineBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FHLineBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FHTMLLinkBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FHTMLQueryBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FIframeBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FImageLabelBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FLabelBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FListBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FMapBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FOrganizationTreeBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FPanelBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FPasswordFieldBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FPositionBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FRadioButtonBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FRectangleBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FReportOutputBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FRichTextAreaBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FSignatureBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FTabbedPaneBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FTableScrollPaneBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FTanLineBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FTextAreaBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FTextFieldBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FTextFieldWithLabelBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FTreeBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.FVLineBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.jbarcodebean.JBarcodeBeanBeanInfo
 
getBeanDescriptor() - Method in class fcomponent.PlugInBeanInfo
 
getBeanIcon16(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getBeanInfo(Component) - Static method in class fcomponent.util.BeanInfoUtilities
 
getBeanInfo(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getBeDependedWorkIDList(String) - Method in interface pe.pase.FlowService
 
getBeforeRepeatMeetingInfo(APRepeatRule, boolean) - Method in interface pe.pase.FlowService
 
getBeginColumn() - Method in class fcomponent.parser.JavaCharStream
 
getBeginLine() - Method in class fcomponent.parser.JavaCharStream
 
getBelongComID() - Method in class pe.pase.BBSBoard
 
getBelongComName() - Method in class pe.pase.BBSBoard
 
getBelongToDep() - Method in class pe.pase.APWork
 
getBinding() - Method in class pe.pase.WebServiceDBProcess
 
getBindingPolicy() - Method in class pe.pase.Task
Get the binding policy
getBirthday() - Method in class pe.pase.MemberRecord
Get the member Birthday
getBirthPlace() - Method in class pe.pase.MemberRecord
Get the member BirthPlace
getBloodType() - Method in class pe.pase.MemberRecord
Get the member Blood Type
getBoardAdminList() - Method in interface pe.pase.UtilityService
 
getBoardID() - Method in class pe.pase.BBSBoardAccess
 
getBoardID() - Method in class pe.pase.BBSBoardInfo
 
getBoardID() - Method in class pe.pase.BBSMessage
Get the board id
getBoardName() - Method in class pe.pase.BBSBoardInfo
 
getBoardName() - Method in class pe.pase.BBSMessage
Get the BoardName.
getBoardPermList(String) - Method in interface pe.pase.UtilityService
 
getBody() - Method in class pe.pase.BBSBoardInfo
 
getBody() - Method in class pe.pase.BBSMessage
Get the body of this message
getBodyBG() - Method in class pe.pase.EIPColorTheme
 
getBodyBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getBodyBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getBodyText() - Method in class pe.pase.EIPColorTheme
 
getBookingEvent(String) - Method in interface pe.pase.FlowService
 
getBookingEventsInRange(Date, Date, String, String, MemberRecord) - Method in interface pe.pase.FlowService
 
getBookingEventsInRange(RMSearchCondition) - Method in interface pe.pase.FlowService
 
getBorder() - Method in class fcomponent.jbarcodebean.JBarcodeBean
Accessor methor for the border property.
getBorder() - Method in class pe.pase.EIPLayoutPortlets
Get the border
getBorder() - Method in class pe.pase.EIPPortletDefine
Get the border
getBorderColor() - Method in class fcomponent.FAccordionPanel
 
getBorderColor() - Method in class fcomponent.QueryCondition
 
getBorderOptions() - Static method in class fcomponent.util.BeanInfoUtilities
 
getBounds() - Method in class fcomponent.editableimage.tools.RectTracker
 
getBtnDangerBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnDangerBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnDangerHoverBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnDangerHoverBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnDangerHoverText() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnDangerText() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnDefaultBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnDefaultBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnDefaultHoverBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnDefaultHoverBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnDefaultHoverText() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnDefaultText() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnGroupSuccessBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnInfoBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnInfoBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnInfoHoverBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnInfoHoverBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnInfoHoverText() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnInfoText() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnPrimaryBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnPrimaryBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnPrimaryHoverBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnPrimaryHoverBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnPrimaryHoverText() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnPrimaryText() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnSuccessBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnSuccessBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnSuccessHoverBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnSuccessHoverBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnSuccessHoverText() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnSuccessText() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnWarningBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnWarningBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnWarningHoverBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnWarningHoverBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnWarningHoverText() - Method in class pe.pase.EIPColorThemeTemplate
 
getBtnWarningText() - Method in class pe.pase.EIPColorThemeTemplate
 
getBulletinMessage(String, String, boolean, String) - Method in interface pe.pase.UtilityService
 
getButtonCount() - Method in class fcomponent.ButtonGroupChlid
 
getButtonGroup() - Method in class fcomponent.FButtonGroup
 
getButtonGroup() - Method in class fcomponent.FCheckBox
 
getButtonGroup() - Method in class fcomponent.FRadioButton
 
getButtonGroup() - Method in class pe.pase.GroupSignArtComponent
 
getButtonGroupName() - Method in class fcomponent.FCheckBox
 
getButtonGroupName() - Method in class fcomponent.FRadioButton
 
getBuyGroupId() - Method in interface pe.pase.FlowService
 
getBuyId() - Method in interface pe.pase.FlowService
 
getBuyItemId() - Method in interface pe.pase.FlowService
 
getBuyStoreId() - Method in interface pe.pase.FlowService
 
getCalBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getCalBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getCalendar(String) - Method in interface pe.pase.UtilityService
Get UserCalendar by id.
getCalendarDeadline() - Method in class pe.pase.Task
 
getCalendarMap() - Method in class pe.pase.MemberRecord
get member's calendar map
getCalFooterBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getCalFooterBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getCallBack() - Method in class fcomponent.FOrganizationTree
 
getCalledID() - Method in class pe.pase.PASEProcessNode
 
getCalledProcessID() - Method in class pe.pase.CallProcess
 
getCallID() - Method in class pe.pase.PASEProcessNode
 
getCallID() - Method in class pe.pase.Task
Get the call task id
getCalSelectBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getCalTitleBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getCalTitleText() - Method in class pe.pase.EIPColorThemeTemplate
 
getCalTitleWeekBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getCalTodayBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getCancelClassic() - Method in class pe.pase.BBSMessage
 
getCancelLockArticle() - Method in class pe.pase.BBSMessage
 
getCancelPeak() - Method in class pe.pase.BBSMessage
 
getCap() - Method in class fcomponent.FLine
 
getCaption() - Method in class fcomponent.FList
 
getCaretColor() - Method in class fcomponent.FRichTextArea
 
getCaretColor() - Method in class fcomponent.FTextArea
 
getCaretEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getCategory(String) - Method in interface pe.pase.FlowService
 
getCategoryIDs() - Method in class pe.pase.RMSearchCondition
 
getCategoryList(List) - Method in interface pe.pase.UtilityService
 
getCategoryList(String) - Method in interface pe.pase.UtilityService
 
getCatID() - Method in class pe.pase.APProject
 
getCatID() - Method in class pe.pase.BBSBoard
 
getCatID() - Method in class pe.pase.EIPBBSCategory
 
getCatName() - Method in class pe.pase.APProject
 
getCatName() - Method in class pe.pase.BBSBoard
 
getCatName() - Method in class pe.pase.EIPBBSCategory
 
getCCRecID() - Method in class pe.pase.PASEMessage
Get the id of cc receiver
getCCRecName() - Method in class pe.pase.PASEMessage
Get the name of cc receiver
getCellBorderColor() - Method in class fcomponent.FTable
 
getCellBorderColor() - Method in class fcomponent.FTableScrollPane
 
getCellBorderColor() - Method in class fcomponent.TableColors
 
getCellBorderColor() - Method in class fcomponent.TableUIParameters
 
getCellBorderWidth() - Method in class fcomponent.FTable
 
getCellBorderWidth() - Method in class fcomponent.FTableScrollPane
 
getCellBorderWidth() - Method in class fcomponent.TableNewUIParameters
 
getCellEditor(int, int) - Method in class fcomponent.FTableScrollPane
Return an appropriate editor for the cell specified by this this row and column.
getCellEditorValue() - Method in class fcomponent.table.FStringCellEditor
 
getChairmanID() - Method in class pe.pase.MeetingInfo
 
getChairmanName() - Method in class pe.pase.MeetingInfo
 
getChairmanName() - Method in class pe.pase.MMShowInfo
 
getChangeEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getChart() - Method in class pe.pase.AccessAdmin
Get the chart option.
getChartData() - Method in class fcomponent.ChartConfig
 
getChartDataHM() - Method in class fcomponent.ChartConfig
 
getChartTitle() - Method in class fcomponent.ChartConfig
 
getChartType() - Method in class fcomponent.ChartConfig
 
getChartTypeOptions() - Static method in class fcomponent.util.BeanInfoUtilities
add for AF-3981 by Kai

取得圖形種類:
Key: 長條圖, Value: 0
Key: 折現圖, Value: 1
Key: 圓餅圖, Value: 2
getCheckedRows() - Method in class fcomponent.FTableScrollPane
 
getCheckServiceSleepTime() - Method in class pe.pase.SerRuntimeEnv
Get the sleep time of check services.
getChildren() - Method in class fcomponent.DTreeNode
 
getChildren() - Method in class pe.pase.Category
 
getChildrenNameMatrix() - Method in class fcomponent.FAccordionPanel
 
getChildrenNameMatrix() - Method in class fcomponent.FPanel
 
getChildrenNameMatrix() - Method in interface fcomponent.general.EForm2Container
 
getChoiceBoxStackOrientedOptions() - Static method in class fcomponent.util.BeanInfoUtilities
 
getChoiceBoxTypeOptions() - Static method in class fcomponent.util.BeanInfoUtilities
 
getChoiceType() - Method in class fcomponent.FChoiceBox
 
getCityName() - Method in class pe.pase.AFTimeZone
 
getClassic() - Method in class pe.pase.BBSBoardInfo
 
getClassic() - Method in class pe.pase.BBSMessage
 
getClassificationTaskOfMember(String, String, String, int, String, boolean, HashMap) - Method in interface pe.pase.FlowService
 
getClauseItemID() - Method in class fcomponent.QueryCondition
 
getClauseName() - Method in class fcomponent.QueryCondition
 
getClauseOfLeftParentheses() - Method in class fcomponent.QueryCondition
 
getClauseOfRightParentheses() - Method in class fcomponent.QueryCondition
 
getClauseOperator() - Method in class fcomponent.QueryCondition
 
getClauseRelation() - Method in class fcomponent.QueryCondition
 
getClauseValue() - Method in class fcomponent.QueryCondition
 
getClauseValueFrom() - Method in class fcomponent.QueryCondition
 
getClauseValueType() - Method in class fcomponent.QueryCondition
 
getClearActionButton() - Method in class fcomponent.FPosition
 
getClearActionButtonName() - Method in class fcomponent.FPosition
 
getClickCountToStart() - Method in class fcomponent.table.FStringCellEditor
 
getClient() - Method in interface pe.pase.FormAPI
Returns the current member by which the form is operated.
getClientAPI() - Method in interface fcomponent.general.Form
 
getClientAPI() - Method in class taskattachedfile.TaskAttachedFilePanel
 
getClientCallback(String) - Method in class pe.pase.ClientRegistry
 
getClientCallbackForEIP(String) - Method in class pe.pase.ClientRegistry
 
getClientMainFrame() - Method in class pe.pase.BasedClientAPI
 
getClientMainFrame() - Method in interface pe.pase.ClientAPI
To getting the agenda main frame.
getClientMode() - Method in class pe.pase.BasedClientAPI
 
getClientMode() - Method in interface pe.pase.ClientAPI
Return the current .
getClients() - Method in class pe.pase.ClientRegistry
 
getClientsForEIP() - Method in class pe.pase.ClientRegistry
 
getClientSite(String) - Method in interface pe.pase.FlowService
 
getClientsSize() - Method in class pe.pase.ClientRegistry
 
getClientsSizeForEIP() - Method in class pe.pase.ClientRegistry
 
getClipboard() - Static method in class fcomponent.editableimage.EditableImageLabel
 
getCloseFormActionEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getCloseQuestionnaireListByCompany(Vector) - Method in interface pe.pase.ActivityService
 
getClusterName() - Method in class pe.pase.SerRuntimeEnv
 
getCmpEditable() - Method in class fcomponent.FComboBox
Return the poperty 'savable' of MyComboBox
getCmpType() - Method in class pe.pase.ArtFormItem
Get type of the artifact form item.
getCNName() - Method in class pe.pase.EIPLayout
 
getCNName() - Method in class pe.pase.EIPLayoutPortlets
 
getCNName() - Method in class pe.pase.EIPLayoutTabs
 
getCNName() - Method in class pe.pase.EIPPortletDefine
 
getCNName() - Method in class pe.pase.EIPTabDefine
 
getCode() - Method in class fcomponent.jbarcodebean.JBarcodeBean
Accessor method for the code property, which is the text encoded in the barcode.
getCodeType() - Method in class fcomponent.jbarcodebean.JBarcodeBean
Accessor method for the codeType property, which is the barcode type.
getColHiding() - Method in class fcomponent.FTableScrollPane
for obtaining an array of hiding cols id
getColHidingByName() - Method in class fcomponent.FTableScrollPane
for obtaining an array of hiding cols' name
getCollectedTskIDListByGPro(String, String) - Method in interface pase.server.ServerAPI
Get the ids of root task list which has triggered the GatherProcess This method will be used in the PreAction and PostAction of the GatherProcess only.
getCollectedTskIDListByGPro(String, String) - Method in interface pe.pase.FlowService
Get the ids of root task list which has triggered the GatherProcess This method will be used in the PreAction and PostAction of the GatherProcess only.
getColor() - Method in class fcomponent.editableimage.figure.DefaultTextFigure
 
getColor() - Method in interface fcomponent.editableimage.figure.Figure
 
getColor() - Method in class fcomponent.FLine
 
getColor() - Method in class pe.pase.BookingEvent
 
getColor() - Method in class pe.pase.MeetingRoom
 
getColor() - Method in class pe.pase.MMShowInfo
 
getColor() - Method in class pe.pase.PASEProcessLink
Get color of the line
getColor() - Method in class pe.pase.RMItem
 
getColor() - Method in class pe.pase.TinyTask
Get the color setting only for Process Monitor Module.
getColorLabel() - Method in class pe.pase.Task
 
getColorLabel() - Method in class pe.pase.TinyTask
 
getColType() - Method in class fcomponent.ColumnsHeaderNode
 
getColTypeList() - Method in class fcomponent.ColumnsHeaderNode
 
getColumn(Object) - Method in class fcomponent.FTable
 
getColumn() - Method in class fcomponent.parser.JavaCharStream
Deprecated. 
getColumnAlignmentOptions() - Static method in class fcomponent.util.BeanInfoUtilities
 
getColumnClass(int) - Method in class fcomponent.FScrollTableModel
 
getColumnClass(int) - Method in class fcomponent.sortabletable.SortableTableModel
 
getColumnClass(int) - Method in class taskattachedfile.MyTaskAttachedFileTableModel
 
getColumnClass(int) - Method in class taskattachedfile.TaskAttachedFileTableModel
 
getColumnCount() - Method in class fcomponent.FScrollTableModel
 
getColumnCount() - Method in class fcomponent.sortabletable.SortableTableModel
 
getColumnCount() - Method in class taskattachedfile.MyTaskAttachedFileTableModel
 
getColumnCount() - Method in class taskattachedfile.TaskAttachedFileTableModel
 
getColumnDBPropertys() - Method in class fcomponent.ColumnsHeaderNodeVector
 
getColumnDBPropertys() - Method in class fcomponent.FScrollTableModel
 
getColumnID() - Method in class pe.pase.EIPLayoutTabColumn
Get the column id
getColumnID() - Method in class pe.pase.EIPLayoutTabs
Get the column id
getColumnID() - Method in class pe.pase.EIPTabDefine
Get the column id
getColumnName(int) - Method in class fcomponent.FScrollTableModel
 
getColumnName() - Method in class fcomponent.general.DBSave
 
getColumnName(int) - Method in class fcomponent.sortabletable.SortableTableModel
 
getColumnName(int) - Method in class taskattachedfile.MyTaskAttachedFileTableModel
 
getColumnName(int) - Method in class taskattachedfile.TaskAttachedFileTableModel
 
getColumnNameAtColumn(int) - Method in class pe.pase.BBSMessage
Get column name of the specified column
getColumnNameAtColumn(int) - Method in interface pe.pase.Listable
 
getColumnNodeFooterInfo() - Method in class fcomponent.ColumnsHeaderNode
 
getColumnNodeTypeAndValue() - Method in class fcomponent.ColumnsHeaderNode
 
getColumnNodeVector() - Method in class fcomponent.FScrollTableModel
 
getColumnNodeVector() - Method in class fcomponent.FTableScrollPane
Get the column information
getColumnNodeVectorWithoutCheckAll() - Method in class fcomponent.FScrollTableModel
 
getColumnNodeVectorWithoutCheckAll() - Method in class fcomponent.FTableScrollPane
return column information without checkAll column.
getColumnPatternPropertys() - Method in class fcomponent.ColumnsHeaderNodeVector
 
getColumnPatternPropertys() - Method in class fcomponent.FScrollTableModel
 
getColumnPosition() - Method in class pe.pase.EIPLayoutTabColumn
Get the column position
getColumns() - Method in class pe.pase.OrgRecord
 
getColumnSize() - Method in class pe.pase.BBSMessage
Get the column size
getColumnSize() - Method in interface pe.pase.Listable
 
getColumnType() - Method in class fcomponent.ColumnsHeaderNode
 
getColumnType() - Method in class pe.pase.EIPLayoutTabs
Get the column type
getColumnType() - Method in class pe.pase.EIPTabDefine
Get the column type
getColumnWidth() - Method in class fcomponent.WholeNumberField
 
getColumnWidthAtColumn(int) - Method in class pe.pase.BBSMessage
Get the column width of the specified column
getColumnWidthAtColumn(int) - Method in interface pe.pase.Listable
 
getColVector() - Method in class fcomponent.ColumnsHeaderNode
 
getComarisonOp() - Method in class pe.pase.QueryCondition
Returns the comarison operator of this condition.
getComboBoxFilter() - Method in class fcomponent.FChoiceBox
 
getComboBoxFilter() - Method in class fcomponent.FComboBox
 
getComID() - Method in class pe.pase.APProject
 
getComID() - Method in class pe.pase.APTask
 
getComID() - Method in class pe.pase.APWork
 
getComID() - Method in class pe.pase.APWorkComment
 
getComID() - Method in class pe.pase.DesignerAccess
get the member access right of company
getComID() - Method in class pe.pase.EIPColorTheme
 
getComID() - Method in class pe.pase.EIPColorThemeTemplate
 
getComID() - Method in class pe.pase.EIPLayout
Get the company id
getComId() - Method in class pe.pase.Image
 
getComID() - Method in class pe.pase.ManagerInfo
 
getComID() - Method in class pe.pase.MeetingRoom
 
getComID() - Method in class pe.pase.SaaSLicense
 
getComIDList() - Method in class pe.pase.OrgRecord
 
getComIDListOfMember(String) - Method in interface pe.pase.UtilityService
 
getComIdOfDep(String) - Method in interface pe.pase.UtilityService
 
getComIdOfRole(String) - Method in interface pe.pase.UtilityService
 
getCommand() - Method in class fcomponent.TabNameVector
 
getcommand() - Method in class pe.pase.TrustNetworkSegment
 
getComMap() - Method in class pe.pase.PASEOrgModel
Get company map
getCommentCount() - Method in class pe.pase.APWork
 
getCommentID() - Method in class pe.pase.APWorkComment
 
getCommentList() - Method in class pe.pase.APWork
 
getCommentList() - Method in class pe.pase.APWorkComment
 
getCommentTime() - Method in class pe.pase.APWorkComment
 
getComName() - Method in class pe.pase.BBSBoard
 
getComName() - Method in class pe.pase.ManagerInfo
 
getComName() - Method in class pe.pase.MeetingRoom
 
getCompany() - Method in interface pase.server.ServerAPI
Get the company.
getCompany() - Method in class pe.pase.BasedClientAPI
 
getCompany() - Method in interface pe.pase.ClientAPI
Get company.
getCompany() - Method in class pe.pase.EIPBBSCategory
 
getCompany() - Method in interface pe.pase.OrgService
Return a data object of company
getCompany(String) - Method in interface pe.pase.OrgService
Return a data object of company by a specified company id.
getCompany() - Method in class pe.pase.PASEOrgModel
Get company
getCompany(String) - Method in class pe.pase.PASEOrgModel
Get the instance of Company with the specified company id
getCompany() - Method in class pe.pase.ProjectChartModel
Access company data
getCompany() - Method in interface pe.pase.ServerService
Return a data object of company
getCompany(String) - Method in interface pe.pase.ServerService
Return a data object of company by a specified company id
getCompanyAnnouncementBoard() - Method in interface pe.pase.UtilityService
 
getCompanyID() - Method in class pe.pase.Category
 
getCompanyID() - Method in class pe.pase.EIPBBSCategory
 
getCompanyID() - Method in class pe.pase.EIPTag
 
getCompanyID() - Method in class pe.pase.Link
 
getCompanyID() - Method in class pe.pase.MeetingInfo
 
getCompanyID() - Method in class pe.pase.MMShowInfo
 
getCompanyID() - Method in class pe.pase.Project
Get the company id
getCompanyID() - Method in class pe.pase.RMItem
 
getCompanyID() - Method in class pe.pase.RMManageInfo
 
getCompanyID() - Method in class pe.pase.Task
Get the company id of the company computed by the Agentflow system
getCompanyIDListOfActManager(String) - Method in interface pe.pase.ActivityService
 
getCompanyIDListOfAlbumCreator(String) - Method in interface pe.pase.UtilityService
UP-4 by Leon 20141201 Gets the CompanyID List of AlbumCreator.
getCompanyIDListOfAlbumManager(String) - Method in interface pe.pase.UtilityService
UP-4 by Leon 20141201 Gets the CompanyID List of AlbumManager.
getCompanyIDListOfAPManager(MemberRecord, String, String) - Method in interface pe.pase.FlowService
 
getCompanyIDListOfBuyCreator(String) - Method in interface pe.pase.UtilityService
UP-3 by Tim 20141203 Gets the CompanyID List of BuyCreator.
getCompanyIDListOfBuyManager(String) - Method in interface pe.pase.UtilityService
UP-3 by Tim 20141203 Gets the CompanyID List of BuyManager.
getCompanyIDListOfLayoutManager(String) - Method in interface pe.pase.UtilityService
Gets the CompanyID List of LayoutManager.
getCompanyIDListOfSuperuser(String, boolean) - Method in interface pe.pase.UtilityService
 
getCompanyIDListOfVoteManager(String) - Method in interface pe.pase.ActivityService
 
getCompanyList() - Method in class pe.pase.Company
Get all sub companies ID in the company
getCompanyList() - Method in class pe.pase.UnitType
 
getCompanyName() - Method in class pe.pase.MeetingInfo
 
getCompanyName() - Method in class pe.pase.RMManageInfo
 
getCompanyNames() - Method in class pe.pase.RMItem
 
getCompanys(Vector) - Method in class pe.pase.PASEOrgModel
Get the instances of Company with the set of specified department id
getCompare() - Method in class pe.pase.AFTVElementVO
 
getCompClass() - Method in class fcomponent.WizardProperty
 
getCompleteState() - Method in class pe.pase.ArtifactToPdfAdapterDBProcess
 
getCompleteState() - Method in class pe.pase.DBAdapterDBProcess
 
getCompleteState() - Method in class pe.pase.FileServerAdapterDBProcess
 
getCompleteState() - Method in class pe.pase.MailNotifyAdapterDBProcess
 
getCompleteState() - Method in class pe.pase.WebServiceDBProcess
 
getCompletion() - Method in class pe.pase.APWork
 
getCompMapTitle(Object) - Method in class fcomponent.FTabbedPane
 
getComponent() - Method in class fcomponent.table.FStringCellEditor
 
getComponent(String) - Method in interface pe.pase.FormAPI
Get the component with the specified component name.
getComponentBackground() - Method in class fcomponent.FChoiceBox
 
getComponentBackground() - Method in class fcomponent.FTextFieldWithLabel
 
getComponentBackground() - Method in class fcomponent.general.LabeledFormComponent
 
getComponentBorder() - Method in class fcomponent.FChoiceBox
 
getComponentBorder() - Method in class fcomponent.FTextFieldWithLabel
 
getComponentBorder() - Method in class fcomponent.general.LabeledFormComponent
 
getComponentBounds() - Method in class fcomponent.general.LabeledFormComponent
 
getComponentFont() - Method in class fcomponent.FChoiceBox
 
getComponentFont() - Method in class fcomponent.FTextFieldWithLabel
 
getComponentFont() - Method in class fcomponent.general.LabeledFormComponent
 
getComponentForeground() - Method in class fcomponent.FChoiceBox
 
getComponentForeground() - Method in class fcomponent.FTextFieldWithLabel
 
getComponentForeground() - Method in class fcomponent.general.LabeledFormComponent
 
getComponentList() - Method in interface pe.pase.FormAPI
Get all components.
getComponentMatrix() - Method in class fcomponent.util.RowFlowLayout
 
getComponentName() - Method in class pe.pase.ArtMultiLanguage
 
getComponentNames() - Method in interface pe.pase.FormAPI
Get all components' name.
getComponentPaneBackground() - Method in class fcomponent.general.LabeledFormComponent
 
getComponentPaneBorder() - Method in class fcomponent.general.LabeledFormComponent
 
getComponentPaneBorderColor() - Method in class fcomponent.general.LabeledFormComponent
 
getComponentPaneBounds() - Method in class fcomponent.general.LabeledFormComponent
 
getComponentPaneForeground() - Method in class fcomponent.general.LabeledFormComponent
 
getComponentPoint(Component) - Method in class fcomponent.FAccordionPanel
 
getComponentPoint(Component) - Method in class fcomponent.FPanel
 
getComponentPoint(Component) - Method in interface fcomponent.general.EForm2Container
 
getConcurrentUser() - Method in interface pe.pase.AdminAPI
Get the concurrent user list.
getConcurrentUser() - Method in class pe.pase.BasedClientAPI
 
getConcurrentUser() - Method in interface pe.pase.ClientAPI
Get all concurrent members list Examples: var concurrentUserList = Client.getConcurrentUser(); for(var i = 0;i < concurrentUserList.size();i++) { var member = concurrentUserList.get(i); //returns MemberRecord object }
getConcurrentUser() - Method in interface pe.pase.ServerService
 
getConcurrentUser() - Method in interface pe.pase.UtilityService
Get all concurrent users.
getConcurrentUserNum() - Method in class pe.pase.SaaSLicense
 
getCondition() - Method in class pe.pase.OrgRecord
 
getCondition() - Method in class pe.pase.PASEartState
Get the artifact state condition.
getConditionArgList() - Method in class pe.pase.MMSearchCondition
 
getConditions() - Method in class pe.pase.QueryConditions
Returns the Condition objects in this QueryCondition object.
getConfig() - Method in class pe.pase.MemberRecord
Get the member user config
getConfig() - Method in class pe.pase.SessionConnection
Get the configuration of SessionConnection
getConfigBody(String) - Method in class pe.pase.PersonalConfig
 
getConfigMap() - Method in class pe.pase.PersonalConfig
 
getConfigs() - Method in class pe.pase.PersonalConfig
 
getConfigurationFile(String) - Method in interface pe.pase.UtilityService
Get the configuration file of PASE.
getConfigurationFile(String, String) - Method in interface pe.pase.UtilityService
add by yinhui for AF-2767 Get the configuration file of PASE.
getConstraints(Component) - Method in class fcomponent.util.RowFlowLayout
Gets the constraints for the specified component.
getContent() - Method in class pe.pase.IapEvaluationPattern
 
getContentImage() - Method in class pe.pase.Marquee
 
getContentItems() - Method in class fcomponent.AFExcelExporter
 
getContentItems() - Method in class fcomponent.AFExcelImporter
 
getContentItems() - Method in class fcomponent.FAccordionPanel
 
getContentItems() - Method in class fcomponent.FButton
 
getContentItems() - Method in class fcomponent.FButtonGroup
 
getContentItems() - Method in class fcomponent.FCheckBox
 
getContentItems() - Method in class fcomponent.FChoiceBox
 
getContentItems() - Method in class fcomponent.FComboBox
 
getContentItems() - Method in class fcomponent.FLabel
 
getContentItems() - Method in class fcomponent.FList
 
getContentItems() - Method in class fcomponent.FPasswordField
 
getContentItems() - Method in class fcomponent.FRadioButton
 
getContentItems() - Method in class fcomponent.FRichTextArea
 
getContentItems() - Method in class fcomponent.FTableScrollPane
 
getContentItems() - Method in class fcomponent.FTextArea
 
getContentItems() - Method in class fcomponent.FTextField
 
getContentItems() - Method in class fcomponent.general.LabeledFormComponent
 
getContentItems() - Method in interface fcomponent.general.MultiLanguage
 
getContentItems() - Method in class fcomponent.jbarcodebean.JBarcodeBean
 
getContentItemValue(String) - Method in class fcomponent.AFExcelExporter
 
getContentItemValue(String) - Method in class fcomponent.AFExcelImporter
 
getContentItemValue(String) - Method in class fcomponent.FAccordionPanel
 
getContentItemValue(String) - Method in class fcomponent.FButton
 
getContentItemValue(String) - Method in class fcomponent.FButtonGroup
 
getContentItemValue(String) - Method in class fcomponent.FCheckBox
 
getContentItemValue(String) - Method in class fcomponent.FChoiceBox
 
getContentItemValue(String) - Method in class fcomponent.FComboBox
 
getContentItemValue(String) - Method in class fcomponent.FLabel
 
getContentItemValue(String) - Method in class fcomponent.FList
 
getContentItemValue(String) - Method in class fcomponent.FPasswordField
 
getContentItemValue(String) - Method in class fcomponent.FRadioButton
 
getContentItemValue(String) - Method in class fcomponent.FRichTextArea
 
getContentItemValue(String) - Method in class fcomponent.FTableScrollPane
 
getContentItemValue(String) - Method in class fcomponent.FTextArea
 
getContentItemValue(String) - Method in class fcomponent.FTextField
 
getContentItemValue(String) - Method in class fcomponent.general.LabeledFormComponent
 
getContentItemValue(String) - Method in interface fcomponent.general.MultiLanguage
 
getContentItemValue(String) - Method in class fcomponent.jbarcodebean.JBarcodeBean
 
getContentPaneBounds() - Method in class fcomponent.FAccordionPanel
 
getContentText() - Method in class pe.pase.Marquee
 
getContentUrl() - Method in class pe.pase.Marquee
 
getCopyCount() - Method in class pe.pase.AFTVElementVO
 
getCost() - Method in class pe.pase.APProject
 
getCountOfTaskNotified(String) - Method in interface pe.pase.FlowService
 
getCountOfVoteRight(String) - Method in interface pe.pase.ActivityService
 
getCProID() - Method in class pe.pase.TaskMonitorRelation
 
getCPRootTskID() - Method in class pe.pase.TaskMonitorRelation
 
getCPTaskIDList(String, String) - Method in interface pase.server.ServerAPI
Get the root task id list which created by the CreateProcess with the specified CreateProcess id and front task id.
getCPTaskIDList(String, String) - Method in interface pe.pase.FlowService
Get the root task id list which created by the CreateProcess with the specified CreateProcess id and front task id.
getCreateDate() - Method in class pe.pase.WorkDiaryInfo
 
getCreatedProID() - Method in class pe.pase.CreateProcess
 
getCreateProcessTransfer() - Method in class pe.pase.DTDBProcess
 
getCreateTime() - Method in class pe.pase.AFNotificationPush
 
getCreateTime() - Method in class pe.pase.APProjectMessage
 
getCreateTime() - Method in class pe.pase.APTask
 
getCreateTime() - Method in class pe.pase.DeviceInfo
 
getCreateTime() - Method in class pe.pase.TaskMailLink
 
getCreator() - Method in class pe.pase.APProject
 
getCreator() - Method in class pe.pase.APTask
 
getCreator() - Method in class pe.pase.APWork
 
getCreator() - Method in class pe.pase.MeetingInfo
 
getCreator() - Method in class pe.pase.MeetingRoom
 
getCreator() - Method in class pe.pase.RMItem
 
getCreatorID() - Method in class pe.pase.ManagerInfo
 
getCreatorID() - Method in class pe.pase.MMShowInfo
 
getCreatorName() - Method in class pe.pase.MeetingInfo
 
getCreatorName() - Method in class pe.pase.MMShowInfo
 
getCreatorTime() - Method in class pe.pase.APWork
 
getCronEntryStr() - Method in class pe.pase.UserCronEntry
 
getCSFormID() - Method in class pe.pase.ATask
Get the id of CSForm.
getCSFormID() - Method in class pe.pase.CSTask
Get the id of CSForm.
getCSInstance() - Method in class pe.pase.ATask
Get the CSInstance.
getCSInstance() - Method in class pe.pase.CSTask
Get the CSInstance.
getCSLockHashtable() - Method in interface pe.pase.FlowService
Get the hashtable keep the information about locked countersign tasks.
getCSLockHashtable() - Method in interface pe.pase.ServerService
 
getCsMessage() - Method in class pe.pase.CSInstance
 
getCsResultDatas() - Method in class pe.pase.CSResultDatas
 
getCSSignInfo(Task) - Method in interface pase.server.ServerAPI
Get the current countersign CSSignInfo Examples: var csTask = Server.getTask("TskXXXXXXXXXXXX"); // countersign task var signInfo = Server.getCSSignInfo(csTask);
getCSSignInfo(Task) - Method in class pe.pase.BasedClientAPI
 
getCSSignInfo(Task) - Method in interface pe.pase.ClientAPI
 
getCSSignInfo() - Method in class pe.pase.CSDBProcess
 
getCSSignInfo() - Method in class pe.pase.CSTask
Only use internal Get the CSTask sign info
getCSSignInfo(Task) - Method in interface pe.pase.FlowService
 
getCsSignMessage() - Method in class pe.pase.CSTask
 
getCsSignResult() - Method in class pe.pase.CSInstance
 
getCsSignResult() - Method in class pe.pase.CSResultData
 
getCsSignTime() - Method in class pe.pase.CSResultData
 
getCsSignTimeStr() - Method in class pe.pase.CSResultData
 
getCsSignTimeStr(String) - Method in class pe.pase.CSResultData
 
getCsTask() - Method in class pe.pase.CSResultDatas
 
getCSTaskAuditingExpireTime() - Method in class pe.pase.SerRuntimeEnv
Get the Counter Sign Expire Time.
getCSTaskNote(String) - Method in class pe.pase.BasedClientAPI
 
getCSTaskNote(String) - Method in interface pe.pase.ClientAPI
 
getCSTaskNote(String) - Method in interface pe.pase.FlowService
Get all CSTask information for the specified task.
getCSTaskNote(String) - Method in interface pe.pase.ServerService
get CSTask Note
getCurrencyValue(String) - Method in interface pe.pase.FormAPI
Get the currency value of the specified component.
getCurrentArtInstance() - Method in class pe.pase.BasedClientAPI
 
getCurrentArtInstance() - Method in interface pe.pase.ClientAPI
Deprecated. 
getCurrentDate() - Method in class pase.agenda.MyDate
 
getCurrentDate(String, String) - Method in class pase.agenda.MyDate
 
getCurrentDate(String) - Method in class pase.agenda.MyDate
 
getCurrentDay() - Method in class pase.agenda.MyDate
 
getCurrentHour() - Method in class pase.agenda.MyDate
 
getCurrentMember() - Method in class pe.pase.BasedClientAPI
 
getCurrentMember() - Method in interface pe.pase.ClientAPI
Get current member.
getCurrentMinute() - Method in class pase.agenda.MyDate
 
getCurrentMonth() - Method in class pase.agenda.MyDate
 
getCurrentSecond() - Method in class pase.agenda.MyDate
 
getCurrentTask() - Method in interface pe.pase.FormAPI
Returns the current task where the form is operated.
getCurrentTaskID() - Method in interface pe.pase.FormAPI
Returns the current task id where the form is operated.
getCurrentYear() - Method in class pase.agenda.MyDate
 
getCursor(int) - Method in class fcomponent.editableimage.tools.RectTracker
 
getCustomEditor() - Method in class fcomponent.editor.LineThickEditor
 
getCustomEditor() - Method in class fcomponent.editor.LineThickEditorForPanel
 
getCustomEditor() - Method in class fcomponent.editor.TextEditor
 
getCustomEditor() - Method in class fcomponent.LineThickEditor
 
getCustomLocal() - Method in class pe.pase.MeetingInfo
 
getCustomLocal() - Method in class pe.pase.MMShowInfo
 
getCustomRulePatterns() - Method in class pe.pase.IapTask
 
getDash() - Method in class fcomponent.FShape
 
getDashboard(String) - Method in interface pe.pase.DashboardService
Returns a Dashboard object by a given Dashboard id.
getDashboardByPortletID(String) - Method in interface pe.pase.DashboardService
Get the DashboardID to show Dashboard in Portlet.
getDashboardDetailTaskList(String, String, String, String, boolean, int, Object, boolean, Object, Object, boolean) - Method in interface pe.pase.DashboardService
 
getDashboardGroupList() - Method in interface pe.pase.DashboardService
Gets a list of group from Dashboard without duplicated.
getDashboardGroupList(String) - Method in interface pe.pase.DashboardService
Gets a list of group from Dashboard by the given process id.
getDashboardGroupListOfUser(String, boolean) - Method in interface pe.pase.DashboardService
Gets a list of group of user's from Dashboard without duplicated.
getDashboardId(String, String, String) - Method in interface pe.pase.DashboardService
Gets a Dashboard id by the given value.
getDashboardIdListByGroup(String) - Method in interface pe.pase.DashboardService
 
getDashboardList() - Method in interface pe.pase.DashboardService
Gets a dashboard list.
getDashboardListByConditionType(String, int, String, String) - Method in interface pe.pase.DashboardService
 
getDashboardListByConditionType(String, int, String) - Method in interface pe.pase.DashboardService
Gets a dashboard list by condition type.
getDashboardListByGroup(String) - Method in interface pe.pase.DashboardService
Gets a dashboard list by the given group id, which contains each id's name.
getDashboardProcessList(String) - Method in interface pe.pase.DashboardService
Gets a list of process from Dashboard by the given project id.
getDashboardProjectList() - Method in interface pe.pase.DashboardService
Gets a list of project form Dashboard without duplicate.
getDashboardStyleIdList(String) - Method in interface pe.pase.DashboardService
Gets DashboardStyle id list of a dashboard by a given value.
getDashboardStyleList(String) - Method in interface pe.pase.DashboardService
Gets a DashboardStyle list by a given value.
getDashboardTaskList(String, String, String, String, boolean) - Method in interface pe.pase.DashboardService
 
getData() - Method in class fcomponent.editableimage.EditTextDialog
 
getData() - Method in class pe.pase.OrgRecord
 
getDatabase() - Method in interface pe.pase.UtilityService
 
getDatabaseBroker() - Method in class fcomponent.QueryCondition
 
getDatabaseInfoForWebADM() - Method in interface pe.pase.UtilityService
 
getDataId() - Method in class pe.pase.Marquee
 
getDataInvalidMsgList() - Method in interface pe.pase.FormAPI
Get the error messages of data invalid.
getDatatablesConfig() - Method in class fcomponent.FTableScrollPane
 
getDatatablesConfigJson() - Method in class fcomponent.FTableScrollPane
 
getDataValidateData(String) - Method in class pe.pase.ArtFormItem
 
getDataValidateData(String, String) - Method in class pe.pase.ArtFormItem
 
getDataValidateHashtable() - Method in class pe.pase.ArtFormItem
 
getDataValidateString() - Method in class fcomponent.ColumnsHeaderNode
 
getDataValidateString() - Method in class fcomponent.FTextField
 
getDataValue() - Method in class fcomponent.FList
 
getDate() - Method in class pase.agenda.MyDate
 
getDate(String) - Method in class pase.agenda.MyDate
 
getDayOfWeek() - Method in class pase.agenda.MyDate
 
getDayOfWeek(String) - Method in class pase.agenda.MyDate
 
getDayOfWeekInMonth() - Method in class pase.agenda.MyDate
 
getDayOfYear() - Method in class pase.agenda.MyDate
 
getDbConnectionCurrentState() - Method in interface pase.server.ServerAPI
Get the information about the system database connection : Max. connection size, Min. connection size, Current used connection size.
getDbConnectionCurrentState() - Method in class pe.pase.BasedClientAPI
 
getDbConnectionCurrentState() - Method in interface pe.pase.ClientAPI
Get the information about the system database connection : Max. connection size, Min. connection size, Current used connection size.
getDbConnectionCurrentState() - Method in interface pe.pase.UtilityService
Get the information about the system database connection : Max. connection size, Min. connection size, Current used connection size.
getDbData() - Method in class fcomponent.FHTMLQuery
 
getDBData() - Method in class fcomponent.ReportCondition
 
getDBNameUser() - Method in interface pe.pase.OrgService
Return the number of NameUser in database
getDBoardIdVector() - Method in class pe.pase.PersonalConfig
 
getDBOrgCount() - Method in interface pe.pase.OrgService
Return the number of Organization in database
getDbParamaterList() - Method in class pe.pase.SqlCmd
 
getDBProcess(String) - Method in interface pase.server.ServerAPI
Get process by the specified process id.
getDBProcess(String) - Method in class pe.pase.BasedClientAPI
 
getDBProcess(String) - Method in interface pe.pase.ClientAPI
Get DBProcess by process id Examples: var pID = "PRO0549992486182610"; var dbProcess = Client.getDBProcess(pID); //returns the DBProcess object
getDBProcess(String) - Method in interface pe.pase.MonitorInfoProvider
 
getDBProcess(String) - Method in interface pe.pase.PDEService
Return a data object of process
getDBProcess(String) - Method in class pe.pase.ProjectChartModel
Access process data
getDBProcess(String) - Method in interface pe.pase.ServerService
Return a data object of process
getDBProcesses(Vector) - Method in class pe.pase.ProjectChartModel
 
getDBProcessesWithProcesses(Vector) - Method in class pe.pase.ProjectChartModel
 
getDBProcessName(String) - Method in interface pe.pase.PDEService
Return a name of process
getDBPropertys() - Method in class fcomponent.ColumnsHeaderNode
 
getDbSave() - Method in class fcomponent.ColumnsHeaderNode
 
getDBSave() - Method in class fcomponent.editableimage.EditableImageLabel
 
getDBSave() - Method in class fcomponent.FCheckBox
 
getDBSave() - Method in class fcomponent.FChoiceBox
 
getDBSave() - Method in class fcomponent.FComboBox
 
getDBSave() - Method in class fcomponent.FImageLabel
 
getDBSave() - Method in class fcomponent.FLabel
 
getDBSave() - Method in class fcomponent.FList
 
getDBSave() - Method in class fcomponent.FMap
 
getDBSave() - Method in class fcomponent.FPasswordField
 
getDBSave() - Method in class fcomponent.FPosition
 
getDBSave() - Method in class fcomponent.FRadioButton
 
getDBSave() - Method in class fcomponent.FRichTextArea
 
getDBSave() - Method in class fcomponent.FSignature
 
getDBSave() - Method in class fcomponent.FTableScrollPane
 
getDBSave() - Method in class fcomponent.FTextArea
 
getDBSave() - Method in class fcomponent.FTextField
 
getDBSave() - Method in class fcomponent.FTree
 
getDBSave() - Method in interface fcomponent.general.DBComponent
 
getDBSave() - Method in class fcomponent.general.LabeledFormComponent
 
getDBSave() - Method in class fcomponent.jbarcodebean.JBarcodeBean
 
getDbServerId() - Method in class pe.pase.SqlCmd
 
getDBSize() - Method in class fcomponent.WizardProperty
 
getdbSize() - Method in class pe.pase.DBParameter
 
getDbSize() - Method in class pe.pase.DBParameter
 
getDbTableName() - Method in class pe.pase.SqlCmd
 
getDBType() - Method in class fcomponent.WizardProperty
 
getDbType() - Method in class pe.pase.DBParameter
 
getDbType() - Method in class pe.pase.DbServer
 
getDbType() - Method in class pe.pase.SqlCmd
 
getDBValue() - Method in class fcomponent.editableimage.EditableImageLabel
 
getDBValue() - Method in class fcomponent.FCheckBox
 
getDBValue() - Method in class fcomponent.FChoiceBox
 
getDBValue() - Method in class fcomponent.FComboBox
 
getDBValue() - Method in class fcomponent.FImageLabel
 
getDBValue() - Method in class fcomponent.FLabel
 
getDBValue() - Method in class fcomponent.FList
 
getDBValue() - Method in class fcomponent.FMap
 
getDBValue() - Method in class fcomponent.FPasswordField
 
getDBValue() - Method in class fcomponent.FPosition
 
getDBValue() - Method in class fcomponent.FRadioButton
 
getDBValue() - Method in class fcomponent.FRichTextArea
 
getDBValue() - Method in class fcomponent.FSignature
 
getDBValue() - Method in class fcomponent.FTableScrollPane
 
getDBValue() - Method in class fcomponent.FTextArea
 
getDBValue() - Method in class fcomponent.FTextField
 
getDBValue() - Method in class fcomponent.FTree
 
getDBValue() - Method in interface fcomponent.general.DBComponent
 
getDBValue() - Method in class fcomponent.general.LabeledFormComponent
 
getDBValue() - Method in class fcomponent.jbarcodebean.JBarcodeBean
 
getDeadline() - Method in class pe.pase.APWork
 
getDeadLine() - Method in class pe.pase.Task
Gets the deadline of the task.
getDebatesSearchPrompt(String) - Method in interface pe.pase.FlowService
 
getDefaultComponentSize() - Method in class fcomponent.general.LabeledFormComponent
 
getDefaultDBSave() - Method in class fcomponent.editableimage.EditableImageLabel
 
getDefaultDBSave() - Method in class fcomponent.FCheckBox
 
getDefaultDBSave() - Method in class fcomponent.FChoiceBox
 
getDefaultDBSave() - Method in class fcomponent.FComboBox
 
getDefaultDBSave() - Method in class fcomponent.FImageLabel
 
getDefaultDBSave() - Method in class fcomponent.FLabel
 
getDefaultDBSave() - Method in class fcomponent.FList
 
getDefaultDBSave() - Method in class fcomponent.FMap
 
getDefaultDBSave() - Method in class fcomponent.FPasswordField
 
getDefaultDBSave() - Method in class fcomponent.FPosition
 
getDefaultDBSave() - Method in class fcomponent.FRadioButton
 
getDefaultDBSave() - Method in class fcomponent.FRichTextArea
 
getDefaultDBSave() - Method in class fcomponent.FSignature
 
getDefaultDBSave() - Method in class fcomponent.FTableScrollPane
 
getDefaultDBSave() - Method in class fcomponent.FTextArea
 
getDefaultDBSave() - Method in class fcomponent.FTextField
 
getDefaultDBSave() - Method in class fcomponent.FTree
 
getDefaultDBSave() - Method in interface fcomponent.general.DBComponent
 
getDefaultDBSave() - Method in class fcomponent.general.LabeledFormComponent
 
getDefaultDBSave() - Method in class fcomponent.jbarcodebean.JBarcodeBean
 
getDefaultEventIndex() - Method in class fcomponent.PlugInBeanInfo
 
getDefaultExecutorID() - Method in class pe.pase.TaskInfo
Get the default executor member id
getDefaultExecutorName() - Method in class pe.pase.TaskInfo
Get the default executor name
getDefaultKeyWord() - Method in class pe.pase.DBProcess
Get the process synopsis
getDefaultLang() - Method in class pe.pase.PASEProcess
 
getDefaultModel() - Method in class fcomponent.FList
 
getDefaultName() - Method in class pe.pase.EIPLayout
 
getDefaultName() - Method in class pe.pase.EIPLayoutPortlets
 
getDefaultName() - Method in class pe.pase.EIPLayoutTabs
 
getDefaultName() - Method in class pe.pase.EIPPortletDefine
 
getDefaultName() - Method in class pe.pase.EIPTabDefine
 
getDefaultPropertyIndex() - Method in class fcomponent.AFExcelExporterBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.AFExcelImporterBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.ColumnsHeaderNodeBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.editableimage.EditableImageLabelBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FAccordionPanelBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FButtonBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FButtonGroupBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FCheckBoxBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FChoiceBoxBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FCircleBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FComboBoxBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FCotLineBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FHLineBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FHTMLLinkBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FHTMLQueryBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FIframeBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FImageLabelBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FLabelBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FListBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FMapBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FOrganizationTreeBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FPanelBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FPasswordFieldBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FPositionBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FRadioButtonBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FRectangleBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FReportOutputBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FRichTextAreaBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FSignatureBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FTabbedPaneBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FTableScrollPaneBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FTanLineBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FTextAreaBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FTextFieldBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FTextFieldWithLabelBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FTreeBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.FVLineBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.jbarcodebean.JBarcodeBeanBeanInfo
 
getDefaultPropertyIndex() - Method in class fcomponent.PlugInBeanInfo
 
getDefaultValue() - Method in class fcomponent.FComboBox
Return the default value of MyComboBox.
getDefaultValue() - Method in class fcomponent.FPasswordField
 
getDefaultValue() - Method in class pe.pase.ArtFormItem
Get the default value of the artifact form item.
getDefaultValueScript() - Method in class pe.pase.Artifact
 
getDegree() - Method in class pe.pase.APProject
 
getDegreeDepartment() - Method in class pe.pase.MemberRecord
Get the member DegreeDepartment
getDegreeSchool() - Method in class pe.pase.MemberRecord
Get the member DegreeSchool
getDeletable() - Method in class taskattachedfile.TaskAttachedFileInfo
 
getDeleteList() - Method in class pe.pase.UnitType
 
getDep() - Method in class pe.pase.AddCSResultData
 
getDep() - Method in class pe.pase.CSResultData
 
getDep() - Method in interface pe.pase.ResultData
 
getDepartment(String) - Method in interface pase.server.ServerAPI
Get department by the specified department id.
getDepartment(String) - Method in class pe.pase.BasedClientAPI
 
getDepartment(String) - Method in interface pe.pase.ClientAPI
Get department by the specified department id.
getDepartment(String) - Method in interface pe.pase.OrgService
Return a data object of department by ID
getDepartment(String) - Method in class pe.pase.PASEOrgModel
Get the instance of Department with the specified department id
getDepartment(String) - Method in interface pe.pase.ServerService
Return a data object of department by ID
getDepartmentHead(MemberRecord, boolean) - Method in class pe.pase.BasedClientAPI
 
getDepartmentHead(MemberRecord, boolean) - Method in interface pe.pase.ClientAPI
Get the manager of first unit department with the specified MemberRecord
getDepartmentHead(MemberRecord, boolean) - Method in interface pe.pase.OrgService
Get the manager of first unit department with the specified MemberRecord
getDepartmentHeadByID(String) - Method in class pe.pase.BasedClientAPI
 
getDepartmentHeadByID(String) - Method in interface pe.pase.ClientAPI
Get the manager of first unit department with the specified member id
getDepartmentHeadByID(String) - Method in interface pe.pase.OrgService
Get the manager of first unit department with the specified member id
getDepartmentHeadByLoginID(String) - Method in class pe.pase.BasedClientAPI
 
getDepartmentHeadByLoginID(String) - Method in interface pe.pase.ClientAPI
Get the manager of first unit department with the specified member's login id
getDepartmentHeadByLoginID(String) - Method in interface pe.pase.OrgService
Get the manager of first unit department with the specified member's login id
getDepartmentHeadByNo(String) - Method in class pe.pase.BasedClientAPI
 
getDepartmentHeadByNo(String) - Method in interface pe.pase.ClientAPI
Get the manager of first unit department with the specified member No.
getDepartmentHeadByNo(String) - Method in interface pe.pase.OrgService
Get the manager of first unit department with the specified member No.
getDepartmentID() - Method in class pe.pase.MeetingInfo
 
getDepartmentID() - Method in class pe.pase.memberDR
Get the department id
getDepartmentId() - Method in class pe.pase.MemberDRM
 
getDepartmentID() - Method in class pe.pase.PASEFreqAp
Returns the department ID of the FreqAP.
getDepartmentID() - Method in class pe.pase.PASEProcess
Get the id of department which includes the member who executes the process.
getDepartmentID() - Method in class pe.pase.Project
Get the project department id
getDepartmentID() - Method in class pe.pase.Task
Get the department id of the department computed by the Agentflow system
getDepartmentList() - Method in class pe.pase.Company
Get all departments in the company
getDepartmentList() - Method in class pe.pase.UnitType
 
getDepartmentListOfPASEGroup(String) - Method in interface pe.pase.SecurityService
Get all department ID in a PASEGroup.
getDepartmentListOfPASEGroup(String) - Method in interface pe.pase.ServerService
 
getDepartmentName() - Method in class pe.pase.MeetingInfo
 
getDepartmentName() - Method in class pe.pase.memberDR
Get the department name
getDepartmentName() - Method in class pe.pase.MemberDRM
 
getDepartmentName() - Method in class pe.pase.PASEProcess
Get the name of department which includes the member who executes the process.
getDepartments(Vector) - Method in class pe.pase.PASEOrgModel
Get the instances of Department with the set of specified department id
getDependWorkList() - Method in class pe.pase.APWork
 
getDepMap() - Method in class pe.pase.PASEOrgModel
Get department map
getDepNameByRoleID(String) - Method in class pe.pase.BasedClientAPI
 
getDepNameByRoleID(String) - Method in interface pe.pase.ClientAPI
Get department's name by the specified role id.
getDepNameByRoleID(String) - Method in interface pe.pase.OrgService
Get department's name by the specified role id.
getDepRolString() - Method in class pe.pase.memberDR
Get the string formatted by department name and role name, which is used in process frame in Agenda
getDepRolString() - Method in class pe.pase.PASEProcess
Get the string formatted by department name and role name, which is used in process frame in Agenda
getDeptID() - Method in class pe.pase.APWork
 
getDeptName() - Method in class pe.pase.APWork
 
getDeputiedOfMember(String) - Method in interface pe.pase.UtilityService
Gets a member list that the given member is each one of the list member deputy.
getDeputyCName() - Method in class pe.pase.DeputyRule
Get the deputy member CName
getDeputyID() - Method in class pe.pase.DeputyRule
Get the deputy member id
getDeputyID() - Method in class pe.pase.MemberRecord
Get the member id of deputy
getDeputyID() - Method in class pe.pase.TinyTask
 
getDeputyInformMember() - Method in class pe.pase.MemberRecord
Gets a member ID who will be inform after some tasks finish or other conditions.
getDeputyMemID() - Method in class pe.pase.BasedClientAPI
 
getDeputyMemID() - Method in interface pe.pase.ClientAPI
Get deputy member id.
getDeputyName() - Method in class pe.pase.BasedClientAPI
 
getDeputyName() - Method in interface pe.pase.ClientAPI
Get deputy name.
getDeputyName() - Method in class pe.pase.TinyTask
 
getDeputyOrder() - Method in class pe.pase.DeputyRule
 
getDeputyOwner() - Method in class pe.pase.BBSBoard
 
getDeputyRuleInfo() - Method in class pe.pase.MemberRecord
 
getDeputyRuleList() - Method in class pe.pase.MemberRecord
Get the deputy rule list.
getDeputyStartTime() - Method in class pe.pase.MemberRecord
Get the recent start time whlie the deputy state is enable
getDeputyState() - Method in class pe.pase.MemberRecord
Get the member state of deputy
getDescription() - Method in class pe.pase.APProject
 
getDescription() - Method in class pe.pase.APProjectMessage
 
getDescription() - Method in class pe.pase.APTask
 
getDescription() - Method in class pe.pase.APWork
 
getDescription() - Method in class pe.pase.APWorkComment
 
getDescription() - Method in class pe.pase.BookingEvent
 
getDescription() - Method in class pe.pase.Image
 
getDescription() - Method in class pe.pase.PASEartState
Get the artifact state description.
getDescription() - Method in class pe.pase.PASEFreqAp
 
getDescription() - Method in class pe.pase.PASEFreqApNode
 
getDescription() - Method in class pe.pase.PASESharedFile
 
getDescription() - Method in class pe.pase.Project
Get the project description
getDescription() - Method in class pe.pase.ScheduleEvent
 
getDescription() - Method in class pe.pase.UnitType
 
getDescription() - Method in class taskattachedfile.TaskAttachedFileFilter
 
getDesignee() - Method in class pe.pase.APWork
 
getDesignerAccessList() - Method in class pe.pase.AccessAdmin
 
getDestArtID() - Method in class pe.pase.DTTemplate
 
getDestComp(String) - Method in class pe.pase.DTTemplate
 
getDestCompList() - Method in class pe.pase.DTTemplate
 
getDetail() - Method in class fcomponent.DTreeNode
 
getDeviceInfoList() - Method in interface pe.pase.UtilityService
 
getDeviceInfoListByMemId(String) - Method in interface pe.pase.UtilityService
Get the DeviceInfo object by user's member id
getDeviceInfoListByUUID(String) - Method in interface pe.pase.UtilityService
Get the DeviceInfo object by user's smart device's uuid
getDeviceModel() - Method in class pe.pase.DeviceInfo
 
getDeviceName() - Method in class pe.pase.DeviceInfo
 
getDevicePlatform() - Method in class pe.pase.DeviceInfo
 
getDeviceVersion() - Method in class pe.pase.DeviceInfo
 
getDiaryAuthor() - Method in class pe.pase.WorkDiaryInfo
 
getDiaryBody() - Method in class pe.pase.WorkDiaryInfo
 
getDiaryLastEditTime() - Method in class pe.pase.WorkDiaryInfo
 
getDiaryMemID() - Method in class pe.pase.WorkDiaryInfo
 
getDiaryMsgList() - Method in class pe.pase.WorkDiaryInfo
 
getDifficulty() - Method in class pe.pase.APWork
 
getDisabledComID() - Method in class pe.pase.EIPColorThemeTemplate
 
getDisabledComponentList() - Method in class fcomponent.FPanel
 
getDisagreeArtState() - Method in class pe.pase.CSSignInfo
 
getDisagreeMemberWeight() - Method in class pe.pase.CSSignInfo
 
getDisagreeWeight() - Method in class pe.pase.CSSignInfo
 
getDispatchAction() - Method in class pe.pase.DBProcess
 
getDispatchAction() - Method in class pe.pase.IapDBProcess
 
getDispatchThreadSize() - Method in class pe.pase.SerRuntimeEnv
Get the task cache size.
getDisplay() - Method in class fcomponent.util.Option
 
getDisplayName() - Method in class fcomponent.FPanel
 
getDlgTitle() - Method in class taskattachedfile.NewTypeMapDialog
 
getDomainName() - Method in class pe.pase.AuthLDAPConfig
 
getDomainName() - Method in class pe.pase.LoginInfo
Retrieve the domain name authenticating against the user
getDraftPASEMessageOfMember(String) - Method in interface pe.pase.UtilityService
Get a member's draft messages
getDriver() - Method in class fcomponent.DBData
 
getDriverName() - Method in class pe.pase.DbServer
 
getDTTemplate() - Method in class pe.pase.CreateProcess
 
getDTTemplate() - Method in class pe.pase.DTDBProcess
 
getDuraTime() - Method in class pe.pase.TaskInfo
Get the duration time
getDuration() - Method in class pe.pase.DBProcess
Get the time by which user is asked to complete the process
getDuration() - Method in class pe.pase.Task
Deprecated.
Using getDurationInMillis function instead
getDurationInMillis() - Method in class pe.pase.Task
get the limit of duration of the task, i.e., the limit of the task processing time.
getEchoChar() - Method in class fcomponent.FPasswordField
 
getECPerson() - Method in class pe.pase.MemberRecord
Get the member Emergency Contact Person
getECPhone() - Method in class pe.pase.MemberRecord
Get the member Emergency Contact Phone
getECRelation() - Method in class pe.pase.MemberRecord
Get the member Relationship Of Emergency Contact Person
getEditable() - Method in class fcomponent.ColumnsHeaderNode
 
getEditable() - Method in class fcomponent.editableimage.EditableImageLabel
 
getEditable() - Method in class fcomponent.FImageLabel
 
getEditableImageAlignmentOptions() - Static method in class fcomponent.util.BeanInfoUtilities
 
getEditableImageLabelEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getEditAuthor() - Method in class pe.pase.WorkDiaryAssignInfo
 
getEditCount() - Method in class pe.pase.AFTVElementVO
 
getEditing() - Method in class fcomponent.editableimage.EditableImageLabel
取得 m_editing 的值
getEditingColumn() - Method in class fcomponent.FTableScrollPane
This returns the index of the editing column.
getEditingInfo() - Method in class fcomponent.editableimage.EditableImageLabel
 
getEditingRow() - Method in class fcomponent.FTableScrollPane
This returns the index of the editing row.
getEditingStoppedScript() - Method in class fcomponent.FTable
return the editingStoppedScript
getEditMemID() - Method in class pe.pase.WorkDiaryAssignInfo
 
getEditModeAllow() - Method in class pe.pase.EIPLayoutPortlets
Get the Edit-ModeUrl Allow
getEditModeAllow() - Method in class pe.pase.EIPPortletDefine
Get the Edit-ModeUrl Allow
getEditModeDeny() - Method in class pe.pase.EIPLayoutPortlets
Get the Edit-ModeUrl Deny
getEditModeDeny() - Method in class pe.pase.EIPPortletDefine
Get the Edit-ModeUrl Deny
getEditModeTarget() - Method in class pe.pase.EIPLayoutPortlets
Get the Edit-ModeUrl Target
getEditModeTarget() - Method in class pe.pase.EIPPortletDefine
Get the Edit-ModeUrl Target
getEditModeUrl() - Method in class pe.pase.EIPLayoutPortlets
Get the Edit-ModeUrl URL
getEditModeUrl() - Method in class pe.pase.EIPPortletDefine
Get the Edit-ModeUrl URL
getEditRange() - Method in class pe.pase.Marquee
 
getEditTime() - Method in class pe.pase.WorkDiaryAssignInfo
 
getEditTimeLimitOfWorkDiary(String) - Method in interface pe.pase.FlowService
 
getEFormListenerList() - Method in class pe.pase.EFormScriptSet
 
getEFormScriptSet() - Method in class pe.pase.ArtFormItem
 
getEIPAnnounceBoardByBoardManagerID(String...) - Method in interface pe.pase.UtilityService
 
getEIPAnnounceBoardCountByOrgIDs(String...) - Method in interface pe.pase.UtilityService
 
getEipBBSConfig(String) - Method in interface pe.pase.FlowService
 
getEIPColorTheme(String) - Method in interface pe.pase.FlowService
 
getEIPColorThemeListByComID(String, boolean) - Method in interface pe.pase.FlowService
 
getEIPColorThemeTemplate(String) - Method in interface pe.pase.FlowService
 
getEIPColorThemeTemplateColumns(String) - Method in interface pe.pase.FlowService
 
getEIPColorThemeTemplateListByComID(String, boolean) - Method in interface pe.pase.FlowService
 
getEIPLayout(String) - Method in interface pe.pase.FlowService
 
getEIPLayoutByCompanyID(String) - Method in interface pe.pase.FlowService
 
getEIPLayoutByCompanyID(List) - Method in interface pe.pase.FlowService
 
getEIPLayoutByCompanyID(List, Locale) - Method in interface pe.pase.FlowService
 
getEIPLayoutI18n(String) - Method in interface pe.pase.FlowService
 
getEIPLayoutPersonal(String) - Method in interface pe.pase.FlowService
 
getEIPLayoutPortlets(String) - Method in interface pe.pase.FlowService
 
getEIPLayoutPortletsByParentID(String) - Method in interface pe.pase.FlowService
 
getEIPLayoutPortletsShare(String) - Method in interface pe.pase.FlowService
 
getEIPLayoutPortletsShareByParentID(String) - Method in interface pe.pase.FlowService
 
getEIPLayoutTabColumn(String) - Method in interface pe.pase.FlowService
 
getEIPLayoutTabColumnByTabID(String) - Method in interface pe.pase.FlowService
 
getEIPLayoutTabs(String) - Method in interface pe.pase.FlowService
 
getEIPLayoutTabsByLayoutID(String) - Method in interface pe.pase.FlowService
 
getEIPLayoutTabsShare(String) - Method in interface pe.pase.FlowService
 
getEIPLayoutTabsShareByParentID(String) - Method in interface pe.pase.FlowService
 
getEIPPortletDefine(String) - Method in interface pe.pase.FlowService
 
getEIPTabDefine(String) - Method in interface pe.pase.FlowService
 
getEIPTagListByID(String) - Method in interface pe.pase.UtilityService
 
getElements() - Method in class fcomponent.ButtonGroupChlid
 
getEmail() - Method in class pe.pase.MemberRecord
Get the member E-Mail
getEmail() - Method in class pe.pase.TaskMailLinkReceiver
 
getEmail() - Method in class pe.pase.UserInfo
 
getEmailNotifyDraftTask() - Method in class pe.pase.SerRuntimeEnv
 
getEmailTemplate(String) - Method in interface pase.server.ServerAPI
getEmailTemplate by templateName or ETID Examples: var etID = "ETPXXXXXXXXXXXXX"; var emailTemp = Server.getEmailTemplate(etID); var subject = emailTemp.getSubject(); var body = emailTemp.getBody(); var sender = emailTemp.getSender(); var receiver = emailTemp.getReceiver();
getEmailTemplate(String) - Method in class pe.pase.BasedClientAPI
 
getEmailTemplate(String) - Method in interface pe.pase.ClientAPI
getEmailTemplate by PROID or ETID Examples: var etID = "ETXXXXXXXXXXXXX"; var emailTemp = Client.getEmailTemplate(etID); var subject = emailTemp.getSubject(); var body = emailTemp.getBody(); var sender = emailTemp.getSender(); var receiver = emailTemp.getReceiver();
getEmailTemplate(String) - Method in interface pe.pase.PDEService
 
getEmailTemplateID() - Method in class pe.pase.MailNotifyAdapterDBProcess
 
getEmailTemplateList(String, Vector) - Method in interface pe.pase.UtilityService
 
getEnable() - Method in class pe.pase.EIPLayoutTabs
Get the title
getEnable() - Method in class pe.pase.EIPTabDefine
Get the title
getEnable() - Method in class pe.pase.Image
 
getEnable() - Method in class pe.pase.Marquee
 
getEnabled() - Method in class pe.pase.APProject
 
getEnabled() - Method in class pe.pase.EIPLayoutPortlets
Get the enabled
getEnabled() - Method in class pe.pase.EIPPortletDefine
Get the enabled
getEnabled() - Method in class pe.pase.RMItem
 
getEnableScript() - Method in class pe.pase.Artifact
Get the enable script.
getEncodedPattern() - Method in class fcomponent.ColumnsHeaderNode
 
getEncodeMemID() - Method in class pe.pase.APWorkComment
 
getEncoding() - Method in class pe.pase.EIPLayoutPortlets
Get the encoding
getEncoding() - Method in class pe.pase.EIPPortletDefine
Get the encoding
getEnCond() - Method in class pe.pase.DBProcess
Deprecated. 
getEndAction() - Method in class pe.pase.IapDBProcess
 
getEndColumn() - Method in class fcomponent.parser.JavaCharStream
 
getEndCondition() - Method in class pe.pase.CreateProcess
 
getEndConditionScript() - Method in class pe.pase.CreateProcess
 
getEndDate() - Method in class pe.pase.AFTVElementVO
 
getEndDate() - Method in class pe.pase.MeetingInfo
 
getEndExecuteDeputyHourStr() - Method in class pe.pase.MemberRecord
Gets the Hour value of the deputy end time.
getEndExecuteDeputyMinStr() - Method in class pe.pase.MemberRecord
Gets the Minute value of the deputy end time.
getEndExecuteDeputyTime() - Method in class pe.pase.MemberRecord
Gets deputy end time with long value.
getEndExecuteDeputyTimeStr() - Method in class pe.pase.MemberRecord
Gets deputy end time with String value.
getEndHM() - Method in class pe.pase.MeetingInfo
 
getEndImageType() - Method in class pe.pase.DBProcess
 
getEndLine() - Method in class fcomponent.parser.JavaCharStream
 
getEndTime() - Method in class pe.pase.AddCSResultData
 
getEndTime() - Method in class pe.pase.APProject
 
getEndTime() - Method in class pe.pase.APRepeatRule
 
getEndTime() - Method in class pe.pase.APWork
 
getEndTime() - Method in class pe.pase.BBSBoardInfo
 
getEndTime() - Method in class pe.pase.BBSMessage
 
getEndTime() - Method in class pe.pase.BookingEvent
 
getEndTime() - Method in class pe.pase.CSResultData
 
getEndTime() - Method in class pe.pase.Marquee
 
getEndTime() - Method in class pe.pase.MeetingInfo
 
getEndTime() - Method in class pe.pase.MMShowDebate
 
getEndTime() - Method in class pe.pase.MMShowInfo
 
getEndTime() - Method in class pe.pase.ProcessVersion
 
getEndTime() - Method in interface pe.pase.ResultData
 
getEndTime() - Method in class pe.pase.RMRepeatRule
 
getEndTime() - Method in class pe.pase.RMSearchCondition
 
getEndTime() - Method in class pe.pase.RootTaskSummary
NOT REALLY "END TIME", It's really "The Dead Line" of the task
getEndTime() - Method in class pe.pase.ScheduleEvent
 
getEndTime() - Method in class pe.pase.Task
Get the time which the task completes
getEndTime() - Method in class pe.pase.TinyTask
 
getEndTime() - Method in class pe.pase.TranslateArtIns
Get the end time of the artifact
getEndTimeStr() - Method in class pe.pase.AddCSResultData
 
getEndTimeStr(String) - Method in class pe.pase.AddCSResultData
 
getEndTimeStr() - Method in class pe.pase.BBSMessage
Get the end time string
getEndTimeStr() - Method in class pe.pase.CSResultData
 
getEndTimeStr(String) - Method in class pe.pase.CSResultData
 
getEndTimeStr() - Method in interface pe.pase.ResultData
 
getEndTimeStr(String) - Method in interface pe.pase.ResultData
 
getEndX() - Method in class pe.pase.DBProcess
Deprecated. 
getEndY() - Method in class pe.pase.DBProcess
Deprecated. 
getEnglishName() - Method in class pe.pase.MemberRecord
Get the member English Name
getENName() - Method in class pe.pase.EIPLayout
 
getENName() - Method in class pe.pase.EIPLayoutPortlets
 
getENName() - Method in class pe.pase.EIPLayoutTabs
 
getENName() - Method in class pe.pase.EIPPortletDefine
 
getENName() - Method in class pe.pase.EIPTabDefine
 
getEnterpriseDiagram() - Method in interface pe.pase.PDEService
Get Enterprise diagram
getEnterpriseDiagram() - Method in interface pe.pase.ServerService
Get Enterprise diagram
getEntityList() - Method in class pe.pase.AbstractFilterCondition
 
getEntityList() - Method in interface pe.pase.FilterCondition
return an array of entity
getEstablishedTime() - Method in class pe.pase.PASESharedFile
 
getEvenRowColor() - Method in class fcomponent.FTable
 
getEvenRowColor() - Method in class fcomponent.FTableScrollPane
 
getEvenRowColor() - Method in class fcomponent.QueryCondition
 
getEvenRowColor() - Method in class fcomponent.TableColors
 
getEvenRowColor() - Method in class fcomponent.TableUIParameters
 
getEvent() - Method in interface pe.pase.CalenderEvent
獲取 'calendar js 插件' 所需格式的事件
getEventEndTime() - Method in class pe.pase.BookingEvent
 
getEventEndTime() - Method in interface pe.pase.ICSEvent
 
getEventEndTime() - Method in class pe.pase.MeetingInfo
 
getEventEndTime() - Method in class pe.pase.ScheduleEvent
 
getEventId() - Method in class pe.pase.ScheduleEvent
 
getEventName() - Method in class fcomponent.general.HTMLEventDescriptor
 
getEventName() - Method in class pe.pase.ScheduleEvent
 
getEventSetDescriptors() - Method in class fcomponent.AFExcelExporterBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.AFExcelImporterBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.ColumnsHeaderNodeBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.editableimage.EditableImageLabelBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.editor.spinedit.SpinEditBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FAccordionPanelBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FButtonBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FButtonGroupBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FCheckBoxBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FChoiceBoxBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FCircleBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FComboBoxBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FCotLineBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FHLineBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FHTMLLinkBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FHTMLQueryBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FIframeBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FImageLabelBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FLabelBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FListBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FMapBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FOrganizationTreeBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FPanelBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FPasswordFieldBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FPositionBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FRadioButtonBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FRectangleBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FReportOutputBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FRichTextAreaBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FSignatureBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FTabbedPaneBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FTableScrollPaneBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FTanLineBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FTextAreaBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FTextFieldBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FTextFieldWithLabelBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FTreeBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.FVLineBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.jbarcodebean.JBarcodeBeanBeanInfo
 
getEventSetDescriptors() - Method in class fcomponent.PlugInBeanInfo
 
getEventStartTime() - Method in class pe.pase.BookingEvent
 
getEventStartTime() - Method in interface pe.pase.ICSEvent
 
getEventStartTime() - Method in class pe.pase.MeetingInfo
 
getEventStartTime() - Method in class pe.pase.ScheduleEvent
 
getExceptionList() - Method in class pe.pase.DBAdapterDBProcess
 
getExceptionList() - Method in class pe.pase.DBProcess
 
getExCond() - Method in class pe.pase.DBProcess
Deprecated. 
getExecutableDVScript() - Method in class pe.pase.Artifact
 
getExeID() - Method in class pe.pase.APWork
 
getExeMem() - Method in class pe.pase.APWork
 
getExeName() - Method in class pe.pase.APWork
 
getExeOrder() - Method in class pe.pase.Task
Get the invocation order.
getExeTime() - Method in class pe.pase.APWork
 
getExpand() - Method in class fcomponent.FMap
 
getExperiencedCompany() - Method in class pe.pase.MemberRecord
Get the member ExperiencedCompany
getExperiencedJobPeriod() - Method in class pe.pase.MemberRecord
Get the member ExperiencedJobPeriod
getExperiencedJobTitle() - Method in class pe.pase.MemberRecord
Get the member ExperiencedJobTitle
getExportObject() - Method in class fcomponent.AFExcelExporter
 
getExportObjectName() - Method in class fcomponent.AFExcelExporter
 
getExpression() - Method in class pe.pase.CronEntry
 
getExtCond() - Method in class pe.pase.DBProcess
Get the exit condition list.
getExtCondList() - Method in class pe.pase.Task
Get the lists of exist condition.
getExtension(File) - Static method in class fcomponent.editableimage.ImageFileChooser
 
getExtLabelAlignmentOptions() - Static method in class fcomponent.util.BeanInfoUtilities
 
getExtraMailList() - Method in class pe.pase.MailNotifyAdapterDBProcess
 
getFailState() - Method in class pe.pase.ArtifactToPdfAdapterDBProcess
 
getFailState() - Method in class pe.pase.DBAdapterDBProcess
 
getFailState() - Method in class pe.pase.FileServerAdapterDBProcess
 
getFailState() - Method in class pe.pase.MailNotifyAdapterDBProcess
 
getFailState() - Method in class pe.pase.WebServiceDBProcess
 
getFaults() - Method in class pe.pase.WebServiceDBProcess
 
getFavoriteCheck() - Method in class pe.pase.Link
 
getFavoriteCheck() - Method in class pe.pase.PASEFreqAp
 
getFavoriteCheck() - Method in class pe.pase.PASEProcess
 
getFax() - Method in class pe.pase.MemberRecord
Get the member Fax
getFBorder() - Method in class fcomponent.AFExcelExporter
 
getFBorder() - Method in class fcomponent.AFExcelImporter
 
getFBorder() - Method in class fcomponent.editableimage.EditableImageLabel
 
getFBorder() - Method in class fcomponent.FButton
 
getFBorder() - Method in class fcomponent.FCheckBox
 
getFBorder() - Method in class fcomponent.FComboBox
 
getFBorder() - Method in class fcomponent.FIframe
 
getFBorder() - Method in class fcomponent.FImageLabel
 
getFBorder() - Method in class fcomponent.FLabel
 
getFBorder() - Method in class fcomponent.FMap
 
getFBorder() - Method in class fcomponent.FPasswordField
 
getFBorder() - Method in class fcomponent.FPosition
 
getFBorder() - Method in class fcomponent.FRadioButton
 
getFBorder() - Method in class fcomponent.FRichTextArea
 
getFBorder() - Method in class fcomponent.FSignature
 
getFBorder() - Method in class fcomponent.FTableScrollPane
 
getFBorder() - Method in class fcomponent.FTextArea
 
getFBorder() - Method in class fcomponent.FTextField
 
getFBorder() - Method in class fcomponent.FTree
 
getField() - Method in class pe.pase.FilterCondition.Entity
 
getFieldDisplayName() - Method in class fcomponent.QueryCondition
 
getFieldIfDisplay() - Method in class fcomponent.QueryCondition
 
getFieldItemID() - Method in class fcomponent.QueryCondition
 
getFieldList() - Method in class fcomponent.FOrganizationTree
 
getFieldName() - Method in class fcomponent.QueryCondition
 
getFieldType() - Method in class fcomponent.QueryCondition
 
getFile(String) - Method in class taskattachedfile.MyTaskAttachedFileTableModel
 
getFile(String) - Method in class taskattachedfile.TaskAttachedFileTableModel
 
getFileAccessList() - Method in class taskattachedfile.TaskAttachedFileInfo
 
getFileAccessNameList() - Method in class taskattachedfile.TaskAttachedFileInfo
 
getFileAccessVector() - Method in class taskattachedfile.TaskAttachedFileInfo
 
getFileContent() - Method in class taskattachedfile.TaskAttachedFileInfo
 
getFileCount() - Method in class taskattachedfile.MyTaskAttachedFileTableModel
 
getFileCount() - Method in class taskattachedfile.TaskAttachedFilePanel
 
getFileCount() - Method in class taskattachedfile.TaskAttachedFileTableModel
 
getFileDir() - Method in class pe.pase.ArtifactToPdfAdapterDBProcess
 
getFileDir() - Method in class pe.pase.FileServerAdapterDBProcess
 
getFileID() - Method in class pe.pase.MsgAttachFileData
 
getFileID() - Method in class taskattachedfile.TaskAttachedFileInfo
 
getFileItemList() - Method in class pe.pase.FileServerAdapterDBProcess
 
getFileLength() - Method in class pe.pase.LogFile
 
getFileList() - Method in class taskattachedfile.MyTaskAttachedFileTableModel
 
getFileList() - Method in class taskattachedfile.TaskAttachedFileTableModel
 
getFileName() - Method in class fcomponent.FImageLabel
 
getFileName() - Method in class pe.pase.LogFile
 
getFileName() - Method in class pe.pase.MsgAttachFileData
 
getFileName() - Method in class taskattachedfile.TaskAttachedFileInfo
 
getFileNote() - Method in class taskattachedfile.TaskAttachedFileInfo
 
getFileSize() - Method in class taskattachedfile.TaskAttachedFileInfo
 
getFileSize_str() - Method in class taskattachedfile.TaskAttachedFileInfo
 
getFileTransfer() - Method in interface pe.pase.FileService
Return a FileTranser RMI interface
getFileTransfer() - Method in interface pe.pase.ServerService
 
getFileType() - Method in class fcomponent.FReportOutput
 
getFileType() - Method in class fcomponent.ReportCondition
 
getFilter() - Method in class pe.pase.AuthLDAPConfig
 
getFinalAuthor() - Method in class pe.pase.BBSBoard
 
getFinalAuthor() - Method in class pe.pase.BBSBoardInfo
 
getFinalMEMID() - Method in class pe.pase.BBSBoardInfo
 
getFinalMsgID() - Method in class pe.pase.BBSBoard
 
getFinalSubject() - Method in class pe.pase.BBSBoard
 
getFinalTime() - Method in class pe.pase.BBSBoardInfo
 
getFinalTime() - Method in class pe.pase.BBSMessage
 
getFirstLevelUnitType() - Method in class pe.pase.BasedClientAPI
 
getFirstLevelUnitType() - Method in interface pe.pase.ClientAPI
Get first unit's unit types
getFirstLevelUnitType() - Method in interface pe.pase.OrgService
Get first unit's unit types
getFirstUnit() - Method in class pe.pase.UnitType
 
getFLayout() - Method in class fcomponent.FAccordionPanel
 
getFLayout() - Method in class fcomponent.FPanel
 
getFLayout() - Method in class fcomponent.FTabbedPane
 
getFLayout() - Method in interface fcomponent.general.FormContainer
 
getFloatValue(String) - Method in interface pe.pase.FormAPI
Get the double value of the specified component.
getFlowServerIP() - Method in class pe.pase.BasedClientAPI
 
getFlowServerIP() - Method in interface pe.pase.ClientAPI
Get IP address of server.
getFlowServerIP() - Method in class pe.pase.LocalClientAPI
 
getFlowServerPort() - Method in class pe.pase.BasedClientAPI
 
getFlowServerPort() - Method in interface pe.pase.ClientAPI
Get RMI port of server.
getFlowServerPort() - Method in class pe.pase.LocalClientAPI
 
getFocusEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getFont() - Method in class fcomponent.editableimage.figure.DefaultTextFigure
 
getFont() - Method in class fcomponent.FList
 
getFont() - Method in class fcomponent.FRichTextArea
 
getFont() - Method in class fcomponent.FSignature
 
getFont() - Method in class fcomponent.FTableScrollPane
Deprecated. 
getFont() - Method in class fcomponent.FTextArea
 
getFont() - Method in class fcomponent.jbarcodebean.JBarcodeBean
Accessor method for the font property.
getFontColor() - Method in class pe.pase.Marquee
 
getFontSize() - Method in class fcomponent.editableimage.EditTextDialog
 
getFontSize() - Method in class fcomponent.editableimage.figure.DefaultTextFigure
 
getFontSize() - Method in interface fcomponent.editableimage.figure.TextFigure
 
getFontSize() - Method in class pe.pase.Marquee
 
getFooterBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getFooterBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getFooterInfo() - Method in class fcomponent.ColumnsHeaderNode
 
getFooterType() - Method in class fcomponent.ColumnsHeaderNode
 
getFooterTypeStr() - Method in class fcomponent.ColumnsHeaderNode
 
getForceCompleteTaskMode() - Method in class pe.pase.SerRuntimeEnv
 
getForeground() - Method in class fcomponent.editor.spinedit.SpinEdit
 
getForeground() - Method in class fcomponent.FRichTextArea
 
getForeground() - Method in class fcomponent.FTableScrollPane
Deprecated. 
getForeground() - Method in class fcomponent.FTextArea
 
getForeground() - Method in class fcomponent.jbarcodebean.JBarcodeBean
Accessor method for the foreground property, which determines the color of the bars and caption text (typically black).
getForeground() - Method in class fcomponent.TableColors
 
getForeground() - Method in class fcomponent.TableUIParameters
 
getForm() - Method in class fcomponent.FTableScrollPane
 
getForm() - Method in interface fcomponent.general.FormDependentComponent
 
getFormAPI(Component) - Method in class pe.pase.BasedClientAPI
 
getFormAPI(Component) - Method in interface pe.pase.ClientAPI
Get FormAPI of the specified component.
getFormat() - Method in class fcomponent.textfield.NumericPlainDocument
 
getFormatOwnerName() - Method in class pe.pase.BBSBoard
get formatted owner's name ex: f10(Jone)
getFormatValue(String, String) - Method in interface pe.pase.FormAPI
Get the double value with user specified format from a component.
getFormForwardById(String) - Method in interface pe.pase.UtilityService
 
getFormForwardId() - Method in class pe.pase.FormForward
 
getFormNumber() - Method in class pe.pase.Task
Get the customer-defined form number
getFormPanel() - Method in interface pe.pase.FormAPI
Get the form panel which implements the FormAPI Note: JSP WebForm not implement this function.
getFormSnapshot() - Method in class pe.pase.Artifact
 
getFormula() - Method in class fcomponent.ColumnsHeaderNode
 
getForUnder() - Method in class pe.pase.AccessOnLineUser
Get the uundermen option
getFrame() - Method in interface pe.pase.FormAPI
Get the frame which contains from panel Note: JSP WebForm not implement this function.
getFrameborder() - Method in class fcomponent.FIframe
 
getFreqApItemList() - Method in interface pe.pase.PDEService
Return an auxiliary diagram item Vector for PASEFreqAp graphic view
getFreqApItemList() - Method in interface pe.pase.ServerService
 
getFreqApListOfMember(String) - Method in interface pase.server.ServerAPI
Get the PASEFreqAp processes of the specified member.
getFreqApListOfMember(String) - Method in class pe.pase.BasedClientAPI
 
getFreqApListOfMember(String) - Method in interface pe.pase.ClientAPI
Get the PASEFreqAp processes of the specified member.
getFreqApListOfMember(String) - Method in interface pe.pase.PDEService
Return a PASEFreqAp Vector of some member
getFreqApListOfMember(String) - Method in interface pe.pase.ServerService
 
getFreqApNodeList(String) - Method in interface pe.pase.PDEService
Return a PASEFreqApNode Vector
getFreqApNodeList() - Method in interface pe.pase.PDEService
Return a PASEFreqApNode Vector
getFreqApNodeList() - Method in interface pe.pase.ServerService
 
getFreqapRoleIDList() - Method in class pe.pase.PASEFreqAp
Returns an ID List of the member(role, department,company).
getFreqapRootIDList() - Method in class pe.pase.Project
 
getFreqMessageByMbrId(String) - Method in interface pe.pase.FlowService
 
getFreqMessageByMbrId(String) - Method in interface pe.pase.UtilityService
 
getFrom() - Method in class pe.pase.IapEvaluationPattern
 
getFromProcessID() - Method in class pe.pase.PASEProcessLink
Get the id of process which is the origin of the link.
getFromSource() - Method in class pe.pase.TaskMailLink
 
getFrontID() - Method in class pe.pase.Task
Get the task id of front task
getFrontUser() - Method in class pe.pase.Task
Get the member name of front task
getFrontUser() - Method in class pe.pase.TinyTask
 
getFunctionAccessList(String) - Method in interface pe.pase.AdminAPI
Get the content of AccessManager of user.
getFunctionAccessList(String, String, String, String) - Method in interface pe.pase.AdminAPI
Get the content of AccessManager of user.
getFunctionAccessList(String) - Method in interface pe.pase.SecurityService
Get a manager's domination instance regarding the portal.
getFunctionAccessList(String, String, String, String) - Method in interface pe.pase.SecurityService
Get a manager's domination instance regarding the portal.
getFunctionAccessList(String) - Method in interface pe.pase.ServerService
 
getFunctionAccessList(String, String, String, String) - Method in interface pe.pase.ServerService
 
getFunctionACLMap(String) - Method in interface pe.pase.SecurityService
Get a manager's domination instance regarding administration tools.
getFunctionACLMap(String) - Method in interface pe.pase.ServerService
 
getFunctionName() - Method in class pe.pase.ActionRecord
 
getFunctionName() - Method in class pe.pase.FunctionAccess
 
getGatherInfo() - Method in class pe.pase.GatherProcess
 
getGender() - Method in class pe.pase.MemberRecord
Get the member Gender String, "true" for male, "false" for female, empty string for unfilled
getGeneratedTiming() - Method in class pe.pase.Artifact
 
getGlobals(String) - Method in interface pase.server.ServerAPI
Get Globals data from previous setGlobals function.
getGlobals(String) - Method in class pe.pase.BasedClientAPI
 
getGlobals(String) - Method in interface pe.pase.ClientAPI
Get globals data from previous setGlobals function.
getGlobals(String) - Method in interface pe.pase.ServerService
 
getGlobals(String) - Method in interface pe.pase.UtilityService
Get global variables for a rootTask.
getGMT() - Method in class pe.pase.AFTimeZone
 
getGMTEndTime() - Method in class pe.pase.ScheduleEvent
 
getGMTFinalTime() - Method in class pe.pase.BBSBoardInfo
 
getGMTLimitTime() - Method in class pe.pase.Task
 
getGMTLimitTime() - Method in class pe.pase.TinyTask
get the limit time of task according to member's calendar(GMT).
getGMTPostTime() - Method in class pe.pase.BBSBoard
 
getGMTPostTime() - Method in class pe.pase.BBSBoardInfo
 
getGMTPostTime() - Method in class pe.pase.BBSMessage
 
getGMTPostTimeStr() - Method in class pe.pase.BBSBoard
 
getGMTPostTimeStr() - Method in class pe.pase.BBSMessage
 
getGMTStartTime() - Method in class pe.pase.ScheduleEvent
 
getGMTStartTime() - Method in class pe.pase.Task
 
getGMTStartTime() - Method in class pe.pase.TinyTask
get the start time of task according to member's calendar(GMT).
getGoBackToProcessID() - Method in class pe.pase.IapSignResultData
 
getGoBackToProcessID() - Method in class pe.pase.IapTask
 
getGoBackToProList() - Method in class pe.pase.DBProcess
 
getGroupDataList() - Method in class pe.pase.PASEGroup
 
getGroupId() - Method in class pe.pase.AFGroup
 
getGroupID() - Method in class pe.pase.MeetingInfo
 
getGroupId() - Method in class pe.pase.ScheduleEvent
 
getGroupName() - Method in class pe.pase.MeetingInfo
 
getGroupNumber() - Method in class pe.pase.AddCSResultData
 
getGroupNumber() - Method in class pe.pase.ATask
Get the group number.
getGroupSignArtComponent() - Method in class pe.pase.DBProcess
 
getGroupSignIDOfTask(String) - Method in interface pase.server.ServerAPI
To get group sign id of the specified task id.
getGroupSignIDOfTask(String) - Method in class pe.pase.BasedClientAPI
 
getGroupSignIDOfTask(String) - Method in interface pe.pase.ClientAPI
To get group sign id of the specified task id.
getGroupSignIDOfTask(String) - Method in interface pe.pase.UtilityService
To get the group sign id of the specified task id.
getGroupSignLoacleInfo() - Method in class pe.pase.DBProcess
 
getGroupSignNotShow() - Method in class pe.pase.MemberRecord
Returns a Vector of this MemberRecord.
getGroupSignProcess(String) - Method in interface pe.pase.PDEService
 
getGroupSignProcess(String) - Method in interface pe.pase.ServerService
 
getGroupSignTaskDataOfMember(String) - Method in interface pe.pase.FlowService
 
getGroupSignTaskIDList(String) - Method in interface pase.server.ServerAPI
To get task id list of the specified group sign id.
getGroupSignTaskIDList(String) - Method in class pe.pase.BasedClientAPI
 
getGroupSignTaskIDList(String) - Method in interface pe.pase.ClientAPI
To get task id list of the specified group sign id.
getGroupSignTaskIDList(String) - Method in interface pe.pase.UtilityService
To get the task id list of the specified group sign id.
getGroupSignTaskMap(String) - Method in interface pase.server.ServerAPI
To get a HashMap of the specified group sign id.
getGroupSignTaskMap(String) - Method in class pe.pase.BasedClientAPI
 
getGroupSignTaskMap(String) - Method in interface pe.pase.ClientAPI
To get a HashMap of the specified group sign id.
getGroupSignTaskMap(String) - Method in interface pe.pase.UtilityService
To get a HashMap of the specified group sign id.
getGroupSignTinyTaskList(String) - Method in interface pe.pase.FlowService
Return all groupsign tasks of some specific member.
getHalfHolidays() - Method in interface pe.pase.AdminAPI
Get the half-holidays list.
getHalfHolidays() - Method in interface pe.pase.ServerService
 
getHalfHolidays(String) - Method in interface pe.pase.ServerService
 
getHalfHolidays() - Method in interface pe.pase.UtilityService
get half holidays in system's default calendar.
getHalfHolidays(String) - Method in interface pe.pase.UtilityService
get half holidays in member's calendar.
getHasCreateProcess(boolean) - Method in class pe.pase.TaskInfo
Get the task had execute the createProcess API.
getHashKey() - Method in class pe.pase.AFGroup
 
getHashKey() - Method in class pe.pase.AFTimeZone
 
getHashKey() - Method in class pe.pase.APProject
 
getHashKey() - Method in class pe.pase.APProjectMessage
 
getHashKey() - Method in class pe.pase.APRepeatRule
 
getHashKey() - Method in class pe.pase.APTask
 
getHashKey() - Method in class pe.pase.APWork
 
getHashKey() - Method in class pe.pase.APWorkComment
 
getHashKey() - Method in class pe.pase.Artifact
 
getHashKey() - Method in class pe.pase.BBSBoard
 
getHashKey() - Method in class pe.pase.BBSMessage
 
getHashKey() - Method in class pe.pase.BBSMessageAnswerAccepted
 
getHashKey() - Method in class pe.pase.BBSMessageAnswerAcceptedLog
 
getHashKey() - Method in class pe.pase.BBSMessageClickLog
 
getHashKey() - Method in class pe.pase.BBSMessageStar
 
getHashKey() - Method in class pe.pase.BBSMessageVote
 
getHashKey() - Method in class pe.pase.BookingEvent
 
getHashKey() - Method in class pe.pase.Category
 
getHashKey() - Method in class pe.pase.ClientRegistry
 
getHashKey() - Method in class pe.pase.Company
Get the hash key of this company, this function is used internally.
getHashKey() - Method in class pe.pase.DBProcess
 
getHashKey() - Method in class pe.pase.Department
 
getHashKey() - Method in class pe.pase.DeviceInfo
 
getHashKey() - Method in class pe.pase.EipBBSAnnouncementConfig
 
getHashKey() - Method in class pe.pase.EIPColorTheme
 
getHashKey() - Method in class pe.pase.EIPColorThemeTemplate
 
getHashKey() - Method in class pe.pase.EIPLayout
 
getHashKey() - Method in class pe.pase.EIPLayoutI18n
 
getHashKey() - Method in class pe.pase.EIPLayoutPersonal
 
getHashKey() - Method in class pe.pase.EIPLayoutPortlets
 
getHashKey() - Method in class pe.pase.EIPLayoutTabColumn
 
getHashKey() - Method in class pe.pase.EIPLayoutTabs
 
getHashKey() - Method in class pe.pase.EIPPortletDefine
 
getHashKey() - Method in class pe.pase.EIPTabDefine
 
getHashKey() - Method in class pe.pase.EIPTag
 
getHashKey() - Method in class pe.pase.Image
Get the hash key of this image, this function is used internally.
getHashKey() - Method in class pe.pase.ImageSlider
 
getHashKey() - Method in class pe.pase.Link
 
getHashKey() - Method in class pe.pase.MailLoginTimeStamp
 
getHashKey() - Method in class pe.pase.ManagerInfo
 
getHashKey() - Method in class pe.pase.Marquee
Get the hash key of this image, this function is used internally.
getHashKey() - Method in class pe.pase.MeetingInfo
 
getHashKey() - Method in class pe.pase.MeetingRoom
 
getHashKey() - Method in class pe.pase.MemberRecord
 
getHashKey() - Method in class pe.pase.MMShowDebate
 
getHashKey() - Method in class pe.pase.MMShowInfo
 
getHashKey() - Method in class pe.pase.OutLink
 
getHashKey() - Method in class pe.pase.PASEartInstance
 
getHashKey() - Method in class pe.pase.PASEartState
 
getHashKey() - Method in class pe.pase.PASEFreqAp
 
getHashKey() - Method in class pe.pase.PASEGroup
 
getHashKey() - Method in class pe.pase.PASEMessage
 
getHashKey() - Method in class pe.pase.PASEOrgModel
 
getHashKey() - Method in class pe.pase.PASESharedFile
 
getHashKey() - Method in class pe.pase.PasswordManagement
 
getHashKey() - Method in class pe.pase.PersonalConfig
 
getHashKey() - Method in class pe.pase.Project
 
getHashKey() - Method in class pe.pase.QuickVote
 
getHashKey() - Method in class pe.pase.RMItem
 
getHashKey() - Method in class pe.pase.RMManageInfo
 
getHashKey() - Method in class pe.pase.RMRepeatRule
 
getHashKey() - Method in class pe.pase.Role
 
getHashKey() - Method in class pe.pase.SaaSLicense
 
getHashKey() - Method in class pe.pase.ScheduleEvent
 
getHashKey() - Method in class pe.pase.Task
Get the hash key of this task, this function is used internally.
getHashKey() - Method in class pe.pase.UserCronEntry
 
getHashKey() - Method in class pe.pase.WebADMACL
 
getHashKey() - Method in class pe.pase.WebServiceDBProcess
 
getHashKey() - Method in class taskattachedfile.TaskAttachedFileInfo
 
getHasNewComment() - Method in class pe.pase.APWork
 
getHaveBookingEventsInRangeDates(RMSearchCondition) - Method in interface pe.pase.FlowService
 
getHeaderBG() - Method in class pe.pase.EIPColorTheme
 
getHeaderBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getHeaderBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getHeaderBGImage() - Method in class pe.pase.EIPColorTheme
 
getHeaderBGImageHeight() - Method in class pe.pase.EIPColorTheme
 
getHeaderColor() - Method in class fcomponent.FTableScrollPane
 
getHeaderColor() - Method in class fcomponent.QueryCondition
 
getHeaderColor() - Method in class fcomponent.TableColors
 
getHeaderColor() - Method in class fcomponent.TableUIParameters
 
getHeaderLogo() - Method in class pe.pase.EIPColorTheme
 
getHeaderLogoActive() - Method in class pe.pase.EIPColorTheme
 
getHeaderLogoHeight() - Method in class pe.pase.EIPColorTheme
 
getHeaderLogoWidth() - Method in class pe.pase.EIPColorTheme
 
getHeaderText() - Method in class pe.pase.EIPColorTheme
 
getHeaderText() - Method in class pe.pase.EIPColorThemeTemplate
 
getHeadTitle() - Method in class pe.pase.UnitType
 
getHealthchecknotifyemails() - Method in class pe.pase.SerRuntimeEnv
 
getHeight() - Method in class pe.pase.DBProcess
 
getHeight() - Method in class pe.pase.EIPLayoutPortlets
Get the height
getHeight() - Method in class pe.pase.EIPPortletDefine
Get the height
getHeight() - Method in class pe.pase.ImageSlider
 
getHeight() - Method in class pe.pase.Link
 
getHeight() - Method in class pe.pase.Marquee
 
getHeight() - Method in class pe.pase.PASEFreqApNode
 
getHeight() - Method in class pe.pase.PASEProcessNode
 
getHiddenSelectedItem() - Method in class fcomponent.FComboBox
 
getHiddenText() - Method in class pe.pase.ComboBoxItem
 
getHideArrowBtn() - Method in class fcomponent.FComboBox
 
getHideColValueAt(int, String) - Method in class fcomponent.FTableScrollPane
Get the cel value indicated by its row and HideColumn-name
getHideValueAt(int, int) - Method in class fcomponent.FScrollTableModel
 
getHistoryOfVoteLicensee(String) - Method in interface pe.pase.ActivityService
 
getHistoryPasswordTimes() - Method in class pe.pase.PasswordManagement
 
getHistoryPasswordTimesString() - Method in class pe.pase.PasswordManagement
 
getHistoryRootTaskOfJoinMember(String) - Method in interface pe.pase.FlowService
Get root tasks that there are any sub-task are executed by the specified member.
getHistoryRootTaskOfJoinMember(String) - Method in interface pe.pase.ServerService
 
getHolidays() - Method in interface pe.pase.AdminAPI
Get the holidays list.
getHolidays() - Method in interface pe.pase.ServerService
 
getHolidays(String) - Method in interface pe.pase.ServerService
 
getHolidays() - Method in interface pe.pase.UtilityService
get holidays in system's default calendar.
getHolidays(String) - Method in interface pe.pase.UtilityService
get holidays in member's calendar.
getHomePhone() - Method in class pe.pase.MemberRecord
Get the member HomePhone
getHorizontalAlignment() - Method in class fcomponent.FTextFieldWithLabel
 
getHorizontalAlignment() - Method in class fcomponent.table.FTableLineWrapTextArea
 
getHorizontalAlignment() - Method in class fcomponent.table.FTableTextArea
 
getHorizontalAlignmentOptions() - Static method in class fcomponent.util.BeanInfoUtilities
 
getHostname() - Method in class pe.pase.SerRuntimeEnv
 
getHour() - Method in class pase.agenda.MyDate
 
getHourOfDay() - Method in class pase.agenda.MyDate
 
getHPadding() - Method in class fcomponent.general.LabeledFormComponent
 
getHref() - Method in class fcomponent.DTreeNode
 
getHurry() - Method in class pe.pase.RootTaskSummary
Get the task priority
getI18nID() - Method in class pe.pase.EIPLayoutI18n
Get the i18n id
getI18nLang() - Method in class pe.pase.EIPLayoutI18n
Get the i18n lang
getI18nValue() - Method in class pe.pase.EIPLayoutI18n
Get the i18n value
getIapAuditList() - Method in class pe.pase.IapTask
Get the audit list
getIapAuditsString() - Method in class pe.pase.IapTask
 
getIapGoBackToProAndTskId() - Method in class pe.pase.IapTask
 
getIapOriginalSignResult() - Method in class pe.pase.IapTask
 
getIapRuleOfTask(String, List<String>) - Method in interface pe.pase.FlowService
Get the IapRulePatterna list gainst given task list
getIapRulePatterns(String) - Method in interface pe.pase.FlowService
Returns all add AS result that were written before the given task.
getIapSignMessage() - Method in class pe.pase.IapTask
 
getIapSignResult() - Method in class pe.pase.IapTask
 
getIapSignTaskGroupByTskId(String) - Method in interface pase.server.ServerAPI
Get iapsign task for same iapannex by task id.
getIapSignTaskGroupByTskId(String) - Method in class pe.pase.BasedClientAPI
 
getIapSignTaskGroupByTskId(String, String) - Method in class pe.pase.BasedClientAPI
 
getIapSignTaskGroupByTskId(String) - Method in interface pe.pase.ClientAPI
Get iapsign task for same iapannex by task id.
getIapSignTaskGroupByTskId(String, String) - Method in interface pe.pase.ClientAPI
Get iapsign task for same iapannex by task id, processID can figure out the same IAP ex: Tsk01(iapannex)、Tsk02(iapsign)、Tsk03(iapsign)、Tsk04(iapsign), use Client.getIapSignTaskGroupByTskId(Tsk01 ~ Tsk04), return [Tsk02, Tsk03, Tsk04], IapTask.class
getIapSignTaskGroupByTskId(String) - Method in interface pe.pase.FlowService
 
getIapSignTaskGroupByTskId(String, String) - Method in interface pe.pase.FlowService
 
getIapSignTaskGroupByTskId(String) - Method in interface pe.pase.ServerService
 
getIcon(int) - Method in class fcomponent.AFExcelExporterBeanInfo
 
getIcon(int) - Method in class fcomponent.AFExcelImporterBeanInfo
 
getIcon(int) - Method in class fcomponent.ColumnsHeaderNodeBeanInfo
 
getIcon() - Method in class fcomponent.DTreeNode
 
getIcon(int) - Method in class fcomponent.editableimage.EditableImageLabelBeanInfo
 
getIcon(int) - Method in class fcomponent.editor.spinedit.SpinEditBeanInfo
 
getIcon(int) - Method in class fcomponent.FAccordionPanelBeanInfo
 
getIcon(int) - Method in class fcomponent.FButtonBeanInfo
 
getIcon(int) - Method in class fcomponent.FButtonGroupBeanInfo
 
getIcon(int) - Method in class fcomponent.FCheckBoxBeanInfo
 
getIcon(int) - Method in class fcomponent.FChoiceBoxBeanInfo
 
getIcon(int) - Method in class fcomponent.FCircleBeanInfo
 
getIcon(int) - Method in class fcomponent.FComboBoxBeanInfo
 
getIcon(int) - Method in class fcomponent.FCotLineBeanInfo
 
getIcon(int) - Method in class fcomponent.FHLineBeanInfo
 
getIcon(int) - Method in class fcomponent.FHTMLLinkBeanInfo
 
getIcon(int) - Method in class fcomponent.FHTMLQueryBeanInfo
 
getIcon(int) - Method in class fcomponent.FIframeBeanInfo
 
getIcon(int) - Method in class fcomponent.FImageLabelBeanInfo
 
getIcon(int) - Method in class fcomponent.FLabelBeanInfo
 
getIcon(int) - Method in class fcomponent.FListBeanInfo
 
getIcon(int) - Method in class fcomponent.FMapBeanInfo
 
getIcon(int) - Method in class fcomponent.FOrganizationTreeBeanInfo
 
getIcon(int) - Method in class fcomponent.FPanelBeanInfo
 
getIcon(int) - Method in class fcomponent.FPasswordFieldBeanInfo
 
getIcon(int) - Method in class fcomponent.FPositionBeanInfo
 
getIcon(int) - Method in class fcomponent.FRadioButtonBeanInfo
 
getIcon(int) - Method in class fcomponent.FRectangleBeanInfo
 
getIcon(int) - Method in class fcomponent.FReportOutputBeanInfo
 
getIcon(int) - Method in class fcomponent.FRichTextAreaBeanInfo
 
getIcon(int) - Method in class fcomponent.FSignatureBeanInfo
 
getIcon(int) - Method in class fcomponent.FTabbedPaneBeanInfo
 
getIcon(int) - Method in class fcomponent.FTableScrollPaneBeanInfo
 
getIcon(int) - Method in class fcomponent.FTanLineBeanInfo
 
getIcon(int) - Method in class fcomponent.FTextAreaBeanInfo
 
getIcon(int) - Method in class fcomponent.FTextFieldBeanInfo
 
getIcon(int) - Method in class fcomponent.FTextFieldWithLabelBeanInfo
 
getIcon(int) - Method in class fcomponent.FTreeBeanInfo
 
getIcon(int) - Method in class fcomponent.FVLineBeanInfo
 
getIcon(int) - Method in class fcomponent.jbarcodebean.JBarcodeBeanBeanInfo
 
getIcon(int) - Method in class fcomponent.PlugInBeanInfo
 
getID() - Method in class fcomponent.AFExcelExporter
 
getID() - Method in class fcomponent.AFExcelImporter
 
getID() - Method in class fcomponent.ColumnsHeaderNode
 
getID() - Method in class fcomponent.editableimage.EditableImageLabel
 
getID() - Method in class fcomponent.FAccordionPanel
 
getID() - Method in class fcomponent.FButton
 
getID() - Method in class fcomponent.FButtonGroup
 
getID() - Method in class fcomponent.FCheckBox
 
getID() - Method in class fcomponent.FCircle
 
getID() - Method in class fcomponent.FComboBox
Return the ID of FComboBox
getID() - Method in class fcomponent.FImageLabel
 
getID() - Method in class fcomponent.FLabel
 
getID() - Method in class fcomponent.FLine
 
getID() - Method in class fcomponent.FList
 
getID() - Method in class fcomponent.FMap
 
getID() - Method in class fcomponent.FPanel
 
getID() - Method in class fcomponent.FPasswordField
 
getID() - Method in class fcomponent.FPosition
 
getID() - Method in class fcomponent.FRadioButton
 
getID() - Method in class fcomponent.FRectangle
 
getID() - Method in class fcomponent.FRichTextArea
 
getID() - Method in class fcomponent.FSignature
 
getID() - Method in class fcomponent.FTabbedPane
 
getID() - Method in class fcomponent.FTableScrollPane
 
getID() - Method in class fcomponent.FTextArea
 
getID() - Method in class fcomponent.FTextField
 
getID() - Method in class fcomponent.FTree
 
getID() - Method in interface fcomponent.general.FormComponent
 
getID() - Method in class fcomponent.general.LabeledFormComponent
 
getID() - Method in class fcomponent.jbarcodebean.JBarcodeBean
 
getID() - Method in class pe.pase.AFSpider
 
getID() - Method in class pe.pase.APRepeatRule
 
getID() - Method in class pe.pase.ArtFormItem
Get the id of the artifact form item.
getID() - Method in class pe.pase.Artifact
Get the artifact id
getId() - Method in class pe.pase.ArtifactToPdfAdapterDBProcess
 
getID() - Method in class pe.pase.BBSBoard
 
getID() - Method in class pe.pase.BBSMessage
Get the message id
getID() - Method in class pe.pase.BookingEvent
 
getId() - Method in class pe.pase.Category
 
getID() - Method in class pe.pase.Company
Get the company id
getID() - Method in class pe.pase.CSInstance
Get the CSInstance id
getId() - Method in class pe.pase.DBAdapterDBProcess
 
getID() - Method in class pe.pase.DBProcess
Get the process id
getId() - Method in class pe.pase.DbServer
 
getID() - Method in class pe.pase.Department
Get the department id
getID() - Method in class pe.pase.DTTemplate
 
getId() - Method in class pe.pase.EIPTag
 
getId() - Method in class pe.pase.FileServerAdapterDBProcess
 
getId() - Method in class pe.pase.FreqMessage
 
getId() - Method in class pe.pase.Image
 
getId() - Method in class pe.pase.Link
 
getId() - Method in class pe.pase.MailNotifyAdapterDBProcess
 
getId() - Method in class pe.pase.Marquee
 
getID() - Method in class pe.pase.MeetingInfo
 
getID() - Method in class pe.pase.MeetingRoom
 
getID() - Method in class pe.pase.MemberRecord
Get the member id
getID() - Method in class pe.pase.MMShowDebate
 
getID() - Method in class pe.pase.MMShowInfo
 
getID() - Method in class pe.pase.PASEartInstance
Get the artifact instance id
getID() - Method in class pe.pase.PASEartState
Get the artifact state id
getID() - Method in class pe.pase.PASEFreqAp
 
getID() - Method in class pe.pase.PASEFreqApNode
 
getID() - Method in class pe.pase.PASEGroup
 
getID() - Method in class pe.pase.PASEProcess
Get the process id
getID() - Method in class pe.pase.PASESharedFile
 
getId() - Method in class pe.pase.ProcessVersion
 
getID() - Method in class pe.pase.Project
Get the project id
getID() - Method in class pe.pase.ProLinkTerm
Get the conjunction id
getID() - Method in class pe.pase.RMItem
 
getID() - Method in class pe.pase.RMRepeatRule
 
getID() - Method in class pe.pase.Role
Get the role id
getID() - Method in class pe.pase.SpecialRole
Get the id of special role
getId() - Method in class pe.pase.SqlCmd
 
getID() - Method in class pe.pase.Task
Get the task id
getID() - Method in class pe.pase.TinyTask
 
getID() - Method in class pe.pase.TrustNetworkSegment
 
getId() - Method in class pe.pase.UnitType
 
getId() - Method in class pe.pase.UserCronEntry
 
getId() - Method in class pe.pase.WebServiceDBProcess
 
getId() - Method in class pe.pase.WebServiceServer
 
getID() - Method in class taskattachedfile.PermittedMember
 
getIdentityID() - Method in class pe.pase.MemberRecord
Get the member Identity ID
getIdleUserTimeout() - Method in class pe.pase.SerRuntimeEnv
 
getIdServerHost() - Method in class pe.pase.SerRuntimeEnv
 
getIdServerPort() - Method in class pe.pase.SerRuntimeEnv
 
getIframe() - Method in class pe.pase.EIPLayoutPortlets
Get the iframe
getIframe() - Method in class pe.pase.EIPPortletDefine
Get the iframe
getIframeBorder() - Method in class fcomponent.FImageLabel
 
getIframeFrameBorderOptions() - Static method in class fcomponent.util.BeanInfoUtilities
 
getIframeScrollingOptions() - Static method in class fcomponent.util.BeanInfoUtilities
 
getIframeSrc() - Method in class fcomponent.FImageLabel
 
getIgtSubItemChildrenNameList(String, String) - Static method in class pe.pase.ArtFormItem
 
getImage() - Method in class fcomponent.editableimage.EditableImageLabel
 
getImage() - Method in class fcomponent.FImageLabel
 
GetImage() - Method in class fcomponent.parser.JavaCharStream
 
getImage() - Method in class pe.pase.EIPLayoutTabs
Get the target id
getImage() - Method in class pe.pase.EIPTabDefine
Get the target id
getImageAlignTypeOptions() - Static method in class fcomponent.util.BeanInfoUtilities
 
getImageFile() - Method in class fcomponent.editableimage.EditableImageLabel
 
getImageFile() - Method in class fcomponent.FImageLabel
 
getImageFileName() - Method in class fcomponent.editableimage.EditableImageLabel
取得圖的名稱.
getImageLimitedSize() - Method in class fcomponent.editableimage.EditableImageLabel
 
getImageSlider(String) - Method in interface pe.pase.FlowService
 
getImageType() - Method in class pe.pase.ArtifactToPdfAdapterDBProcess
 
getImageType() - Method in class pe.pase.DBAdapterDBProcess
 
getImageType() - Method in class pe.pase.DBProcess
 
getImageType() - Method in class pe.pase.FileServerAdapterDBProcess
 
getImageType() - Method in class pe.pase.MailNotifyAdapterDBProcess
 
getImageType() - Method in class pe.pase.PASEProcessNode
 
getImportObject() - Method in class fcomponent.AFExcelImporter
 
getImportObjectName() - Method in class fcomponent.AFExcelImporter
 
getInc() - Method in class fcomponent.editor.spinedit.SpinEdit
 
getIndexes() - Method in class fcomponent.sortabletable.SortableTableModel
 
getInflectionPoint() - Method in class pe.pase.PASEProcessLink
Deprecated. 
getInflectionPointList() - Method in class pe.pase.PASEProcessLink
Get the inflection point list
getInfoSpec() - Method in class pe.pase.ArtifactToPdfAdapterDBProcess
 
getInfoSpec() - Method in class pe.pase.DBAdapterDBProcess
 
getInfoSpec() - Method in class pe.pase.DBProcess
Get the process information specification.
getInfoSpec() - Method in class pe.pase.FileServerAdapterDBProcess
 
getInfoSpec() - Method in class pe.pase.MailNotifyAdapterDBProcess
 
getInfoSpec() - Method in class pe.pase.WebServiceDBProcess
 
getInitEventOrder(String) - Static method in class fcomponent.general.HTMLEventConstants
 
getInitiatorRole() - Method in class pe.pase.IapDBProcess
 
getInitiatorType() - Method in class pe.pase.IapDBProcess
 
getInitStateID() - Method in class pe.pase.Artifact
Get the initial artifact state id
getInitView() - Method in class pe.pase.RMManageInfo
 
getInLinkType() - Method in class pe.pase.PASEProcessNode
 
getInnerOrder() - Method in class pe.pase.IapRulePattern
 
getInProcessList() - Method in class pe.pase.DBProcess
Deprecated. 
getInputMethodEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getInputParams() - Method in class pe.pase.WebServiceDBProcess
 
getInsID() - Method in class pe.pase.TranslateArtIns
Get the artifact instance id
getInstance() - Static method in class pe.pase.ClientConstant
 
getInstanceID() - Method in class pe.pase.MsgAttachFormData
 
getInstanceID() - Method in class pe.pase.Task
Get first artifact instance id that the task operated
getInstanceIDEncoding() - Method in class pe.pase.Artifact
Get the format of serial number.
getIntValue(String) - Method in interface pe.pase.FormAPI
Get the int value of the specified component.
getInUse() - Method in class pe.pase.UnitType
 
getInvolvedExecutors(String) - Method in interface pase.server.ServerAPI
Return ID list of executors who involved in the root process Examples: var v = Server.getInvolvedExecutors("Tsk000000835835");
getInvolvedExecutors(String) - Method in class pe.pase.BasedClientAPI
 
getInvolvedExecutors(String) - Method in interface pe.pase.ClientAPI
Return ID list of executors who involved in the root process Examples: var v = Client.getInvolvedExecutors("Tsk000000835835");
getInvolvedExecutors(String) - Method in interface pe.pase.FlowService
Get involved executors of Root process
getInvolvedExecutors(String) - Method in interface pe.pase.ServerService
 
getInvolvedMembers(String) - Method in interface pase.server.ServerAPI
Return ID list of members who involved in the root process Examples: var v = Server.getInvolvedMembers("Tsk000000835835");
getInvolvedMembers(String) - Method in class pe.pase.BasedClientAPI
 
getInvolvedMembers(String) - Method in interface pe.pase.ClientAPI
Return ID list of members who involved in the root process Examples: var v = Client.getInvolvedMembers("Tsk000000835835");
getInvolvedMembers(String) - Method in interface pe.pase.FlowService
Get involved members of Root process
getInvolvedMembers(String) - Method in interface pe.pase.ServerService
 
getIP() - Method in class pe.pase.LoginInfo
Returns the IP address property.
getIp() - Method in class pe.pase.SessionConnection
 
getIp() - Method in class pe.pase.WebServerInfo
 
getIpMappings() - Method in class pe.pase.AFSpider
 
getIPRane() - Method in class pe.pase.TrustNetworkSegment
 
getIsAllDayEvent() - Method in class pe.pase.BookingEvent
 
getIsEmail() - Method in class pe.pase.ScheduleEvent
 
getIsSendMail() - Method in class pe.pase.BookingEvent
 
getItem() - Method in class pe.pase.AFTVElementVO
 
getItem() - Method in class pe.pase.BookingEvent
 
getItemEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getItemFileDir() - Method in class pe.pase.FileItem
 
getItemGroupTemplateArtifact(String) - Method in class pe.pase.BasedClientAPI
 
getItemGroupTemplateArtifact(String) - Method in interface pe.pase.ClientAPI
 
getItemGroupTemplateArtifact(String) - Method in interface pe.pase.FlowService
 
getItemID() - Method in class pe.pase.DBParameter
 
getItemId() - Method in class pe.pase.EFormListener
 
getItemId() - Method in class pe.pase.EFormScript
 
getItemId() - Method in class pe.pase.EFormScriptSet
 
getItemId() - Method in class pe.pase.FileItem
 
getItemID() - Method in class pe.pase.GroupSignArtComponent
 
getItemID() - Method in class pe.pase.WSParameter
 
getItemIDs() - Method in class pe.pase.RMSearchCondition
 
getItemName() - Method in class pe.pase.DBParameter
 
getItemName() - Method in class pe.pase.FileItem
 
getItemName() - Method in class pe.pase.GroupSignArtComponent
 
getItemName() - Method in class pe.pase.WSParameter
 
getItems() - Method in class fcomponent.editableimage.EditableImageLabel
 
getItemScript() - Method in class fcomponent.FComboBox
Return the ItemScript
getItemTitle() - Method in class pe.pase.GroupSignArtComponent
 
getItemType() - Method in class pe.pase.GroupSignArtComponent
 
getItemWidth() - Method in class pe.pase.GroupSignArtComponent
 
getJarFileMap() - Method in class pe.pase.Artifact
 
getJavaInitializationString() - Method in class fcomponent.jbarcodebean.BarcodeStrategyEditor
 
getJavaScriptContent() - Method in class fcomponent.FComboBox
 
getJavaScriptEvent() - Method in class fcomponent.FComboBox
 
getJavaType() - Method in class pe.pase.WSParameter
 
getJdbcTestStmt() - Method in class pe.pase.DbServer
 
getJdbcURL() - Method in class pe.pase.DbServer
 
getJobLevel() - Method in class pe.pase.MemberRecord
Get the member Job Level
getJobOnBoardDate() - Method in class pe.pase.MemberRecord
Get the member current Job On Board Date
getJobRank() - Method in class pe.pase.MemberRecord
Get the member Job Rank
getJobTitle() - Method in class pe.pase.AddCSResultData
 
getJobTitle() - Method in class pe.pase.CSResultData
 
getJobTitle() - Method in class pe.pase.MemberRecord
Get the member Job Title
getJobTitle() - Method in interface pe.pase.ResultData
 
getJoinMebersStr() - Method in class pe.pase.BookingEvent
 
getJoinMemberCount() - Method in class pe.pase.MeetingInfo
 
getJoinMemberCount() - Method in class pe.pase.MMShowInfo
 
getJoinMemberExternal() - Method in class pe.pase.MeetingInfo
 
getJoinMemberExternalShow() - Method in class pe.pase.MeetingInfo
 
getJoinMemberIDs() - Method in class pe.pase.MeetingInfo
 
getJoinMemberList() - Method in class pe.pase.BookingEvent
 
getJoinMemberList() - Method in class pe.pase.ScheduleEvent
 
getJoinMemberNameStr() - Method in class pe.pase.MeetingInfo
 
getJoinMemberNameStr(String) - Method in class pe.pase.MeetingInfo
 
getJoinMembers() - Method in class pe.pase.ScheduleEvent
 
getJoinMemberShow() - Method in class pe.pase.MeetingInfo
 
getJPName() - Method in class pe.pase.EIPLayout
 
getJPName() - Method in class pe.pase.EIPLayoutPortlets
 
getJPName() - Method in class pe.pase.EIPLayoutTabs
 
getJPName() - Method in class pe.pase.EIPPortletDefine
 
getJPName() - Method in class pe.pase.EIPTabDefine
 
getJSPButtonBorderOptions() - Static method in class fcomponent.util.BeanInfoUtilities
 
getJSPInputBorderOptions() - Static method in class fcomponent.util.BeanInfoUtilities
 
getJSPLabelBorderOptions() - Static method in class fcomponent.util.BeanInfoUtilities
 
getJSPMouseEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getKey() - Method in class fcomponent.ChoiceboxOption
 
getKey() - Method in class fcomponent.DTreeNode
 
getKey() - Method in class fcomponent.table.ChoiceboxOption
 
getKeyEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getKeyWord() - Method in class pe.pase.PASEProcess
Get the task keyword
getKeyword() - Method in class pe.pase.RootTaskSummary
Get the keyword
getKeyWord() - Method in class pe.pase.Task
Get the task keyword
getKeyWord() - Method in class pe.pase.TinyTask
 
getLabel() - Method in class fcomponent.general.LabeledFormComponent
 
getLabel() - Method in class pe.pase.PASEProcessLink
Get the label of link
getLabelBounds() - Method in class fcomponent.general.LabeledFormComponent
 
getLabelFont() - Method in class fcomponent.general.LabeledFormComponent
 
getLabelHorizontalAlignment() - Method in class fcomponent.general.LabeledFormComponent
 
getLabelMessageKey() - Method in class fcomponent.general.LabeledFormComponent
 
getLabelPaneBackground() - Method in class fcomponent.general.LabeledFormComponent
 
getLabelPaneBorder() - Method in class fcomponent.general.LabeledFormComponent
 
getLabelPaneBorderColor() - Method in class fcomponent.general.LabeledFormComponent
 
getLabelPaneForeground() - Method in class fcomponent.general.LabeledFormComponent
 
getLabelPosition() - Method in class fcomponent.general.LabeledFormComponent
 
getLabelText() - Method in class fcomponent.FButtonGroup
 
getLabelText() - Method in class fcomponent.FComboBox
 
getLabelText() - Method in class fcomponent.FLabel
 
getLabelText() - Method in class fcomponent.FPasswordField
 
getLabelText() - Method in class fcomponent.FRichTextArea
 
getLabelText() - Method in class fcomponent.FTextArea
 
getLabelText() - Method in class fcomponent.FTextField
 
getLabelText() - Method in class fcomponent.jbarcodebean.JBarcodeBean
 
getLabelVerticalAlignment() - Method in class fcomponent.general.LabeledFormComponent
 
getLastCommenterName() - Method in class pe.pase.APWork
 
getLastDeputyID() - Method in class pe.pase.TinyTask
 
getLastDeputyName() - Method in class pe.pase.TinyTask
 
getLastExpandNode() - Method in class fcomponent.FTree
 
getLastMeetingByWork(String, String) - Method in interface pase.server.ServerAPI
get the last Meeting of work parent
getLastMeetingByWork(String, String) - Method in class pe.pase.BasedClientAPI
 
getLastMeetingByWork(String, String) - Method in interface pe.pase.ClientAPI
 
getLastMeetingByWork(String, String) - Method in interface pe.pase.FlowService
 
getLastMemberID() - Method in class pe.pase.TinyTask
 
getLastMemberName() - Method in class pe.pase.TinyTask
 
getLastModified() - Method in class fcomponent.FImageLabel
 
getLastNoticeTime() - Method in class pe.pase.MeetingInfo
 
getLastProcessTime() - Method in class pe.pase.TinyTask
 
getLastRealExecutorName() - Method in class pe.pase.TinyTask
 
getLastRealMemberID() - Method in class pe.pase.TinyTask
 
getLastTaskName() - Method in class pe.pase.TinyTask
 
getLastUpdateRecordTime() - Method in class pe.pase.MeetingInfo
 
getLastUpdateTime() - Method in class pe.pase.APWork
 
getLastUpdateTime() - Method in class pe.pase.LoginInfo
 
getLastUpdateTime() - Method in class pe.pase.PasswordManagement
Get the lastUpdateTime to change password
getLatestBBSEIPMsgByMemID(int, Vector) - Method in interface pe.pase.UtilityService
 
getLatestBBSEIPMsgByMemIDForPage(int, int, Vector) - Method in interface pe.pase.UtilityService
 
getLatestBBSEIPMsgByMemIDForPageCount(Vector) - Method in interface pe.pase.UtilityService
 
getLatestBBSGlobalEIPMsgByMemIDForPage(int, int, Vector, String) - Method in interface pe.pase.UtilityService
 
getLatestBBSKMMsg(int, Vector) - Method in interface pe.pase.UtilityService
 
getLatestBBSMsg(int) - Method in interface pe.pase.UtilityService
Get the latest BBS Message with the specific count number
getLatestBBSMsg(int, String) - Method in interface pe.pase.UtilityService
Get the latest BBS Message with the specific count number
getLatestBBSMsgByMemID(int, Vector) - Method in interface pe.pase.UtilityService
 
getLatestDays() - Method in class pe.pase.EipBBSAnnouncementConfig
 
getLatestPASEMessageOfMember(int, String) - Method in interface pe.pase.UtilityService
Gets latest message of the member
getLatestTskIDList(String) - Method in interface pe.pase.FlowService
------------------add by abin for wechat end------------------
getLatestUnReadPASEMessageOfMember(int, String) - Method in interface pe.pase.UtilityService
Gets latest unread message of the member
getLatitude() - Method in class fcomponent.FPosition
 
getLayout() - Method in class fcomponent.FAccordionPanel
 
getLayoutAlignmentX(Container) - Method in class fcomponent.util.RowFlowLayout
 
getLayoutAlignmentY(Container) - Method in class fcomponent.util.RowFlowLayout
 
getLayoutID() - Method in class pe.pase.EIPLayout
Get the layout id
getLayoutID() - Method in class pe.pase.EIPLayoutPersonal
Get the layout id
getLayoutID() - Method in class pe.pase.EIPLayoutTabs
Get the layout id
getLayoutID() - Method in class pe.pase.EIPTabDefine
Get the layout id
getLayoutInfo() - Method in class fcomponent.util.RowFlowLayout
 
getLayoutName() - Method in class pe.pase.EIPLayout
Get the layout name
getLDAPAuthEnabled() - Method in class pe.pase.SerRuntimeEnv
Deprecated.
getLDAPAuthTestOnStart() - Method in class pe.pase.SerRuntimeEnv
Deprecated.
V3.1 this function is not being used any more.
getLength() - Method in class fcomponent.general.DBSave
 
getLengthLimitWarning() - Method in class fcomponent.textfield.AFPlainDocument
 
getLevel() - Method in class pe.pase.AddCSResultData
 
getLevel() - Method in class pe.pase.UnitType
 
getLicenseNameUser() - Method in interface pe.pase.OrgService
Return the licensed number of NameUser
getLicenseOrgCount() - Method in interface pe.pase.OrgService
Return the licensed number of Organizations
getLimitedTime() - Method in class pe.pase.SaaSLicense
 
getLimitedTimeLong() - Method in class pe.pase.SaaSLicense
 
getLimits() - Method in class pe.pase.MeetingRoom
 
getLimits() - Method in class pe.pase.RMItem
 
getLimitsId() - Method in class pe.pase.APTask
 
getLimitsName() - Method in class pe.pase.APTask
 
getLimitsOutRange() - Method in class pe.pase.MeetingRoom
 
getLimitsText() - Method in class pe.pase.MeetingRoom
 
getLimitTime() - Method in class pe.pase.Task
Deprecated.
Use getDeadLine function.
getLimitTime() - Method in class pe.pase.TinyTask
 
getLine() - Method in class fcomponent.parser.JavaCharStream
Deprecated. 
getLineCapOptions() - Static method in class fcomponent.util.BeanInfoUtilities
 
getLineColor() - Method in class fcomponent.FSignature
 
getLineWidth() - Method in class fcomponent.FSignature
 
getLineWrap() - Method in class fcomponent.FTextArea
 
getLinkCondition() - Method in class pe.pase.PASEProcessLink
Get link condition
getLinkCondition() - Method in class pe.pase.ProLinkTerm
Get the link condition
getLinks() - Method in class pe.pase.Category
 
getLinkTerm() - Method in class pe.pase.PASEProcessLink
Get the link term
getLinkType() - Method in class pe.pase.EIPLayoutTabs
 
getLinkType() - Method in class pe.pase.EIPTabDefine
 
getLinkType() - Method in class pe.pase.TaskMailLink
 
getListConfig(String) - Method in class pe.pase.PersonalConfig
 
getListener(String) - Method in class pe.pase.EFormScriptSet
 
getlistenerMap() - Method in class pe.pase.EFormScriptSet
 
getListenerName() - Method in class pe.pase.EFormScript
 
getListMap() - Method in class pe.pase.PersonalConfig
 
getListModel() - Method in class taskattachedfile.ACLList
 
getListSelectionEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getLocal() - Method in class pe.pase.BookingEvent
 
getLocal() - Method in interface pe.pase.ICSEvent
 
getLocal() - Method in class pe.pase.MeetingInfo
 
getLocal() - Method in class pe.pase.ScheduleEvent
 
getLocale() - Method in interface pe.pase.FormAPI
Returns the current locale.
getLocaleData(String) - Method in class pe.pase.ArtMultiLanguage
 
getLocaleInfo() - Method in class pe.pase.AddCSResultData
 
getLocaleInfo() - Method in class pe.pase.DBProcess
 
getLocaleInfo() - Method in class pe.pase.DTTemplate
 
getLocaleInfo() - Method in class pe.pase.PASEartState
 
getLocaleInfo() - Method in class pe.pase.PASEFreqAp
 
getLocaleInfo() - Method in class pe.pase.PASEProcess
 
getLocaleInfo() - Method in class pe.pase.PASEProcessLink
 
getLocaleInfo() - Method in class pe.pase.PASEProcessNode
 
getLocaleName() - Method in class pe.pase.Category
 
getLocaleName() - Method in class pe.pase.Link
 
getLocalObject(String) - Method in class pe.pase.BasedClientAPI
 
getLocalObject(String) - Method in interface pe.pase.ClientAPI
Get a local object by a special id.
getLocalObjectMap() - Method in class pe.pase.BasedClientAPI
 
getLocalObjectMap() - Method in interface pe.pase.ClientAPI
Get a local object map which contains all local object.
getLocation() - Method in class pe.pase.BookingEvent
 
getLocation() - Method in class pe.pase.ScheduleEvent
 
getLockArticle() - Method in class pe.pase.BBSBoardInfo
 
getLockArticle() - Method in class pe.pase.BBSMessage
 
getLockDown() - Method in class pe.pase.EIPLayoutTabs
Get the lock down
getLockDown() - Method in class pe.pase.EIPTabDefine
Get the lock down
getLockType() - Method in class pe.pase.LoginInfo
 
getLogFileList() - Method in interface pe.pase.UtilityService
Get the log file list from PASE.
getLogFiles() - Method in interface pe.pase.UtilityService
Get the log file list from PASE.
getLogicOp() - Method in class pe.pase.QueryCondition
Returns the logic operator of this condition.
getLoginDate() - Method in class pe.pase.LoginInfo
Returns the login date/time.
getLoginId() - Method in class pe.pase.LoginInfo
Returns the login id property.
getLoginID() - Method in class pe.pase.MemberRecord
Get the member login id
getLoginId() - Method in class pe.pase.OutLink
 
getLoginID() - Method in class pe.pase.UserInfo
 
getLoginIDIgnoreCase(String) - Method in class pe.pase.ClientRegistry
Gets loginID in clientCallback irrespective of case
getLoginIDIgnoreCaseForEIP(String) - Method in class pe.pase.ClientRegistry
 
getLoginInfoAccountLockStatus(String) - Method in interface pe.pase.UtilityService
 
getLoginInfoTryTimes(String) - Method in interface pe.pase.UtilityService
 
getLoginLockStr() - Method in class pe.pase.LoginInfo
 
getLoginName() - Method in class pe.pase.LoginInfo
Returns the login name(member name).
getLoginTime(String) - Method in interface pase.server.ServerAPI
Get the login time of the specified user Examples: var loginTime = Server.getLoginTime(memberName);
getLoginTime(String) - Method in class pe.pase.ClientRegistry
 
getLoginTimeForEIP(String) - Method in class pe.pase.ClientRegistry
 
getLogoutArtSave() - Method in class pe.pase.UserConfig
Get the setting of "logout artifact save"
getLogTime() - Method in class pe.pase.BBSMessageAnswerAccepted
 
getLogTime() - Method in class pe.pase.BBSMessageAnswerAcceptedLog
 
getLogTime() - Method in class pe.pase.BBSMessageClickLog
 
getLongitude() - Method in class fcomponent.FPosition
 
getLook() - Method in class fcomponent.FAccordionPanel
 
getLook() - Method in class fcomponent.FButton
 
getLook() - Method in class fcomponent.FCheckBox
 
getLook() - Method in class fcomponent.FComboBox
 
getLook() - Method in class fcomponent.FLabel
 
getLook() - Method in class fcomponent.FList
 
getLook() - Method in class fcomponent.FPanel
 
getLook() - Method in class fcomponent.FPasswordField
 
getLook() - Method in class fcomponent.FRadioButton
 
getLook() - Method in class fcomponent.FTextArea
 
getLook() - Method in class fcomponent.FTextField
 
getLook() - Method in class fcomponent.general.LabeledFormComponent
 
getLook() - Method in interface fcomponent.general.RubberStampComponent
 
getMailEncoding() - Method in class pe.pase.SerRuntimeEnv
 
getMailId() - Method in class pe.pase.MailLoginTimeStamp
 
getMailLoginTimeStamp(String) - Method in interface pe.pase.UtilityService
Gets the time value in milliseconds of TimeStamp.
getMailServer() - Method in class pe.pase.SerRuntimeEnv
Get the host of mail server.
getMailServerPort() - Method in class pe.pase.SerRuntimeEnv
 
getMailTemplateID() - Method in class pe.pase.TaskMailLink
 
getMainBorder() - Method in class fcomponent.general.LabeledFormComponent
 
getMainBorderColor() - Method in class fcomponent.general.LabeledFormComponent
 
getMainDep() - Method in class pe.pase.UserInfo
 
getMainRol() - Method in class pe.pase.UserInfo
 
getMainRoleID() - Method in class pe.pase.MemberRecord
Get the member main role
getManager(String) - Method in interface pase.server.ServerAPI
Get manager id by member id, role id, or department id.
getManager(String) - Method in class pe.pase.BasedClientAPI
 
getManager(String) - Method in interface pe.pase.ClientAPI
Get manager id by member id, role id, or department id.
getManager() - Method in class pe.pase.EIPBBSCategory
 
getManager(String) - Method in interface pe.pase.OrgService
Get manager id by member id, role id, or department id.
getManagerID() - Method in class pe.pase.AccessManager
 
getManagerID() - Method in class pe.pase.APWork
 
getManagerID() - Method in class pe.pase.Company
Get the company manager id
getManagerID() - Method in class pe.pase.Department
Get the department manager id
getManagerID() - Method in class pe.pase.EIPBBSCategory
 
getManagerID() - Method in class pe.pase.MeetingInfo
 
getManagerID() - Method in class pe.pase.PASEFreqAp
Returns the manager ID of the FreqAP.
getManagerID() - Method in class pe.pase.Project
Get the project manager id
getManagerMap() - Method in class pe.pase.APProject
 
getManagerName() - Method in class pe.pase.APWork
 
getManagerName() - Method in class pe.pase.EIPBBSCategory
 
getManagerName() - Method in class pe.pase.MeetingInfo
 
getManagerRole(String) - Method in interface pase.server.ServerAPI
Get manager role by the specified member, role or department ID.
getManagerRole(String) - Method in class pe.pase.BasedClientAPI
 
getManagerRole(String) - Method in interface pe.pase.ClientAPI
Get manager role by the specified member, role or department ID.
getManagerRole(String) - Method in interface pe.pase.OrgService
Return a data object of Manager Role by id
getManagerRole(String) - Method in interface pe.pase.ServerService
Return a data object of Manager Role by id
getManagers() - Method in class pe.pase.MeetingRoom
 
getManagersId() - Method in class pe.pase.APProject
 
getManagersId() - Method in class pe.pase.APTask
 
getManagersName() - Method in class pe.pase.APProject
 
getManagersName() - Method in class pe.pase.APTask
 
getManagersOfDRM(String) - Method in interface pase.server.ServerAPI
Get all manager id by member id, role id, or department id.
getManagersOfDRM(String) - Method in class pe.pase.BasedClientAPI
 
getManagersOfDRM(String) - Method in interface pe.pase.ClientAPI
Get all manager id by member id, role id, or department id.
getManagersOfDRM(String) - Method in interface pe.pase.OrgService
Get all manager id by member id, role id, or department id.
getManagersOutRange() - Method in class pe.pase.MeetingRoom
 
getManagersText() - Method in class pe.pase.MeetingRoom
 
getMapType() - Method in class fcomponent.FMap
 
getMapTypeOptions() - Static method in class fcomponent.util.BeanInfoUtilities
 
getMapTypeString() - Method in class fcomponent.FMap
 
getMarker() - Method in class fcomponent.FMap
 
getMarkerAddress() - Method in class fcomponent.FMap
 
getMarkerLatitude() - Method in class fcomponent.FMap
 
getMarkerLongitude() - Method in class fcomponent.FMap
 
getMarquee(String) - Method in interface pe.pase.FlowService
 
getMarqueeConfig(String) - Method in interface pe.pase.FlowService
 
getMarqueeData(String) - Method in interface pe.pase.FlowService
 
getMarqueeDataList(String) - Method in interface pe.pase.FlowService
 
getMarqueeEnable() - Method in class pe.pase.Marquee
 
getMarriage() - Method in class pe.pase.MemberRecord
Get the member Marriage State String, ,include "true","false",empty string for unfilled
getMax() - Method in class fcomponent.editor.spinedit.SpinEdit
 
getMaxClients() - Method in class pe.pase.SerRuntimeEnv
Get the max number of client can exist simultaneously.
getMaxConnection() - Method in class pe.pase.DbServer
 
getMaxLength() - Method in class fcomponent.textfield.AFPlainDocument
 
getMaxNum() - Method in class pe.pase.QuickVote
 
getMaxSQLParameterCharacters() - Method in class pe.pase.SerRuntimeEnv
 
getMaxValue() - Method in class fcomponent.textfield.NumericPlainDocument
 
getMbrId() - Method in class pe.pase.FreqMessage
 
getMbrSignGroupList(String) - Method in interface pe.pase.UtilityService
 
getMeetID() - Method in class pe.pase.MeetingInfo
 
getMeetingAutocompleteTagList(String, List<String>, String...) - Method in interface pe.pase.FlowService
 
getMeetingInfoByID(String, String) - Method in interface pe.pase.FlowService
 
getMeetingInfoCount(String, String, String, String) - Method in interface pe.pase.FlowService
 
getMeetingName() - Method in class pe.pase.MMShowDebate
 
getMeetingRecommendTagList(List<String>, String) - Method in interface pe.pase.FlowService
 
getMeetingRoomCountOfGroup(String) - Method in interface pe.pase.FlowService
 
getMeetingRoomOrGroupByID(String) - Method in interface pase.server.ServerAPI
get the MeetingRoom or RoomGroup of Meeting Management by ID
getMeetingRoomOrGroupByID(String) - Method in class pe.pase.BasedClientAPI
 
getMeetingRoomOrGroupByID(String) - Method in interface pe.pase.ClientAPI
Get the MeetingRoom
getMeetingRoomOrGroupByID(String) - Method in interface pe.pase.FlowService
 
getMeetingSearchPrompt(String, String) - Method in interface pe.pase.FlowService
 
getMeetingShowInfos(Map) - Method in interface pe.pase.FlowService
 
getMem_rol_ID() - Method in class pe.pase.ManagerInfo
 
getMem_rol_Name() - Method in class pe.pase.ManagerInfo
 
getMember(String) - Method in interface pase.server.ServerAPI
Get member by member id, login id, or user name.
getMember(String) - Method in class pe.pase.BasedClientAPI
 
getMember(String) - Method in interface pe.pase.ClientAPI
Get member by id, login id, or user name.
getMember(String) - Method in interface pe.pase.MonitorInfoProvider
 
getMember(String) - Method in interface pe.pase.OrgService
Return a data object of member by ID, LoginID, or Chinese-Name.
getMember() - Method in class pe.pase.RMItem
 
getMember(String) - Method in interface pe.pase.ServerService
Return a data object of member by ID, LoginID, or Chinese-Name.
getMemberAccess(String) - Method in interface pe.pase.AdminAPI
Get the content of AccessMember of user.
getMemberAccess() - Method in class pe.pase.BasedClientAPI
 
getMemberAccess() - Method in interface pe.pase.ClientAPI
Get current member function right Examples: var accessMember = Client.getMemberAccess(); //returns the AccessMember object
getMemberAccess(String) - Method in interface pe.pase.SecurityService
Get a member's domination regarding Agenda instance.
getMemberAccess(String) - Method in interface pe.pase.ServerService
 
getMemberAdminAccess(String) - Method in interface pe.pase.AdminAPI
Get the content of AccessAdmin of user.
getMemberAdminAccess(String) - Method in interface pe.pase.SecurityService
Get a member's domination instance regarding administration tools.
getMemberAdminAccess(String) - Method in interface pe.pase.ServerService
 
getMemberArtifactAccess(String) - Method in interface pe.pase.AdminAPI
Get the list of AccessArtifact of user.
getMemberArtifactAccess() - Method in class pe.pase.BasedClientAPI
 
getMemberArtifactAccess() - Method in interface pe.pase.ClientAPI
Deprecated. 
getMemberArtifactAccess(String) - Method in interface pe.pase.SecurityService
Deprecated.
getMemberArtifactAccess(String) - Method in interface pe.pase.ServerService
 
getMemberByCName(String) - Method in interface pase.server.ServerAPI
Get member by the specified user name.
getMemberByCName(String) - Method in class pe.pase.BasedClientAPI
 
getMemberByCName(String) - Method in interface pe.pase.ClientAPI
Get member by the specified user name.
getMemberByCName(String) - Method in interface pe.pase.OrgService
Return a data object of member by Chinese-Name
getMemberByCName(String) - Method in interface pe.pase.ServerService
Return a data object of member by Chinese-Name
getMemberByEmail(String) - Method in interface pase.server.ServerAPI
add for AF-3972 by Kai Get member by the specified user email.
getMemberByEmail(String) - Method in class pe.pase.BasedClientAPI
 
getMemberByEmail(String) - Method in interface pe.pase.ClientAPI
add for AF-3972 by Kai Get member by the specified user name.
getMemberByEmail(String) - Method in interface pe.pase.OrgService
add for AF-3972 by Kai Return a data object of member by Email
getMemberByEmail(String) - Method in interface pe.pase.ServerService
add for AF-3972 by Kai Return a data object of member by Email
getMemberByID(String) - Method in interface pase.server.ServerAPI
Get member by the specified member id.
getMemberByID(String) - Method in class pe.pase.BasedClientAPI
 
getMemberByID(String) - Method in interface pe.pase.ClientAPI
Get member by the specified member id.
getMemberByID(String) - Method in interface pe.pase.OrgService
Return a data object of member by ID
getMemberByID(String) - Method in interface pe.pase.ServerService
Return a data object of member by ID
getMemberByName(String) - Method in interface pase.server.ServerAPI
Get member by the specified login id.
getMemberByName(String) - Method in class pe.pase.BasedClientAPI
 
getMemberByName(String) - Method in interface pe.pase.ClientAPI
Get member by the specified login id.
getMemberByName(String) - Method in interface pe.pase.OrgService
Return a data object of member by LoginID
getMemberByName(String) - Method in interface pe.pase.ServerService
Return a data object of member by LoginID
getMemberConflictMeeting(MemberRecord, String, String, String, String) - Method in interface pe.pase.FlowService
 
getMemberDesignerAccess(String) - Method in interface pe.pase.SecurityService
Get a member's domination instance at Designer.
getMemberDesignerAccessList(String) - Method in interface pe.pase.SecurityService
Get a member's domination instance at Studio Designer.
getMemberDR(String) - Method in class pe.pase.MemberRecord
Get the instance of memberDR with the specified role id
getMemberID() - Method in class pe.pase.AccessAdmin
Get id of the member who owns the access right.
getMemberID() - Method in class pe.pase.AccessAdminArtifact
Get id of the member who owns the access right.
getMemberID() - Method in class pe.pase.AccessAdminOrg
Get id of the member who owns the access right.
getMemberID() - Method in class pe.pase.AccessAdminTask
Get id of the member who owns the access right.
getMemberID() - Method in class pe.pase.AccessArtifact
Get id of the member who owns the access right.
getMemberID() - Method in class pe.pase.AccessLayoutOrg
Get id of the member who owns the access right.
getMemberID() - Method in class pe.pase.AccessMember
Get id of the member who owns the access right.
getMemberID() - Method in class pe.pase.AccessOnLineUser
Get id of the member who owns the access right.
getMemberID() - Method in class pe.pase.AccessSchedule
Get id of the member who owns the access right.
getMemberID() - Method in class pe.pase.AccessTask
Get id of the member who owns the access right.
getMemberId() - Method in class pe.pase.BBSBoardInfo
 
getMemberId() - Method in class pe.pase.BBSMessage
 
getMemberID() - Method in class pe.pase.BBSMessageAnswerAcceptedLog
 
getMemberID() - Method in class pe.pase.BBSMessageClickLog
 
getMemberID() - Method in class pe.pase.BBSMessageStar
 
getMemberID() - Method in class pe.pase.BBSMessageVote
 
getMemberID() - Method in class pe.pase.DesignerAccess
get member id
getMemberId() - Method in class pe.pase.MemberDRM
 
getMemberID() - Method in class pe.pase.PASESharedFileMember
 
getMemberId() - Method in class pe.pase.PersonalConfig
 
getMemberID() - Method in class pe.pase.Task
Get the member id of the process instantiates the task
getMemberID() - Method in class pe.pase.TinyTask
Get the member id of the process instantiates the task
getMemberID() - Method in class taskattachedfile.TaskAttachedFilePanel
 
getMemberIdList() - Method in class pe.pase.AFGroup
 
getMemberIDList(List) - Method in interface pe.pase.OrgService
 
getMemberIdList() - Method in class pe.pase.PASEGroup
 
getMemberInfoByTree(int, int, int, int) - Method in class pe.pase.BasedClientAPI
 
getMemberInfoByTree(int, int, int, int) - Method in interface pe.pase.ClientAPI
Show the dialog of organization tree and return member info.
getMemberList() - Method in class pe.pase.PASEGroup
Returns a list that each element is an id.
getMemberList() - Method in class pe.pase.PASESharedFile
 
getMemberList() - Method in class pe.pase.Role
Get all members of the role
getMemberListOfPASEGroup(String) - Method in interface pe.pase.SecurityService
Get all member ID in a PASEGroup.
getMemberListOfPASEGroup(String) - Method in interface pe.pase.ServerService
 
getMemberMap() - Method in class pe.pase.APProject
 
getMemberName() - Method in class pe.pase.BBSMessageAnswerAcceptedLog
 
getMemberName() - Method in class pe.pase.BBSMessageClickLog
 
getMemberName() - Method in class pe.pase.BBSMessageVote
 
getMemberName() - Method in class pe.pase.PASESharedFileMember
 
getMemberName() - Method in class pe.pase.TinyTask
 
getMemberName() - Method in class taskattachedfile.TaskAttachedFileInfo
 
getMemberName() - Method in class taskattachedfile.TaskAttachedFilePanel
 
getMemberNane() - Method in class pe.pase.MemberDRM
 
getMemberOnLineAccess(String) - Method in interface pe.pase.AdminAPI
Get the content of AccessOnLineUser of user.
getMemberOnLineAccess() - Method in class pe.pase.BasedClientAPI
 
getMemberOnLineAccess() - Method in interface pe.pase.ClientAPI
Deprecated. 
getMemberOnLineAccess(String) - Method in interface pe.pase.SecurityService
Deprecated.
getMemberOnLineAccess(String) - Method in interface pe.pase.ServerService
 
getMemberRecord(String) - Method in class pe.pase.PASEOrgModel
Get the instance of MemberRecord with the specified member id
getMembers(Vector) - Method in class pe.pase.PASEOrgModel
Get the members with the set of the specified member id
getMembersId() - Method in class pe.pase.APProject
 
getMembersName() - Method in class pe.pase.APProject
 
getMemberTask(String) - Method in class pe.pase.BasedClientAPI
 
getMemberTask(String) - Method in interface pe.pase.ClientAPI
Deprecated. 
getMemberTaskAccess(String) - Method in interface pe.pase.AdminAPI
Get the list of AccessTask of user.
getMemberTaskAccess() - Method in class pe.pase.BasedClientAPI
 
getMemberTaskAccess() - Method in interface pe.pase.ClientAPI
Deprecated. 
getMemberTaskAccess(String) - Method in interface pe.pase.SecurityService
Deprecated.
getMemberTaskAccess(String) - Method in interface pe.pase.ServerService
 
getMemberUserNameByID(String) - Method in interface pe.pase.OrgService
UP-67 add by Caspar Return a data object of member by Email
getMemeberId() - Method in class pe.pase.OutLink
 
getMemId() - Method in class pe.pase.AFNotificationPush
 
getMemID() - Method in class pe.pase.APProjectMessage
 
getMemID(String) - Method in class pe.pase.BasedClientAPI
 
getMemID(String) - Method in interface pe.pase.ClientAPI
Get member id by the specified login id Examples: var memID = Client.getMemID("Jacky");
getMemID() - Method in class pe.pase.DeputyRule
Get the member id
getMemId() - Method in class pe.pase.DeviceInfo
 
getMemID() - Method in class pe.pase.EIPLayoutPersonal
Get the member id
getMemID() - Method in class pe.pase.LoginInfo
 
getMemID() - Method in class pe.pase.PasswordManagement
Get the member id
getMemID() - Method in class pe.pase.RMSearchCondition
 
getMemID() - Method in class pe.pase.TaskMailLinkReceiver
 
getMemID() - Method in class pe.pase.UserCronEntry
 
getMemId() - Method in class pe.pase.WebServiceStart
 
getMemMap() - Method in class pe.pase.PASEOrgModel
Get the member map
getMemName() - Method in class pe.pase.APProjectMessage
 
getMemoryInfo() - Method in interface pe.pase.UtilityService
get the memory information of PASE.
getMenuBG() - Method in class pe.pase.EIPColorTheme
 
getMenuBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getMenuBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getMenuBorder() - Method in class pe.pase.EIPColorTheme
 
getMenuGroupID() - Method in class pe.pase.EIPLayoutTabs
Get the menu group id
getMenuGroupID() - Method in class pe.pase.EIPTabDefine
Get the menu group id
getMenuHeaderBGImg() - Method in class pe.pase.EIPColorThemeTemplate
 
getMenuHoverBG() - Method in class pe.pase.EIPColorTheme
 
getMenuHoverBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getMenuHoverBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getMenuHoverText() - Method in class pe.pase.EIPColorTheme
 
getMenuHoverText() - Method in class pe.pase.EIPColorThemeTemplate
 
getMenuNameText() - Method in class pe.pase.EIPColorThemeTemplate
 
getMenuRoleText() - Method in class pe.pase.EIPColorThemeTemplate
 
getMenuSelectBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getMenuSelectBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getMenuSelectText() - Method in class pe.pase.EIPColorThemeTemplate
 
getMenuText() - Method in class pe.pase.EIPColorTheme
 
getMenuText() - Method in class pe.pase.EIPColorThemeTemplate
 
getMenuToggleBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getMenuToggleText() - Method in class pe.pase.EIPColorThemeTemplate
 
getMessage() - Method in exception fcomponent.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error fcomponent.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class pe.pase.AccessAdmin
Get the message option
getMessage() - Method in class pe.pase.AccessMember
Get the message option
getMessage() - Method in class pe.pase.FormForward
 
getMessage() - Method in class pe.pase.FreqMessage
 
getMessageAuthor() - Method in class pe.pase.WorkDiaryMsgInfo
 
getMessageBG() - Method in class pe.pase.EIPColorTheme
 
getMessageBody() - Method in class pe.pase.WorkDiaryMsgInfo
 
getMessageBorder() - Method in class pe.pase.EIPColorTheme
 
getMessageBoxBG() - Method in class pe.pase.EIPColorTheme
 
getMessageBoxBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getMessageBoxBorder() - Method in class pe.pase.EIPColorTheme
 
getMessageBoxHoverBG() - Method in class pe.pase.EIPColorTheme
 
getMessageBoxHoverBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getMessageBoxHoverBorder() - Method in class pe.pase.EIPColorTheme
 
getMessageBoxHoverText() - Method in class pe.pase.EIPColorTheme
 
getMessageBoxNumber() - Method in class pe.pase.EIPColorTheme
 
getMessageBoxSelectBG() - Method in class pe.pase.EIPColorTheme
 
getMessageBoxSelectBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getMessageBoxSelectBorder() - Method in class pe.pase.EIPColorTheme
 
getMessageBoxSelectText() - Method in class pe.pase.EIPColorTheme
 
getMessageBoxText() - Method in class pe.pase.EIPColorTheme
 
getMessageBoxZero() - Method in class pe.pase.EIPColorTheme
 
getMessageCount() - Method in class pe.pase.MMShowDebate
 
getMessageCount() - Method in class pe.pase.WorkDiaryInfo
 
getMessageDeletePolicy() - Method in class pe.pase.BBSBoard
 
getMessageDeletePolicyNumber() - Method in class pe.pase.BBSBoard
 
getMessageEditTime() - Method in class pe.pase.WorkDiaryMsgInfo
 
getMessageID() - Method in class pe.pase.APProjectMessage
 
getMessageID() - Method in class pe.pase.BBSBoardInfo
 
getMessageID() - Method in class pe.pase.BBSMessageAnswerAccepted
 
getMessageID() - Method in class pe.pase.BBSMessageAnswerAcceptedLog
 
getMessageID() - Method in class pe.pase.BBSMessageClickLog
 
getMessageID() - Method in class pe.pase.BBSMessageStar
 
getMessageID() - Method in class pe.pase.BBSMessageVote
 
getMessageID() - Method in class pe.pase.WorkDiaryMsgInfo
 
getMessageInfo(String) - Method in interface pe.pase.UtilityService
 
getMessageKey() - Method in class fcomponent.AFExcelExporter
 
getMessageKey() - Method in class fcomponent.AFExcelImporter
 
getMessageKey() - Method in class fcomponent.FButton
 
getMessageKey() - Method in class fcomponent.FCheckBox
 
getMessageKey() - Method in class fcomponent.FLabel
 
getMessageKey() - Method in class fcomponent.FRadioButton
 
getMessageMemID() - Method in class pe.pase.WorkDiaryMsgInfo
 
getMessageSysTitleBG() - Method in class pe.pase.EIPColorTheme
 
getMessageSysTitleBorder() - Method in class pe.pase.EIPColorTheme
 
getMessageSysTitleText() - Method in class pe.pase.EIPColorTheme
 
getMessageText() - Method in class pe.pase.EIPColorTheme
 
getMessageTitleBG() - Method in class pe.pase.EIPColorTheme
 
getMessageTitleBorder() - Method in class pe.pase.EIPColorTheme
 
getMessageTitleText() - Method in class pe.pase.EIPColorTheme
 
getMethod() - Method in class pe.pase.OrgRecord
 
getMethodDescriptors() - Method in class fcomponent.PlugInBeanInfo
 
getMethodList() - Method in class pe.pase.EFormListener
 
getMethodName() - Method in class pe.pase.EFormScript
 
getMFC() - Method in class pe.pase.MemberRecord
Get the monitor filter condition from member user config
getMFC() - Method in class pe.pase.UserConfig
Get the monitor filter condition
getMilitaryService() - Method in class pe.pase.MemberRecord
Get the member MilitaryService
getMin() - Method in class fcomponent.editor.spinedit.SpinEdit
 
getMinConnection() - Method in class pe.pase.DbServer
 
getMinExpandLevel() - Method in class fcomponent.FTree
 
getMinimumComponentSize() - Method in class fcomponent.FChoiceBox
 
getMinimumComponentSize() - Method in class fcomponent.general.LabeledFormComponent
 
getMinimumLabelSize() - Method in class fcomponent.general.LabeledFormComponent
 
getMinimumRowHeight(Component) - Method in class fcomponent.FAccordionPanel
 
getMinimumRowHeight(Component) - Method in class fcomponent.FPanel
 
getMinimumRowHeight(Component) - Method in interface fcomponent.general.EForm2Container
 
getMinimumRowHeight(int) - Method in class fcomponent.util.RowFlowLayoutInfo
 
getMinimumRowHeights() - Method in class fcomponent.util.RowFlowLayoutInfo
 
getMinimumRowWidth(int) - Method in class fcomponent.util.RowFlowLayoutInfo
 
getMinimumRowWidths() - Method in class fcomponent.util.RowFlowLayoutInfo
 
getMinimumSize() - Method in class fcomponent.FAccordionPanel
 
getMinimumSize() - Method in class fcomponent.FPanel
 
getMinimumSize() - Method in class fcomponent.general.LabeledFormComponent
 
getMinimumSize() - Method in class fcomponent.jbarcodebean.JBarcodeBean
Accessor method for minimumSize property.
getMinValue() - Method in class fcomponent.textfield.NumericPlainDocument
 
getMobileForm(String) - Method in class pe.pase.Artifact
 
getMobileFormByArtStateName(String) - Method in class pe.pase.Artifact
 
getMobileFormItemConstraints(String) - Method in class pe.pase.MobileForm
 
getMobileForms() - Method in class pe.pase.Artifact
 
getMobilephone() - Method in class pe.pase.MemberRecord
Get the member Mobilephone
getModalContentBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getModalTitleBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getMode() - Method in class pe.pase.ATask
Get the task mode.
getMode() - Method in class pe.pase.ImageSlider
 
getMode() - Method in class pe.pase.Marquee
 
getModel() - Method in class fcomponent.editableimage.EditableImageLabel
 
getModel() - Method in class fcomponent.FList
 
getModifiedTime() - Method in class pe.pase.PASESharedFile
 
getModifiedTime() - Method in class pe.pase.WebADMACL
 
getModuleID() - Method in class pe.pase.EIPLayoutPortlets
Get the module id
getModuleID() - Method in class pe.pase.EIPLayoutTabs
Get the module id
getModuleID() - Method in class pe.pase.EIPPortletDefine
Get the module id
getModuleID() - Method in class pe.pase.EIPTabDefine
Get the module id
getModuleList() - Method in class pe.pase.SaaSLicense
 
getMonitor() - Method in class pe.pase.AccessAdmin
Get the monitor option
getMonitor() - Method in class pe.pase.AccessMember
Get the monitor option
getMonitorRelation() - Method in class pe.pase.Task
 
getMONITORTYPE() - Method in class pe.pase.SerRuntimeEnv
 
getMouseEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getMouseMotionEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getMsg() - Method in class pe.pase.AddCSResultData
 
getMsg() - Method in class pe.pase.CSResultData
 
getMsg() - Method in class pe.pase.PASEMessage
Get the content of message
getMsg() - Method in interface pe.pase.ResultData
 
getMsgCount() - Method in class pe.pase.APProject
 
getMsgCount() - Method in class pe.pase.BBSBoard
 
getMsgId() - Method in class pe.pase.AFNotificationPush
 
getMsgID() - Method in class pe.pase.PASEMessage
Get the message id
getMsgType() - Method in class pe.pase.ClientMessage
Get the message type
getMsgType() - Method in class pe.pase.PASEMessage
Get the type of message
getMulitCompanyAutocompleteTagList(List<String>, String, String, List<String>) - Method in interface pe.pase.UtilityService
 
getMulitCompanyRecommendTagList(List<String>, String, List<String>, int) - Method in interface pe.pase.UtilityService
 
getMultiLangStr() - Method in class pe.pase.Category
 
getMultiLanguageMap() - Method in class pe.pase.Task
 
getMultiLine() - Method in class fcomponent.FLabel
 
getMultiLineData() - Method in class fcomponent.FTable
 
getMultiLineData() - Method in class fcomponent.FTableScrollPane
 
getMultiOrgNum() - Method in class pe.pase.SaaSLicense
 
getMultiOrgPermList() - Method in interface pe.pase.SecurityService
 
getMultiOrgPermLoginIDList() - Method in interface pe.pase.SecurityService
 
getMultiServerACL(String, String) - Method in interface pe.pase.SecurityService
 
getMyBorder() - Method in class fcomponent.AFExcelExporter
 
getMyBorder() - Method in class fcomponent.AFExcelImporter
 
getMyBorder() - Method in class fcomponent.FComboBox
Set the poperty 'savable' of MyComboBox
getMyBorder() - Method in class fcomponent.FLabel
 
getMyID() - Method in class pe.pase.Company
Get the company MyID
getMyID() - Method in class pe.pase.Department
Get the department user-defined id
getMyID() - Method in class pe.pase.MemberRecord
Get the member user-defined id
getMyID() - Method in class pe.pase.PASEartInstance
Get the artifact instance serial number
getMyID() - Method in class pe.pase.Project
Get the project user-define id
getMyID() - Method in class pe.pase.Role
Get the role user-define id
getMyID() - Method in class pe.pase.TranslateArtIns
Get the artifact user-define id
getMyID() - Method in class pe.pase.UserInfo
 
getMyScrolling(int) - Method in class fcomponent.FIframe
蛌遙scrolling
getMyTaskListLayout() - Method in interface pe.pase.FlowService
 
getMyText() - Method in class fcomponent.table.renderer.WrappedLabel
 
getName() - Method in class fcomponent.ColumnsHeaderNode
 
getName() - Method in class fcomponent.FAccordionPanel
 
getName() - Method in class fcomponent.FTableImportExcel
 
getName() - Method in class fcomponent.FTableScrollPane
 
getName() - Method in interface fcomponent.general.FormComponent
 
getName() - Method in class fcomponent.general.LabeledFormComponent
 
getName() - Method in class pe.pase.AddCSResultData
 
getName() - Method in class pe.pase.AFGroup
 
getName() - Method in class pe.pase.AFSpider
 
getName() - Method in class pe.pase.APProject
 
getName() - Method in class pe.pase.APTask
 
getName() - Method in class pe.pase.ArtFormItem
Get the name of the artifact form item.
getName() - Method in class pe.pase.Artifact
Get the artifact name
getName(String) - Method in class pe.pase.Artifact
 
getName() - Method in class pe.pase.ArtifactToPdfAdapterDBProcess
 
getName() - Method in class pe.pase.BBSBoard
 
getName() - Method in class pe.pase.Category
 
getName() - Method in class pe.pase.Company
Get the company name
getName() - Method in class pe.pase.CSInstance
Get the CSInstance name
getName() - Method in class pe.pase.CSResultData
 
getName() - Method in class pe.pase.DBAdapterDBProcess
 
getName() - Method in class pe.pase.DBParameter
 
getName() - Method in class pe.pase.DBProcess
Get the process name
getName(String) - Method in class pe.pase.DBProcess
 
getName() - Method in class pe.pase.DbServer
 
getName() - Method in class pe.pase.Department
Get the department name
getName() - Method in class pe.pase.DTTemplate
 
getName() - Method in class pe.pase.EFormListener
 
getName(Locale) - Method in class pe.pase.EIPLayout
 
getName() - Method in class pe.pase.FileServerAdapterDBProcess
 
getName() - Method in class pe.pase.FreqMessage
 
getName() - Method in class pe.pase.Link
 
getName() - Method in class pe.pase.MailNotifyAdapterDBProcess
 
getName() - Method in class pe.pase.MeetingRoom
 
getName() - Method in class pe.pase.MemberRecord
Get the member name
getName() - Method in class pe.pase.OutLink
 
getName() - Method in class pe.pase.PASEartInstance
Get the artifact instance name
getName(String) - Method in class pe.pase.PASEartInstance
 
getName() - Method in class pe.pase.PASEartState
Get the artifact state name
getName(String) - Method in class pe.pase.PASEartState
 
getName() - Method in class pe.pase.PASEFreqAp
 
getName() - Method in class pe.pase.PASEFreqApNode
 
getName() - Method in class pe.pase.PASEGroup
 
getName() - Method in class pe.pase.PASEProcess
Get the process name
getName() - Method in class pe.pase.PASESharedFile
 
getName() - Method in class pe.pase.Project
Get the project name
getName(String) - Method in class pe.pase.Project
 
getName() - Method in interface pe.pase.ResultData
 
getName() - Method in class pe.pase.RMItem
 
getName() - Method in class pe.pase.Role
Get the role name
getName() - Method in class pe.pase.SqlCmd
 
getName() - Method in class pe.pase.Task
Get the task name
getName(String) - Method in class pe.pase.Task
 
getName() - Method in class pe.pase.TinyTask
 
getName() - Method in class pe.pase.TranslateArtIns
Get the artifact name
getName() - Method in class pe.pase.UnitType
 
getName() - Method in class pe.pase.UserInfo
 
getName() - Method in class pe.pase.WebServiceDBProcess
 
getName() - Method in class pe.pase.WebServiceServer
 
getName() - Method in class pe.pase.WSParameter
 
getName() - Method in class taskattachedfile.PermittedMember
 
getNamedUserNum() - Method in class pe.pase.SaaSLicense
 
getNameUserWithoutResignationAndDenyLoginForSaaS(String, List) - Method in interface pe.pase.OrgService
 
getNarrowestBarWidth() - Method in class fcomponent.jbarcodebean.JBarcodeBean
Accessor method for the narrowestBarWidth property, which determines the width (in pixels) of the narrowest bar in the barcode.
getNationality() - Method in class pe.pase.MemberRecord
Get the member Nationality
getNeedNotifyWork(Map) - Method in interface pe.pase.FlowService
 
getNewAclID() - Method in interface pe.pase.UtilityService
get new WebADMACL id.
getNewAFGroupID() - Method in interface pe.pase.UtilityService
 
getNewArtInsID() - Method in class pe.pase.BasedClientAPI
 
getNewArtInsID() - Method in interface pe.pase.ClientAPI
Create a new artifact instance id Examples: var newArtID = Client.getNewArtInsID();
getNewArtInsID() - Method in interface pe.pase.ServerService
 
getNewArtInsID() - Method in interface pe.pase.UtilityService
Genrate a new Artifact Instance ID.
getNewBBSMsgID() - Method in interface pe.pase.ServerService
 
getNewBBSMsgID() - Method in interface pe.pase.UtilityService
Genrate a new BBSMessage ID.
getNewBookingEventID() - Method in interface pe.pase.UtilityService
 
getNewCmpPanel() - Method in class fcomponent.FTableScrollPane
Deprecated. 
getNewDayId() - Method in interface pe.pase.UtilityService
Generate a new Day ID.
getNewEmailTemplateID() - Method in interface pe.pase.UtilityService
 
getNewFileID() - Method in class pe.pase.BasedClientAPI
 
getNewFileID() - Method in interface pe.pase.ClientAPI
Create a new attached file id Examples: var newfileID = Client.getNewFileID();
getNewFileID() - Method in interface pe.pase.ServerService
 
getNewFileID() - Method in interface pe.pase.UtilityService
Genrate a new file ID.
getNewFileID() - Method in class taskattachedfile.TaskAttachedFilePanel
 
getNewFreqMessageID() - Method in interface pe.pase.UtilityService
 
getNewGroupSignID() - Method in interface pe.pase.UtilityService
Generate a new GroupSign ID
getNewIdGeneratorID(String, String, int) - Method in interface pe.pase.FlowService
 
getNewMailId() - Method in interface pase.server.ServerAPI
New a key id for MailLoginTimeStamp object.
getNewMsgID() - Method in interface pe.pase.ServerService
 
getNewMsgID() - Method in interface pe.pase.UtilityService
Genrate a new PASEMessage ID.
getNewMultiAeppServerID() - Method in interface pe.pase.UtilityService
 
getNewOfficeHourId() - Method in interface pe.pase.UtilityService
Generate a new OfficeHour ID.
getNewPASEMessageNotify() - Method in class pe.pase.UserConfig
Get the setting of "new PASEMessage notify"
getNewProcessMapCategoryID() - Method in interface pe.pase.UtilityService
 
getNewTaskID() - Method in interface pe.pase.ServerService
 
getNewTaskID() - Method in interface pe.pase.UtilityService
Genrate a new task ID.
getNewTaskMailLinkID() - Method in interface pase.server.ServerAPI
 
getNewTaskMailLinkReceiverID() - Method in interface pase.server.ServerAPI
 
getNewTaskNotify() - Method in class pe.pase.UserConfig
Get the setting of "new task notify"
getNewWorkDiaryID() - Method in interface pe.pase.FlowService
 
getNewWorkDiaryMsgID() - Method in interface pe.pase.FlowService
 
getNewWorkingDayId() - Method in interface pe.pase.UtilityService
Generate a new WorkingDay ID.
getNewWorkingDayTemplateId() - Method in interface pe.pase.UtilityService
Generate a new WorkingDayTemplate ID.
getNextManager(MemberRecord) - Method in class pe.pase.BasedClientAPI
 
getNextManager(MemberRecord, int) - Method in class pe.pase.BasedClientAPI
 
getNextManager(MemberRecord) - Method in interface pe.pase.ClientAPI
Get Next manger with the specified MemberRecord
getNextManager(MemberRecord, int) - Method in interface pe.pase.ClientAPI
Get Next manger with the specified MemberRecord and level of unit type
getNextManager(MemberRecord) - Method in interface pe.pase.OrgService
Get Next manger with the specified MemberRecord
getNextManager(MemberRecord, int) - Method in interface pe.pase.OrgService
Get Next manger with the specified MemberRecord and level of unit type
getNextManagerByID(String) - Method in class pe.pase.BasedClientAPI
 
getNextManagerByID(String, int) - Method in class pe.pase.BasedClientAPI
 
getNextManagerByID(String) - Method in interface pe.pase.ClientAPI
Get Next manger with the specified member id
getNextManagerByID(String, int) - Method in interface pe.pase.ClientAPI
Get Next manger with the specified member id and level of unit type
getNextManagerByID(String) - Method in interface pe.pase.OrgService
Get Next manger with the specified member id
getNextManagerByID(String, int) - Method in interface pe.pase.OrgService
Get Next manger with the specified member id and level of unit type
getNextManagerByLoginID(String) - Method in class pe.pase.BasedClientAPI
 
getNextManagerByLoginID(String, int) - Method in class pe.pase.BasedClientAPI
 
getNextManagerByLoginID(String) - Method in interface pe.pase.ClientAPI
Get Next manger with the specified member's login id
getNextManagerByLoginID(String, int) - Method in interface pe.pase.ClientAPI
Get Next manger with the specified member's login id and level of unit type
getNextManagerByLoginID(String) - Method in interface pe.pase.OrgService
Get Next manger with the specified member's login id
getNextManagerByLoginID(String, int) - Method in interface pe.pase.OrgService
Get Next manger with the specified member's login id and level of unit type
getNextManagerByNo(String) - Method in class pe.pase.BasedClientAPI
 
getNextManagerByNo(String, int) - Method in class pe.pase.BasedClientAPI
 
getNextManagerByNo(String) - Method in interface pe.pase.ClientAPI
Get Next manger with the specified member No.
getNextManagerByNo(String, int) - Method in interface pe.pase.ClientAPI
Get Next manger with the specified member No. and level of unit type
getNextManagerByNo(String) - Method in interface pe.pase.OrgService
Get Next manger with the specified member No.
getNextManagerByNo(String, int) - Method in interface pe.pase.OrgService
Get Next manger with the specified member No. and level of unit type
getNextToken() - Method in class fcomponent.parser.ComputeExpression
 
getNextToken() - Method in class fcomponent.parser.ComputeExpressionTokenManager
 
getNodeByKey(String) - Method in class fcomponent.FTree
 
getNodeByKey(String, DefaultMutableTreeNode) - Method in class fcomponent.FTree
 
getNodeName() - Method in class pe.pase.SerRuntimeEnv
 
getNodeState() - Method in class pe.pase.PASEProcessNode
 
getNodeType() - Method in class pe.pase.PASEProcessNode
 
getNoRolMemIdListOfCom(String) - Method in interface pe.pase.OrgService
Get the sub no role member id list of Company.
getNote() - Method in class pe.pase.CSInstance
Get the addas note of CSInstance
getNote() - Method in class pe.pase.DTTemplate
 
getNote() - Method in class pe.pase.MeetingRoom
 
getNote() - Method in class pe.pase.RMItem
 
getNote() - Method in class pe.pase.WebServiceServer
 
getNotice() - Method in class pe.pase.MeetingInfo
 
getNoticeName() - Method in class pe.pase.MeetingInfo
 
getNoticeTimes() - Method in class pe.pase.MeetingInfo
 
getNotifyMailContent() - Method in class pe.pase.DBProcess
Get the mail content sent while the process is email-notify
getNotifyMailList() - Method in class pe.pase.MailNotifyAdapterDBProcess
 
getNotifyMailSubject() - Method in class pe.pase.DBProcess
Get the mail subject sent while the process is email-notify
getNotifyOrgRoleMailList() - Method in class pe.pase.MailNotifyAdapterDBProcess
 
getNotifyPrjRoleMailList() - Method in class pe.pase.MailNotifyAdapterDBProcess
 
getNotifyType() - Method in class pe.pase.AFNotificationPush
 
getNotWaitCProIDList() - Method in class pe.pase.GatherProcess
 
getNumberInput() - Method in class fcomponent.FTextField.FTextFieldDocument
 
getNumberOutput() - Method in class fcomponent.FTextField.FTextFieldDocument
 
getNumdays() - Method in class pe.pase.RMManageInfo
 
getObjectAtColumn(int) - Method in class pe.pase.BBSMessage
Get the object with the specified column
getObjectAtColumn(int) - Method in interface pe.pase.Listable
 
getObjectByAccessName(String) - Method in interface fcomponent.general.Form
 
getObjType() - Method in exception pe.pase.CreateObjException
 
getOddRowColor() - Method in class fcomponent.FTable
 
getOddRowColor() - Method in class fcomponent.FTableScrollPane
 
getOddRowColor() - Method in class fcomponent.QueryCondition
 
getOddRowColor() - Method in class fcomponent.TableColors
 
getOddRowColor() - Method in class fcomponent.TableUIParameters
 
getOfficePhone() - Method in class pe.pase.MemberRecord
Get the member Office Phone
getOfflineReadonly() - Method in class pe.pase.AFTVElementVO
 
getOKActionEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getOnBoardDate() - Method in class pe.pase.MemberRecord
Get the member On Board Date
getOneCompanyByName(String) - Method in interface pe.pase.OrgService
Return a data object of Company by Chinese-Name
getOneCompanyByName(String) - Method in interface pe.pase.ServerService
Return a data object of Company by Chinese-Name
getOneDepartmentByName(String) - Method in interface pase.server.ServerAPI
Get department by the specified department name.
getOneDepartmentByName(String) - Method in class pe.pase.BasedClientAPI
 
getOneDepartmentByName(String) - Method in interface pe.pase.ClientAPI
Get department by the specified department Name.
getOneDepartmentByName(String) - Method in interface pe.pase.OrgService
Return a data object of Department by Chinese-Name
getOneDepartmentByName(String) - Method in interface pe.pase.ServerService
Return a data object of Department by Chinese-Name
getOneRoleByName(String) - Method in interface pase.server.ServerAPI
Get role by the specified role name.
getOneRoleByName(String) - Method in class pe.pase.BasedClientAPI
 
getOneRoleByName(String) - Method in interface pe.pase.ClientAPI
Get one role by the specified role name.
getOneRoleByName(String) - Method in interface pe.pase.OrgService
Return a data object of Role by Chinese-Name
getOneRoleByName(String) - Method in interface pe.pase.ServerService
Return a data object of Role by Chinese-Name
getOnLineAdminUser() - Method in interface pe.pase.AdminAPI
Get the on-line admin user list.
getOnlineAdminUser() - Method in interface pe.pase.ServerService
 
getOnlineAdminUser() - Method in interface pe.pase.UtilityService
Get all online administration tool user.
getOnLineUnderUser() - Method in class pe.pase.BasedClientAPI
 
getOnLineUnderUser() - Method in interface pe.pase.ClientAPI
Deprecated. 
getOnLineUser() - Method in class pe.pase.AccessAdmin
Get the on line user option
getOnLineUser() - Method in class pe.pase.AccessMember
Get the on line user option
getOnLineUser() - Method in interface pe.pase.AdminAPI
Get the on-line user list.
getOnLineUser() - Method in class pe.pase.BasedClientAPI
 
getOnLineUser() - Method in interface pe.pase.ClientAPI
Get all on-line member list Examples: var onlineUserList = Client.getOnLineUser(); for(var i = 0;i < onlineUserList.size();i++) { var member = onlineUserList.get(i); //returns MemberRecord object }
getOnlineUser() - Method in interface pe.pase.ServerService
 
getOnlineUser() - Method in interface pe.pase.UtilityService
Get all online Agenda user.
getOnlineUserLoginTime() - Method in interface pase.server.ServerAPI
Get the all online users' login time Examples: var userLoginTime = Server.getOnlineUserLoginTime();
getOnlineUserLoginTime() - Method in class pe.pase.ClientRegistry
 
getOnlineUserLoginTimeForEIP() - Method in class pe.pase.ClientRegistry
 
getOp() - Method in class pe.pase.FilterCondition.Entity
 
getOpenFormActionEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getOpenFormUIActionEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getOpenQuestionnaireListByCompany(Vector) - Method in interface pe.pase.ActivityService
 
getOpenTarget() - Method in class pe.pase.Link
 
getOperateAction() - Method in class pe.pase.TinyTask
 
getOperateRemarks() - Method in class pe.pase.Task
 
getOperateTime() - Method in class pe.pase.Task
 
getOperatingIndex() - Method in class fcomponent.TabNameVector
 
getOperationName() - Method in class pe.pase.WebServiceDBProcess
 
getOperatorIP() - Method in class pe.pase.Task
 
getOperatorMemID() - Method in class pe.pase.Task
 
getOperatorShowName() - Method in class pe.pase.TinyTask
 
getOpinion() - Method in class pe.pase.BBSMessageVote
 
getOprArtifact() - Method in class pe.pase.DBProcess
The recent Agentflow System only support one OprArtifact, so the method is used to get the only one operation artifact's id.
getOprArtifactList() - Method in class pe.pase.DBProcess
Get the list of operation artifacts' id
getOprArtifactList() - Method in class pe.pase.Task
Get the lists of operation artifact
getOptionItem(String) - Method in interface pe.pase.ActivityService
 
getOptionList(String) - Method in interface pe.pase.ActivityService
The implement method should get option list by the given question id.
getOptions() - Method in class fcomponent.FChoiceBox
 
getOptionsPane() - Method in class fcomponent.FChoiceBox
 
getOptionTemplateIdList() - Method in interface pe.pase.ActivityService
The implement method should return option template id list.
getOptionUiSize() - Method in class fcomponent.FChoiceBox
 
getOptionVector() - Method in class fcomponent.ColumnsHeaderNode
 
getOrder() - Method in class fcomponent.DatatablesConfig
 
getOrder() - Method in class pe.pase.ArtFormItem
 
getOrderedDisplayColumns() - Method in class fcomponent.QueryCondition
 
getOrderedDisplayColumnsItemID() - Method in class fcomponent.QueryCondition
 
getOrderedDisplayColumnsName() - Method in class fcomponent.QueryCondition
 
getOrderNumberByMarquee() - Method in class pe.pase.Marquee
 
getOrg() - Method in class pe.pase.AccessAdmin
Get the organization option.
getOrgAll() - Method in class pe.pase.AccessAdmin
 
getOrgID() - Method in class pe.pase.FunctionAccess
 
getOrgID() - Method in class pe.pase.FunctionACL
 
getOrgId() - Method in class pe.pase.ScheduleEvent
 
getOrgIDList() - Method in class pe.pase.ScheduleSearchCondition
 
getOrgResult(OrgRecord) - Method in interface pe.pase.OrgService
 
getOrgRightID() - Method in class pe.pase.AccessManager
 
getOrgTreeModelOpts() - Static method in class fcomponent.util.BeanInfoUtilities
 
getOrgTreeRetAttrOpts() - Static method in class fcomponent.util.BeanInfoUtilities
 
getOrgView() - Method in class pe.pase.AccessAdmin
 
getOriginalParentID() - Method in class pe.pase.EIPLayoutPortlets
 
getOriginalParentID() - Method in class pe.pase.EIPLayoutTabs
 
getOriginalParentID() - Method in class pe.pase.EIPPortletDefine
 
getOriginalParentID() - Method in class pe.pase.EIPTabDefine
 
getOtherData() - Method in class pe.pase.OrgRecord
 
getOTTType() - Method in class pe.pase.Link
 
getOutLinkByPortletID(String, String) - Method in interface pe.pase.FlowService
 
getOutProcessList() - Method in class pe.pase.DBProcess
Deprecated. 
getOutputParams() - Method in class pe.pase.WebServiceDBProcess
 
getOverdueWorkReport(Map) - Method in interface pe.pase.FlowService
 
getOwner() - Method in class pe.pase.BBSBoard
 
getOwnerId() - Method in class pe.pase.BBSBoard
 
getOwnerID() - Method in class pe.pase.BookingEvent
 
getOwnerName() - Method in class pe.pase.BBSBoard
 
getOwnerName() - Method in class pe.pase.BookingEvent
 
getOwnerUserName() - Method in class pe.pase.BBSBoard
 
getPackedChildrenNameMatrixProperty() - Method in class fcomponent.FPanel
 
getPackedProperties() - Method in class fcomponent.AFExcelExporter
 
getPackedProperties() - Method in class fcomponent.AFExcelImporter
 
getPackedProperties() - Method in class fcomponent.editableimage.EditableImageLabel
 
getPackedProperties() - Method in class fcomponent.FAccordionPanel
 
getPackedProperties() - Method in class fcomponent.FButton
 
getPackedProperties() - Method in class fcomponent.FButtonGroup
 
getPackedProperties() - Method in class fcomponent.FCheckBox
 
getPackedProperties() - Method in class fcomponent.FChoiceBox
 
getPackedProperties() - Method in class fcomponent.FCircle
 
getPackedProperties() - Method in class fcomponent.FComboBox
 
getPackedProperties() - Method in class fcomponent.FHTMLLink
 
getPackedProperties() - Method in class fcomponent.FHTMLQuery
 
getPackedProperties() - Method in class fcomponent.FIframe
Implements FormComponent
getPackedProperties() - Method in class fcomponent.FImageLabel
 
getPackedProperties() - Method in class fcomponent.FLabel
 
getPackedProperties() - Method in class fcomponent.FLine
 
getPackedProperties() - Method in class fcomponent.FList
 
getPackedProperties() - Method in class fcomponent.FMap
 
getPackedProperties() - Method in class fcomponent.FOrganizationTree
 
getPackedProperties() - Method in class fcomponent.FPanel
 
getPackedProperties() - Method in class fcomponent.FPasswordField
 
getPackedProperties() - Method in class fcomponent.FPosition
 
getPackedProperties() - Method in class fcomponent.FRadioButton
 
getPackedProperties() - Method in class fcomponent.FRectangle
 
getPackedProperties() - Method in class fcomponent.FReportOutput
 
getPackedProperties() - Method in class fcomponent.FRichTextArea
 
getPackedProperties() - Method in class fcomponent.FSignature
 
getPackedProperties() - Method in class fcomponent.FTabbedPane
 
getPackedProperties() - Method in class fcomponent.FTableScrollPane
 
getPackedProperties() - Method in class fcomponent.FTextArea
 
getPackedProperties() - Method in class fcomponent.FTextField
 
getPackedProperties() - Method in class fcomponent.FTextFieldWithLabel
 
getPackedProperties() - Method in class fcomponent.FTree
 
getPackedProperties() - Method in interface fcomponent.general.FormComponent
 
getPackedProperties() - Method in class fcomponent.general.LabeledFormComponent
 
getPackedProperties() - Method in class fcomponent.jbarcodebean.JBarcodeBean
 
getPageFormatStr() - Method in class pe.pase.UserConfig
Get the page format string.
getPageLength() - Method in class fcomponent.DatatablesConfig
 
getPager() - Method in class pe.pase.MemberRecord
Get the member Pager
getPageSize() - Method in class pe.pase.EipBBSAnnouncementConfig
 
getPageSizeName() - Method in class pe.pase.UserConfig
Get the page size name for printing.
getPagination() - Method in class fcomponent.FTableScrollPane
 
getPaginationOptions() - Static method in class fcomponent.FTableScrollPaneBeanInfo
 
getPaginationType() - Method in class fcomponent.FTableScrollPane
 
getPaginationTypeOptions() - Static method in class fcomponent.FTableScrollPaneBeanInfo
 
getPagingType() - Method in class fcomponent.DatatablesConfig
 
getPanelBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getParam() - Method in class pe.pase.ClientMessage
Get the parameter
getParam() - Method in class pe.pase.EIPLayoutPortlets
Get the param
getParam() - Method in class pe.pase.EIPPortletDefine
Get the param
getParamaters() - Method in class fcomponent.general.HTMLEventDescriptor
 
getParamaters() - Method in class pe.pase.WebServiceDBProcess
 
getParamName() - Method in class pe.pase.WebServiceStartParam
 
getParamString() - Method in class pe.pase.SpecialRole
Get the parameter of special role while the target is an artifact
getParamType() - Method in class pe.pase.WebServiceStartParam
 
getParamValues() - Method in class fcomponent.ReportCondition
 
getParent() - Method in class pe.pase.PASESharedFile
 
getParentForm() - Method in interface pe.pase.FormAPI
Get the parent form.
getParentID() - Method in class fcomponent.DTreeNode
 
getParentID() - Method in class pe.pase.APWork
 
getParentID() - Method in class pe.pase.APWorkComment
 
getParentID() - Method in class pe.pase.Artifact
Get the id of parent
getParentID() - Method in class pe.pase.ArtifactToPdfAdapterDBProcess
 
getParentID() - Method in class pe.pase.BBSMessageAnswerAccepted
 
getParentID() - Method in class pe.pase.BBSMessageAnswerAcceptedLog
 
getParentID() - Method in class pe.pase.Category
 
getParentID() - Method in class pe.pase.Company
Get the company parent id
getParentID() - Method in class pe.pase.DBAdapterDBProcess
 
getParentId() - Method in class pe.pase.DBParameter
 
getParentID() - Method in class pe.pase.DBProcess
Get the process id of parent process
getParentID() - Method in class pe.pase.Department
Get the id of the parent node
getParentID() - Method in class pe.pase.EIPLayoutPortlets
Get the parent id
getParentID() - Method in class pe.pase.EIPLayoutTabs
 
getParentID() - Method in class pe.pase.EIPPortletDefine
Get the parent id
getParentID() - Method in class pe.pase.EIPTabDefine
 
getParentId() - Method in class pe.pase.FileItem
 
getParentID() - Method in class pe.pase.FileServerAdapterDBProcess
 
getParentId() - Method in class pe.pase.Link
 
getParentID() - Method in class pe.pase.MailNotifyAdapterDBProcess
 
getParentID() - Method in class pe.pase.Marquee
 
getParentID() - Method in class pe.pase.MeetingRoom
 
getParentID() - Method in class pe.pase.PASEFreqAp
 
getParentID() - Method in class pe.pase.PASEFreqApNode
 
getParentID() - Method in class pe.pase.PASEProcessNode
 
getParentID() - Method in class pe.pase.RMItem
 
getParentID() - Method in class pe.pase.Role
Get id of the parent node
getParentId() - Method in class pe.pase.SqlCmd
 
getParentID() - Method in class pe.pase.Task
Get the task id of parent task
getParentID() - Method in class pe.pase.WebServiceDBProcess
 
getParentIDListOfDRM(String) - Method in interface pe.pase.OrgService
 
getParentIDListOfMember(String, boolean) - Method in interface pase.server.ServerAPI
Get All parent CompanyID, RolID, DepID, MemID of Member.
getParentIDListOfMember(String, boolean) - Method in class pe.pase.BasedClientAPI
 
getParentIDListOfMember(String, boolean) - Method in interface pe.pase.ClientAPI
Get All parent CompanyID, RolID, DepID, MemID of Member.
getParentIDListOfMember(String, boolean) - Method in interface pe.pase.OrgService
Get All parent CompanyID, RolID, DepID, MemID of Member.
getParentIDListOfMember(String, boolean, boolean) - Method in interface pe.pase.OrgService
Get All parent CompanyID, RolID, DepID, MemID of Member.
getParentIDListOfMemberForUPDOC(String, boolean) - Method in interface pe.pase.OrgService
Get All parent CompanyID, RolID, DepID, MemID of Member.
getParentMeetingListByWorkID(String, String) - Method in interface pe.pase.FlowService
 
getParentMessage() - Method in class pe.pase.BBSMessage
 
getParentMessage() - Method in class pe.pase.WorkDiaryMsgInfo
 
getParentName() - Method in class pe.pase.APWork
 
getParentName() - Method in class pe.pase.RMItem
 
getParentTskId() - Method in class pe.pase.AddCSResultData
 
getParentWorkID() - Method in class pe.pase.APWork
 
getPaseEventMap(String[]) - Method in interface pe.pase.UtilityService
 
getPASEFreqAp(String) - Method in interface pe.pase.PDEService
Return a PASEFreqAP with ID
getPASEFreqAp(String) - Method in interface pe.pase.ServerService
 
getPASEFreqApIdByPortletID(String) - Method in interface pe.pase.PDEService
 
getPASEFreqApNameArtID(String) - Method in interface pe.pase.PDEService
Return a PASEFreqAPNameArtID with ID
getPASEFreqApNameArtID(String) - Method in interface pe.pase.ServerService
 
getPASEGroup(String) - Method in class pe.pase.PASEOrgModel
Get the instance of PASEGroup with the specified group id
getPASEGroup(String) - Method in interface pe.pase.SecurityService
Get a PASEGroup instance with its ID.
getPASEGroup(String) - Method in interface pe.pase.ServerService
 
getPASEGroupList() - Method in interface pe.pase.SecurityService
Get all PASEGroup.
getPASEGroupList() - Method in interface pe.pase.ServerService
 
getPASEGroupListByIdList(Vector) - Method in interface pe.pase.SecurityService
get all PASEGroup id list by id list.
getPASEGroupListByIdList(Vector) - Method in interface pe.pase.ServerService
 
getPASEGroupMap() - Method in class pe.pase.PASEOrgModel
Get PASEGroup map
getPASEGroups(Vector) - Method in class pe.pase.PASEOrgModel
Get the instances of PASEGroup with the set of specified PASEGroup id
getPASEMessageOfMember(String) - Method in interface pe.pase.ServerService
 
getPASEMessageOfMember(String) - Method in interface pe.pase.UtilityService
Get a member's messages
getPASEOrgModel() - Method in interface pase.server.ServerAPI
Deprecated. 
getPASEOrgModel() - Method in class pe.pase.BasedClientAPI
 
getPASEOrgModel() - Method in interface pe.pase.ClientAPI
Get the PASEOrgModel.
getPASEOrgModel() - Method in interface pe.pase.OrgService
Get Enterprise Org model
getPASEOrgModel() - Method in interface pe.pase.ServerService
Get Enterprise Org model
getPASEProcessOfMember(String) - Method in interface pase.server.ServerAPI
Get the root processes of the specified member.
getPASEProcessOfMember(String) - Method in class pe.pase.BasedClientAPI
 
getPASEProcessOfMember(String) - Method in interface pe.pase.ClientAPI
Get the root processes of the specified member.
getPASEProcessOfMember(String) - Method in interface pe.pase.PDEService
Return the root processes of some specific member
getPASEProcessOfMember(String) - Method in interface pe.pase.ServerService
Return the root processes of some specific member
getPASESharedFile(String) - Method in interface pe.pase.SecurityService
Get a PASESharedFile instance with its ID.
getPASESharedFile(String) - Method in interface pe.pase.ServerService
 
getPASESharedFileByPath(String) - Method in interface pe.pase.SecurityService
Get a PASESharedFile instance with its path.
getPASESharedFileByPath(String) - Method in interface pe.pase.ServerService
 
getPaseSystemConfigByID(String) - Method in interface pe.pase.UtilityService
 
getPassword() - Method in class fcomponent.DBData
 
getPassword() - Method in class pe.pase.DbServer
 
getPassword() - Method in class pe.pase.MemberRecord
Get the member login password
getPassword() - Method in class pe.pase.PasswordManagement
Get the old password
getPasswordAttribute() - Method in class pe.pase.AuthLDAPConfig
 
getPasswordManagement(String) - Method in interface pe.pase.OrgService
Get password data by member id
getPath() - Method in class pe.pase.PASESharedFile
 
getPattern() - Method in class fcomponent.ColumnsHeaderNode
 
getPattern() - Method in class fcomponent.FTextField
 
getPattern() - Method in class fcomponent.FTextFieldWithLabel
 
getPatternIdx() - Method in class pe.pase.PASEProcessLink
Get pattern index of the line
getPatternString() - Method in class fcomponent.FTextField
 
getPatternString() - Method in class fcomponent.FTextFieldWithLabel
 
getPatternString() - Method in class pe.pase.IapRulePattern
 
getPatternType() - Method in class pe.pase.IapRulePattern
 
getPatternVector() - Method in class fcomponent.ColumnsHeaderNode
 
getPdfFileName() - Method in class pe.pase.ArtifactToPdfAdapterDBProcess
 
getPDiagramDetail(String) - Method in class pe.pase.BasedClientAPI
 
getPDiagramDetail(String) - Method in interface pe.pase.ClientAPI
Get the detail of process diagram.
getPDiagramDetail(String) - Method in interface pe.pase.FlowService
Return the detail of process diagram
getPDiagramDetail(String) - Method in interface pe.pase.MonitorInfoProvider
 
getPDiagramDetail(String) - Method in interface pe.pase.ServerService
Return the detail of process diagram
getPDiagramState(String) - Method in class pe.pase.BasedClientAPI
 
getPDiagramState(String) - Method in interface pe.pase.ClientAPI
Get the states of process diagram.
getPDiagramState(String) - Method in interface pe.pase.FlowService
Return the states of process diagram
getPDiagramState(String) - Method in interface pe.pase.ServerService
Return the states of process diagram
getPeak() - Method in class pe.pase.BBSBoardInfo
 
getPeak() - Method in class pe.pase.BBSMessage
 
getPermission() - Method in class pe.pase.AFACL
 
getPermission() - Method in class pe.pase.FunctionAccess
 
getPermission() - Method in class pe.pase.WebADMACL
 
getPersonalConfig(String) - Method in interface pe.pase.OrgService
Get a member's configuration
getPersonalConfig(String) - Method in interface pe.pase.ServerService
 
getPersonalFavorite(String, String) - Method in interface pe.pase.OrgService
 
getPersonalProShow(String, String) - Method in interface pe.pase.OrgService
 
getPersonalTaskTracking(String) - Method in interface pe.pase.FlowService
 
getPersonalTaskTracking(String, int, String) - Method in interface pe.pase.FlowService
 
getPersonalTaskTracking(String, int, String, String, String, String, String, String, long, long, String, String) - Method in interface pe.pase.FlowService
 
getPersonalWorkList(Map) - Method in interface pe.pase.FlowService
 
getPersonalWorksCount(Map) - Method in interface pe.pase.FlowService
 
getPhone() - Method in class pe.pase.MemberRecord
Get the member phone number
getPhoneItem(String) - Method in class pe.pase.MobileForm
 
getPhoneItems() - Method in class pe.pase.MobileForm
 
getPoints() - Method in class fcomponent.editableimage.figure.CurveTextFigure
 
getPolicy() - Method in class pe.pase.DBProcess
Get the process policy
getPopupWidth() - Method in class fcomponent.FComboBox
 
getPort() - Method in class pe.pase.SessionConnection
 
getPort() - Method in class pe.pase.WebServerInfo
 
getPortalAccessibleMemRDList(String) - Method in interface pe.pase.UtilityService
Get list of accessible member records, according to the config of ADM
getPortalImage(String) - Method in interface pe.pase.FlowService
 
getPortalImageList(String, String, String) - Method in interface pe.pase.FlowService
 
getPortletActivity(int, int, String) - Method in interface pe.pase.ActivityService
 
getPortletBG() - Method in class pe.pase.EIPColorTheme
 
getPortletBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getPortletBorder() - Method in class pe.pase.EIPColorTheme
 
getPortletButtonBG() - Method in class pe.pase.EIPColorTheme
 
getPortletButtonBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getPortletButtonBorder() - Method in class pe.pase.EIPColorTheme
 
getPortletButtonHoverBG() - Method in class pe.pase.EIPColorTheme
 
getPortletButtonHoverBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getPortletButtonHoverBorder() - Method in class pe.pase.EIPColorTheme
 
getPortletButtonHoverText() - Method in class pe.pase.EIPColorTheme
 
getPortletButtonNumberBG() - Method in class pe.pase.EIPColorTheme
 
getPortletButtonNumberBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getPortletButtonNumberBorder() - Method in class pe.pase.EIPColorTheme
 
getPortletButtonNumberSelectBG() - Method in class pe.pase.EIPColorTheme
 
getPortletButtonNumberSelectBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getPortletButtonNumberSelectBorder() - Method in class pe.pase.EIPColorTheme
 
getPortletButtonNumberSelectText() - Method in class pe.pase.EIPColorTheme
 
getPortletButtonNumberText() - Method in class pe.pase.EIPColorTheme
 
getPortletButtonText() - Method in class pe.pase.EIPColorTheme
 
getPortletContentBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getPortletContentBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getPortletContentText() - Method in class pe.pase.EIPColorThemeTemplate
 
getPortletHeaderBG() - Method in class pe.pase.EIPColorTheme
 
getPortletHeaderBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getPortletHeaderBGImage() - Method in class pe.pase.EIPColorTheme
 
getPortletHeaderBorder() - Method in class pe.pase.EIPColorTheme
 
getPortletHeaderText() - Method in class pe.pase.EIPColorTheme
 
getPortletID() - Method in class pe.pase.Category
 
getPortletId() - Method in class pe.pase.EipBBSAnnouncementConfig
 
getPortletID() - Method in class pe.pase.EIPLayoutPortlets
Get the portlet id
getPortletID() - Method in class pe.pase.EIPPortletDefine
Get the portlet id
getPortletId() - Method in class pe.pase.ImageSlider
 
getPortletId() - Method in class pe.pase.Link
 
getPortletId() - Method in class pe.pase.OutLink
 
getPortletId() - Method in class pe.pase.QuickVote
 
getPortletquestionnaire(int, int, String) - Method in interface pe.pase.ActivityService
Obtain a user to not fill out the questionnaire items
getPortletRadius() - Method in class pe.pase.EIPColorTheme
 
getPortletRowEvenBG() - Method in class pe.pase.EIPColorTheme
 
getPortletRowEvenBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getPortletRowEvenText() - Method in class pe.pase.EIPColorTheme
 
getPortletRowHoverBG() - Method in class pe.pase.EIPColorTheme
 
getPortletRowHoverBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getPortletRowHoverText() - Method in class pe.pase.EIPColorTheme
 
getPortletRowNumberBG() - Method in class pe.pase.EIPColorTheme
 
getPortletRowNumberBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getPortletRowNumberText() - Method in class pe.pase.EIPColorTheme
 
getPortletRowOddBG() - Method in class pe.pase.EIPColorTheme
 
getPortletRowOddBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getPortletRowOddText() - Method in class pe.pase.EIPColorTheme
 
getPortletText() - Method in class pe.pase.EIPColorTheme
 
getPortletTitleBG() - Method in class pe.pase.EIPColorTheme
 
getPortletTitleBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getPortletTitleBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getPortletTitleBorder() - Method in class pe.pase.EIPColorTheme
 
getPortletTitleBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getPortletTitleText() - Method in class pe.pase.EIPColorTheme
 
getPortletTitleText() - Method in class pe.pase.EIPColorThemeTemplate
 
getPortletType() - Method in class pe.pase.EIPLayoutPortlets
Get the portlet type
getPortletType() - Method in class pe.pase.EIPPortletDefine
Get the portlet type
getPortletVote(int, int, String, String) - Method in interface pe.pase.ActivityService
 
getPortName() - Method in class pe.pase.WebServiceDBProcess
 
getPortTypeName() - Method in class pe.pase.WebServiceDBProcess
 
getPortTypeNS() - Method in class pe.pase.WebServiceDBProcess
 
getPosition() - Method in class fcomponent.FPosition
 
getPositionActionButton() - Method in class fcomponent.FPosition
 
getPositionActionButtonName() - Method in class fcomponent.FPosition
 
getPostAction() - Method in class pe.pase.ArtifactToPdfAdapterDBProcess
 
getPostAction() - Method in class pe.pase.DBAdapterDBProcess
 
getPostAction() - Method in class pe.pase.DBProcess
Get the Agentflow Script defined in the process completing time
getPostAction() - Method in class pe.pase.FileServerAdapterDBProcess
 
getPostAction() - Method in class pe.pase.IapDBProcess
 
getPostAction() - Method in class pe.pase.MailNotifyAdapterDBProcess
 
getPostAction() - Method in class pe.pase.WebServiceDBProcess
 
getPostActionEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getPostPolicy() - Method in class pe.pase.BBSBoard
 
getPostTime() - Method in class pe.pase.BBSBoard
Get the post time of this message
getPostTime() - Method in class pe.pase.BBSBoardInfo
 
getPostTime() - Method in class pe.pase.BBSMessage
Get the post time of this message
getPostTimeStr() - Method in class pe.pase.BBSBoard
Get the post time string
getPostTimeStr() - Method in class pe.pase.BBSMessage
Get the post time string
getPreAction() - Method in class pe.pase.ArtifactToPdfAdapterDBProcess
 
getPreAction() - Method in class pe.pase.DBAdapterDBProcess
 
getPreAction() - Method in class pe.pase.DBProcess
Get the Agentflow Script defined in the process invokating time
getPreAction() - Method in class pe.pase.FileServerAdapterDBProcess
 
getPreAction() - Method in class pe.pase.IapDBProcess
 
getPreAction() - Method in class pe.pase.MailNotifyAdapterDBProcess
 
getPreAction() - Method in class pe.pase.WebServiceDBProcess
 
getPreActionEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getPredictDeadline() - Method in class pe.pase.APWork
 
getPredictEndTime() - Method in class pe.pase.APProject
 
getPredictStartTime() - Method in class pe.pase.APProject
 
getPredictStartTime() - Method in class pe.pase.APWork
 
getPreferredComponentSize() - Method in class fcomponent.general.LabeledFormComponent
 
getPreferredLabelSize() - Method in class fcomponent.general.LabeledFormComponent
 
getPreferredRowHeight(int) - Method in class fcomponent.util.RowFlowLayoutInfo
 
getPreferredRowHeights() - Method in class fcomponent.util.RowFlowLayoutInfo
 
getPreferredRowWidth(int) - Method in class fcomponent.util.RowFlowLayoutInfo
 
getPreferredRowWidths() - Method in class fcomponent.util.RowFlowLayoutInfo
 
getPreferredSize() - Method in class fcomponent.jbarcodebean.JBarcodeBean
Accessor method for the preferredSize property.
getPreview() - Method in class pe.pase.Image
 
getPrincipal() - Method in class pe.pase.AFACL
 
getPrincipal() - Method in class pe.pase.AFTVElementVO
 
getPrincipal() - Method in class pe.pase.BBSMessage
Get the principal.
getPrincipalID() - Method in class pe.pase.FunctionAccess
 
getPrincipalID() - Method in class pe.pase.FunctionACL
 
getPrintBarCode() - Method in class pe.pase.UserConfig
 
getPrintCount() - Method in class pe.pase.AFTVElementVO
 
getPrintFooter() - Method in class pe.pase.UserConfig
Get print footer.
getPrintMode() - Method in class pe.pase.MemberRecord
Get the print mode string from member user config
getPrintMode() - Method in class pe.pase.UserConfig
Get print mode
getPrintPage() - Method in class pe.pase.UserConfig
Get the print page
getPriority() - Method in class pe.pase.AFSpider
 
getPriority() - Method in class pe.pase.APProject
 
getPriority() - Method in class pe.pase.APWork
 
getPriority() - Method in class pe.pase.MMShowDebate
 
getPriority() - Method in class pe.pase.PASEProcess
Get the task priority
getPriority() - Method in class pe.pase.Task
Get the task priority
getPriority() - Method in class pe.pase.TinyTask
 
getPrivateKeyOfSingleSignOn() - Method in class pe.pase.SerRuntimeEnv
 
getPrivateMemo() - Method in class pe.pase.Task
 
getPrjID() - Method in class pe.pase.DBProcess
Get the project id
getPrjID() - Method in class pe.pase.ProcessTask
 
getPrjID() - Method in class pe.pase.ProjectTask
 
getPrjId() - Method in class pe.pase.WebServiceStart
 
getPrjLocaleInfo() - Method in class pe.pase.DBProcess
 
getPrjLocaleInfo() - Method in class pe.pase.PASEProcess
 
getPrjLocaleInfo() - Method in class pe.pase.Project
 
getPrjLocaleInfo() - Method in class pe.pase.Task
 
getPrjMap() - Method in class pe.pase.ProjectChartModel
 
getPrjName() - Method in class pe.pase.DBProcess
Get the project name
getPrjName(String) - Method in class pe.pase.DBProcess
 
getPrjName() - Method in class pe.pase.ProcessTask
 
getPrjName() - Method in class pe.pase.ProjectTask
 
getPrjRightID() - Method in class pe.pase.AccessManager
 
getPrjRoleList() - Method in class pe.pase.MemberRecord
Deprecated.
As getProjectRoleList()
getProAndAPIdVector() - Method in class pe.pase.PersonalConfig
 
getProcess() - Method in class pe.pase.AccessAdmin
Get the process option
getProcess() - Method in class pe.pase.AccessMember
Get the process option
getProcess(String) - Method in class pe.pase.BasedClientAPI
 
getProcess(String) - Method in interface pe.pase.ClientAPI
Deprecated. 
getProcessDiagram(String, String) - Method in class pe.pase.BasedClientAPI
 
getProcessDiagram(String, String) - Method in interface pe.pase.ClientAPI
Get a process diagram.
getProcessDiagram(String, String) - Method in interface pe.pase.FlowService
Return a process diagram
getProcessDiagram(String, String) - Method in interface pe.pase.ServerService
Return a process diagram
getProcessDiagramAndState(String, String) - Method in interface pe.pase.FlowService
Return a process diagram and its states
getProcessDiagramAndState(String, String) - Method in interface pe.pase.MonitorInfoProvider
 
getProcessDiagramAndState(String, String) - Method in interface pe.pase.ServerService
 
getProcessId() - Method in class pe.pase.AddCSResultData
 
getProcessID() - Method in class pe.pase.GroupSignArtComponent
 
getProcessID() - Method in class pe.pase.IapRulePattern
 
getProcessID() - Method in class pe.pase.MsgAttachFormData
 
getProcessID() - Method in class pe.pase.PASEProcessNode
 
getProcessID() - Method in class pe.pase.RootTaskSummary
Get process id
getProcessID() - Method in class pe.pase.Task
Get the process id of the process instantiates the task
getProcessID() - Method in class pe.pase.TinyTask
Get the process id of the process instantiates the task
getProcessList(String) - Method in interface pe.pase.FlowService
Return processes of the specific member, which these processes could be initialized by member.
getProcessList(String) - Method in interface pe.pase.ServerService
 
getProcessList() - Method in class pe.pase.WebADMACL
 
getProcessLocaleInfo() - Method in class pe.pase.Task
 
getProcessLocaleInfo() - Method in class pe.pase.TinyTask
 
getProcessLocaleName() - Method in class pe.pase.TinyTask
 
getProcessMapCategory(String) - Method in interface pe.pase.UtilityService
 
getProcessMapCategoryList() - Method in interface pe.pase.UtilityService
 
getProcessMapLink(Link) - Method in interface pe.pase.UtilityService
 
getProcessMapLinkList(String) - Method in interface pe.pase.UtilityService
 
getProcessMapParentIdListByProId(String) - Method in interface pe.pase.UtilityService
 
getProcessName() - Method in class pe.pase.AddCSResultData
 
getProcessName() - Method in class pe.pase.PASEProcessNode
 
getProcessName() - Method in class pe.pase.Task
Get the process name of the process instantiates the task the same as getName
getProcessName(String) - Method in class pe.pase.Task
 
getProcessName() - Method in class pe.pase.TinyTask
 
getProcessName() - Method in class pe.pase.UserCronEntry
 
getProcessRootIDList() - Method in class pe.pase.Project
Get the process id list
getProcessTask(String) - Method in class pe.pase.BasedClientAPI
 
getProcessTask(String) - Method in interface pe.pase.ClientAPI
Deprecated. 
getProcessTaskList() - Method in class pe.pase.ProjectTask
 
getProcessTime() - Method in class pe.pase.Task
Gets the total processing time of an ended task.
getProcessTime() - Method in class pe.pase.TinyTask
 
getProcessTimeLimit() - Method in class pe.pase.TinyTask
 
getProcessType() - Method in class pe.pase.DBProcess
Get the process type
getProcessVersion(String) - Method in interface pe.pase.PDEService
Return a data object of process version
getProcessView(String) - Method in interface pe.pase.FlowService
 
getProductInfo() - Method in interface pe.pase.ServerService
 
getProductInfo() - Method in interface pe.pase.UtilityService
Get product information.
getProductVersion() - Method in interface pe.pase.AdminRMI
Get the client version
getProductVersion() - Method in interface pe.pase.ClientRMI
Get the client version
getProgress() - Method in class pe.pase.APProject
 
getProId() - Method in class pe.pase.CronEntry
 
getProID() - Method in class pe.pase.ProcessTask
 
getProId() - Method in class pe.pase.ProcessVersion
 
getProID() - Method in class pe.pase.UserCronEntry
 
getProIdVector() - Method in class pe.pase.PersonalConfig
 
getProject(String) - Method in interface pase.server.ServerAPI
Get project by the specified project id.
getProject(String) - Method in class pe.pase.BasedClientAPI
 
getProject(String) - Method in interface pe.pase.ClientAPI
Get project by the specified project id.
getProject(String) - Method in interface pe.pase.PDEService
Return a data object of project by ID
getProject(String) - Method in interface pe.pase.ServerService
Return a data object of project by ID
getProjectEvent() - Method in class pe.pase.ScheduleEvent
 
getProjectID() - Method in class pe.pase.APProject
 
getProjectID() - Method in class pe.pase.APProjectMessage
 
getProjectID() - Method in class pe.pase.Artifact
Get the id of project which owns this artifact.
getProjectID() - Method in class pe.pase.ArtifactToPdfAdapterDBProcess
 
getProjectID() - Method in class pe.pase.DBAdapterDBProcess
 
getProjectID() - Method in class pe.pase.FileServerAdapterDBProcess
 
getProjectID() - Method in class pe.pase.MailNotifyAdapterDBProcess
 
getProjectID() - Method in class pe.pase.PASEartState
Get the project id
getProjectID() - Method in class pe.pase.PASEFreqAp
 
getProjectID() - Method in class pe.pase.PASEFreqApNode
 
getProjectId() - Method in class pe.pase.PASEProcess
 
getProjectID() - Method in class pe.pase.ProjectRole
Get the project id
getProjectID() - Method in class pe.pase.ProLinkTerm
Get the project id
getProjectID() - Method in class pe.pase.Task
Get the project id of the process instantiates the task
getProjectID() - Method in class pe.pase.TinyTask
 
getProjectID() - Method in class pe.pase.WebServiceDBProcess
 
getProjectName() - Method in class pe.pase.Task
Get the project name
getProjectName(String) - Method in class pe.pase.Task
 
getProjectName() - Method in class pe.pase.TinyTask
 
getProjectNameById(String) - Method in interface pe.pase.PDEService
Return project name of project by ID
getProjectOfCompany() - Method in interface pase.server.ServerAPI
Get all projects.
getProjectOfCompany(Vector<String>) - Method in interface pase.server.ServerAPI
Get the projects of the specified companys.
getProjectOfCompany() - Method in class pe.pase.BasedClientAPI
 
getProjectOfCompany() - Method in interface pe.pase.ClientAPI
Get all projects in the company.
getProjectOfCompany() - Method in interface pe.pase.PDEService
Return all projects
getProjectOfCompany(Vector<String>) - Method in interface pe.pase.PDEService
 
getProjectOfCompany() - Method in interface pe.pase.ServerService
Return all projects
getProjectOfCompany(Vector<String>) - Method in interface pe.pase.ServerService
 
getProjectOfCompanyByComId(String) - Method in interface pe.pase.PDEService
Return projects of this company
getProjectOfDepartment(String) - Method in interface pase.server.ServerAPI
Get the projects of the specified department.
getProjectOfDepartment(String) - Method in class pe.pase.BasedClientAPI
 
getProjectOfDepartment(String) - Method in interface pe.pase.ClientAPI
Get the projects in the specified department.
getProjectOfDepartment(String) - Method in interface pe.pase.PDEService
Return the projects of some specific department
getProjectOfDepartment(String) - Method in interface pe.pase.ServerService
Return the projects of some specific department
getProjectOfManager(String) - Method in interface pase.server.ServerAPI
Get the projects with the specified project manager.
getProjectOfManager(String) - Method in class pe.pase.BasedClientAPI
 
getProjectOfManager(String) - Method in interface pe.pase.ClientAPI
Get the projects which project manager is the same with the specified project manager.
getProjectOfManager(String) - Method in interface pe.pase.PDEService
Return the projects with some specific project manager
getProjectOfManager(String) - Method in interface pe.pase.ServerService
Return the projects with some specific project manager
getProjectOfPASEProcess(String) - Method in interface pe.pase.PDEService
Return the project of the PASEProcess.
getProjectOfPASEProcess(String) - Method in interface pe.pase.ServerService
Return the project of the PASEProcess.
getProjectRole(String) - Method in interface pase.server.ServerAPI
Get project role by the specified role id.
getProjectRole(String) - Method in class pe.pase.BasedClientAPI
 
getProjectRole(String) - Method in interface pe.pase.ClientAPI
Get project role by the specified role id.
getProjectRole(String) - Method in interface pe.pase.OrgService
Return a data object of project role by ID
getProjectRole(String) - Method in interface pe.pase.ServerService
Return a data object of project role by ID
getProjectRoleList() - Method in class pe.pase.DBProcess
Get the project role list
getProjectRoleList() - Method in class pe.pase.MemberRecord
Get all project roles attached to the member
getProjectRoleRootIDList() - Method in class pe.pase.Project
Get the project role id list
getProjectWorkList(Map) - Method in interface pe.pase.FlowService
 
getProMap() - Method in class pe.pase.ProjectChartModel
 
getProName() - Method in class pe.pase.ProcessTask
 
getProperties() - Method in class pe.pase.ArtFormItem
 
getProperties() - Method in class pe.pase.DBParameter
 
getProperties() - Method in class pe.pase.WSParameter
 
getProperty() - Method in class fcomponent.editableimage.figure.DefaultTextFigure
 
getProperty() - Method in interface fcomponent.editableimage.figure.Figure
 
getProperty() - Method in class fcomponent.PlugInPropertyDescriptor
 
getProperty() - Method in class fcomponent.WizardProperty
 
getProperty(String) - Method in class fcomponent.WizardProperty
 
getProperty(String, String) - Method in class fcomponent.WizardProperty
 
getProperty() - Method in class pe.pase.ArtFormItem
 
getPropertyCatetory(String) - Static method in class fcomponent.util.BeanInfoUtilities
 
getPropertyChangeEventSetDescriptor(Class) - Static method in class fcomponent.util.BeanInfoUtilities
 
getPropertyData(String) - Method in class pe.pase.ArtFormItem
Get specific property value of the property String
getPropertyDescription(String) - Static method in class fcomponent.util.BeanInfoUtilities
 
getPropertyDescriptors() - Method in class fcomponent.AFExcelExporterBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.AFExcelImporterBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.ColumnsHeaderNodeBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.editableimage.EditableImageLabelBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.editor.spinedit.SpinEditBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FAccordionPanelBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FButtonBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FButtonGroupBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FCheckBoxBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FChoiceBoxBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FCircleBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FComboBoxBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FCotLineBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FHLineBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FHTMLLinkBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FHTMLQueryBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FIframeBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FImageLabelBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FLabelBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FListBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FMapBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FOrganizationTreeBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FPanelBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FPasswordFieldBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FPositionBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FRadioButtonBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FRectangleBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FReportOutputBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FRichTextAreaBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FSignatureBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FTabbedPaneBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FTableScrollPaneBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FTanLineBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FTextAreaBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FTextFieldBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FTextFieldWithLabelBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FTreeBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.FVLineBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.jbarcodebean.JBarcodeBeanBeanInfo
 
getPropertyDescriptors() - Method in class fcomponent.PlugInBeanInfo
 
getPropertyDisplayName(String) - Static method in class fcomponent.util.BeanInfoUtilities
 
getPropertyEditorClass() - Method in class fcomponent.PlugInPropertyDescriptor
 
getPropertyName() - Method in class fcomponent.PlugInPropertyDescriptor
 
getPropertyName() - Method in class pe.pase.QueryCondition
Returns the property name to be compared.
getPropertyNames() - Method in class fcomponent.AFExcelExporter
 
getPropertyNames() - Method in class fcomponent.AFExcelImporter
 
getPropertyNames() - Method in class fcomponent.FAccordionPanel
 
getPropertyNames() - Method in class fcomponent.FButton
 
getPropertyNames() - Method in class fcomponent.FButtonGroup
 
getPropertyNames() - Method in class fcomponent.FCheckBox
 
getPropertyNames() - Method in class fcomponent.FComboBox
 
getPropertyNames() - Method in class fcomponent.FLabel
 
getPropertyNames() - Method in class fcomponent.FList
 
getPropertyNames() - Method in class fcomponent.FPasswordField
 
getPropertyNames() - Method in class fcomponent.FRadioButton
 
getPropertyNames() - Method in class fcomponent.FRichTextArea
 
getPropertyNames() - Method in class fcomponent.FTableScrollPane
 
getPropertyNames() - Method in class fcomponent.FTextArea
 
getPropertyNames() - Method in class fcomponent.FTextField
 
getPropertyNames() - Method in class fcomponent.general.LabeledFormComponent
 
getPropertyNames() - Method in interface fcomponent.general.MultiLanguage
 
getPropertyNames() - Method in class fcomponent.jbarcodebean.JBarcodeBean
 
getPropertys() - Method in class fcomponent.ColumnsHeaderNode
 
getPropertys() - Method in class fcomponent.ColumnsHeaderNodeVector
 
getPropertys() - Method in class fcomponent.FScrollTableModel
 
getPropertys() - Method in class pe.pase.PASEProcessLink
Pack the properties into a string.
getPropertyStr() - Method in class fcomponent.WizardProperty
 
getPropertyType() - Method in class fcomponent.PlugInPropertyDescriptor
 
getPropertyValue(String) - Method in class fcomponent.AFExcelExporter
 
getPropertyValue(String) - Method in class fcomponent.AFExcelImporter
 
getPropertyValue(String) - Method in class fcomponent.FAccordionPanel
 
getPropertyValue(String) - Method in class fcomponent.FButton
 
getPropertyValue(String) - Method in class fcomponent.FButtonGroup
 
getPropertyValue(String) - Method in class fcomponent.FCheckBox
 
getPropertyValue(String) - Method in class fcomponent.FComboBox
 
getPropertyValue(String) - Method in class fcomponent.FLabel
 
getPropertyValue(String) - Method in class fcomponent.FList
 
getPropertyValue(String) - Method in class fcomponent.FPasswordField
 
getPropertyValue(String) - Method in class fcomponent.FRadioButton
 
getPropertyValue(String) - Method in class fcomponent.FRichTextArea
 
getPropertyValue(String) - Method in class fcomponent.FTableScrollPane
 
getPropertyValue(String) - Method in class fcomponent.FTextArea
 
getPropertyValue(String) - Method in class fcomponent.FTextField
 
getPropertyValue(String) - Method in class fcomponent.general.LabeledFormComponent
 
getPropertyValue(String) - Method in interface fcomponent.general.MultiLanguage
 
getPropertyValue(String) - Method in class fcomponent.jbarcodebean.JBarcodeBean
 
getPropertyValue(Object, String) - Static method in class fcomponent.util.BeanInfoUtilities
 
getProShowType() - Method in class pe.pase.PersonalConfig
 
getProSignNote() - Method in class pe.pase.Task
Get the process sign note
getProSignStateDisplayName(String, String) - Method in interface pase.server.ServerAPI
return display name by process_id and artifact_id
getProSignStateDisplayName(String, String) - Method in class pe.pase.BasedClientAPI
 
getProSignStateDisplayName(String, String) - Method in interface pe.pase.ClientAPI
return display name by process_id and artifact_id
getProSignStateDisplayName(String, String) - Method in interface pe.pase.FlowService
 
getProSignStateDisplayName() - Method in class pe.pase.IapSignResultData
 
getProSignStateDisplayName() - Method in class pe.pase.ProSignResultData
 
getProSignStateDisplayName(String, String) - Method in interface pe.pase.ServerService
 
getProSignStateDisplayName() - Method in class pe.pase.Task
 
getProSignStateId() - Method in class pe.pase.Task
Get the result of process sign (General sign) from user selection.
getProSignStateList() - Method in class pe.pase.DBProcess
Get the process signing-artstate mapping.
getProSignStateLocaleInfo() - Method in class pe.pase.DBProcess
 
getProWarning() - Method in class pe.pase.DBProcess
Get the operation to inform the user while overtime
getPsCompleteType() - Method in class pe.pase.CSSignInfo
 
getPubCount() - Method in class pe.pase.BBSBoard
 
getPumpTaskList(String) - Method in interface pe.pase.FlowService
 
getPumpTaskList(String, String) - Method in interface pe.pase.FlowService
 
getPushMessage() - Method in class pe.pase.AFNotificationPush
 
getPushMessageByUUID(String) - Method in interface pe.pase.UtilityService
 
getPushServerUrl() - Method in class pe.pase.SerRuntimeEnv
 
getQneAdmComIDs(String) - Method in interface pe.pase.ActivityService
 
getQuantity() - Method in class pe.pase.MonitorFilterCondition
Get the quantity
getQueFeedbackNumByQueID(String, String) - Method in interface pe.pase.ActivityService
 
getQueryCondition() - Method in class fcomponent.FHTMLQuery
 
getQuestionnaire(String) - Method in interface pe.pase.ActivityService
The implement method should return a Questionnaire object by the given questionnaire id.
getQuestionnaireAdminList() - Method in interface pe.pase.ActivityService
The implement method should get manager list of questionnaire module.
getQuestionnaireAVGTime(String) - Method in interface pe.pase.ActivityService
 
getQuestionnaireList() - Method in interface pe.pase.ActivityService
The implement method should get all questionnaire.
getQuestionnaireList(int, int, String, String, boolean) - Method in interface pe.pase.ActivityService
 
getQuestionnaireList(QuestionnaireSearchCondition) - Method in interface pe.pase.ActivityService
The implement method should get questionnaire list by the given questionnaire search condition.
getQuestionnaireListByCompany(Vector) - Method in interface pe.pase.ActivityService
 
getQuestionnairePermList(String) - Method in interface pe.pase.ActivityService
The implement method should get questionnaire permission list by the given questionnaire id.
getQuestionnaireResult(String, String) - Method in interface pe.pase.ActivityService
The implement method should return a QuestionnaireResult object by the given parameters.
getQuestionnaireResult(String) - Method in interface pe.pase.ActivityService
Deprecated.
getQuestionnaireResultList(String) - Method in interface pe.pase.ActivityService
The implement method should get QuestionnaireResult list by the given questionnaire id.
getQuestionnaireSummaryResult(Questionnaire) - Method in interface pe.pase.ActivityService
Get a questionnaire summary result.
getQuestionNumByQueID(String) - Method in interface pe.pase.ActivityService
 
getQueueType() - Method in class pe.pase.DBProcess
Get the process queueType
getQuickCustomizedLinkOfCatID(String) - Method in interface pe.pase.FlowService
 
getQuickCustomizedOfCatID(String) - Method in interface pe.pase.FlowService
 
getQuickCustomizedOfPortlet(String, String) - Method in interface pe.pase.FlowService
 
getQuickLinkBG() - Method in class pe.pase.EIPColorTheme
 
getQuickLinkCategoryOfCatID(String) - Method in interface pe.pase.FlowService
 
getQuickLinkGroupBG() - Method in class pe.pase.EIPColorTheme
 
getQuickLinkGroupText() - Method in class pe.pase.EIPColorTheme
 
getQuickLinkHoverText() - Method in class pe.pase.EIPColorTheme
 
getQuickLinkOfLinkID(String) - Method in interface pe.pase.FlowService
 
getQuickLinkText() - Method in class pe.pase.EIPColorTheme
 
getQuickVote(String) - Method in interface pe.pase.FlowService
 
getQuickVoteThemeOfPortlet(String, String) - Method in interface pe.pase.FlowService
 
getQuoteComponent() - Method in class fcomponent.FTableScrollPane
 
getRandomId(int) - Method in interface pe.pase.OrgService
Get random id by type of IdGenerator.
getRange() - Method in class pe.pase.APWork
 
getRange() - Method in class pe.pase.MeetingInfo
 
getRange() - Method in class pe.pase.MMShowInfo
 
getRangeID() - Method in class pe.pase.AccessAdminArtifact
Get id of the scope which owns the artifacts.
getRangeID() - Method in class pe.pase.AccessAdminOrg
Get id of the scope which owns the tasks.
getRangeID() - Method in class pe.pase.AccessAdminTask
Get id of the scope which owns the tasks.
getRangeID() - Method in class pe.pase.AccessArtifact
Get id of the scope which owns the artifacts.
getRangeID() - Method in class pe.pase.AccessLayoutOrg
Get id of the scope which owns the tasks.
getRangeID() - Method in class pe.pase.AccessSchedule
Get id of the scope which owns the tasks.
getRangeID() - Method in class pe.pase.AccessTask
Get id of the scope which owns the tasks.
getRangeID() - Method in class pe.pase.BBSBoardAccess
 
getRangeList() - Method in class pe.pase.BBSBoard
 
getRangeType() - Method in class pe.pase.AccessAdminArtifact
Get type of the scope which owns the artifacts.
getRangeType() - Method in class pe.pase.AccessAdminOrg
Get type of the scope which owns the tasks.
getRangeType() - Method in class pe.pase.AccessAdminTask
Get type of the scope which owns the tasks.
getRangeType() - Method in class pe.pase.AccessArtifact
Get type of the scope which owns the artifacts.
getRangeType() - Method in class pe.pase.AccessLayoutOrg
Get type of the scope which owns the tasks.
getRangeType() - Method in class pe.pase.AccessSchedule
Get type of the scope which owns the tasks.
getRangeType() - Method in class pe.pase.AccessTask
Get type of the scope which owns the tasks.
getRangeType() - Method in class pe.pase.EIPColorTheme
 
getRangeType() - Method in class pe.pase.EIPColorThemeTemplate
 
getRawAddASType() - Method in class pe.pase.Task
 
getRead() - Method in class pe.pase.AccessArtifact
Get the access right for reading.
getRead() - Method in class pe.pase.AccessSchedule
Get the access right for reading.
getRead() - Method in class pe.pase.AccessTask
Get the access right for reading.
getReadMethod(Class, String) - Static method in class fcomponent.util.BeanInfoUtilities
 
getRealExecutor() - Method in class pe.pase.Task
Get the member id of real executor
getRealExecutor() - Method in class pe.pase.TinyTask
Get the member id of real executor
getRealExecutorID() - Method in class pe.pase.TaskInfo
Get the real executor member id
getRealExecutorName() - Method in class pe.pase.TaskInfo
Get real executor name
getRealExecutorName() - Method in class pe.pase.TinyTask
 
getRealManageCompanyIDsOfAPManager(String, String) - Method in interface pe.pase.FlowService
 
getRealMID() - Method in class pe.pase.TinyTask
 
getRealModel() - Method in class fcomponent.sortabletable.SortableTableModel
 
getRealSignResult() - Method in class pe.pase.AddCSResultData
 
getRealSignResult() - Method in class pe.pase.CSResultData
 
getRealSignResult() - Method in interface pe.pase.ResultData
 
getRealString() - Method in class fcomponent.textfield.NumericPlainDocument
 
getReceiverMemIds() - Method in class pe.pase.FormForward
 
getRecID() - Method in class pe.pase.PASEMessage
Get the login id of receiver
getRecName() - Method in class pe.pase.PASEMessage
Get the name of receiver
getRecodeAttachment() - Method in class pe.pase.MeetingInfo
 
getRecodeContent() - Method in class pe.pase.MeetingInfo
 
getRecodeMemberID() - Method in class pe.pase.MeetingInfo
 
getRecodeMemberName() - Method in class pe.pase.MeetingInfo
 
getRecommendTagList(String, String, List<String>, int) - Method in interface pe.pase.UtilityService
 
getRecordSendData() - Method in class pe.pase.MeetingInfo
 
getRectangle() - Method in class fcomponent.editableimage.tools.CurveRectTracker
 
getRectangle() - Method in class fcomponent.editableimage.tools.RectTracker
 
getRectangle() - Method in class fcomponent.editableimage.tools.SymbolRectTracker
 
getRectangle() - Method in class fcomponent.editableimage.tools.TextRectTracker
 
getRectJoint() - Method in class pe.pase.PASEProcessLink
Rect-joint
getRefArtifactList() - Method in class pe.pase.DBProcess
Get the list of reference artifacts' id
getRefArtifactList() - Method in class pe.pase.Task
Get the lists of reference artifact
getRefTableName() - Method in class fcomponent.ChartConfig
 
getRegAdminList() - Method in interface pe.pase.ActivityService
 
getRegAdminListByComIDs(List<String>) - Method in interface pe.pase.ActivityService
 
getRegId() - Method in class pe.pase.DeviceInfo
 
getRegisteredAddress() - Method in class pe.pase.MemberRecord
Get the member Registered Address
getRegisteredPhone() - Method in class pe.pase.MemberRecord
Get the member RegisteredPhone
getRegisteredWebServerList() - Method in interface pe.pase.SecurityService
 
getRelationString(int) - Static method in class pe.pase.UnitType
 
getReligion() - Method in class pe.pase.MemberRecord
Get the member Religion
getRemainNumberStartTimeout() - Method in class pe.pase.SerRuntimeEnv
 
getRepeatCount() - Method in class pe.pase.MeetingRoom
 
getRepeatId() - Method in class pe.pase.ScheduleEvent
 
getRepeatId() - Method in class pe.pase.ScheduleSearchCondition
 
getRepeatRule() - Method in class pe.pase.BookingEvent
 
getRepeatRule() - Method in class pe.pase.MeetingInfo
 
getRepeatRule() - Method in class pe.pase.MMShowInfo
 
getReplacedString(String, Task) - Method in interface pe.pase.FlowService
 
getReplyCNT() - Method in class pe.pase.BBSBoardInfo
 
getReplyMessage() - Method in class pe.pase.BBSMessage
Get the reply message
getRePlyTimeString(long) - Method in class pe.pase.BBSMessage
 
getReport() - Method in class fcomponent.ReportCondition
 
getReportCondition() - Method in class fcomponent.FReportOutput
 
getReportServerIP() - Method in class pe.pase.SerRuntimeEnv
Get Report Server IP
getReportServerPort() - Method in class pe.pase.SerRuntimeEnv
Get Report Server Port
getReportService() - Method in class pe.pase.BasedClientAPI
 
getReportService() - Method in interface pe.pase.ClientAPI
get ReportService
getRequestHistoryRootTaskOfJoinMember(String) - Method in interface pe.pase.FlowService
Get root tasks that are initializied by the specified member
getRequestHistoryRootTaskOfJoinMember(String) - Method in interface pe.pase.ServerService
 
getReScheduleInterval() - Method in class pe.pase.SerRuntimeEnv
 
getResignDate() - Method in class pe.pase.MemberRecord
Get the member Resign Date
getResopnsibility() - Method in class pe.pase.Department
Get the department resopnsibility
getRetAttr() - Method in class fcomponent.FOrganizationTree
 
getRetObject() - Method in class fcomponent.FOrganizationTree
 
getRetObjectText() - Method in class fcomponent.FOrganizationTree
 
getReturnCode() - Method in class fcomponent.editableimage.EditTextDialog
 
getRMIPort() - Method in class pe.pase.SerRuntimeEnv
Get the RMI server port number.
getRMItem(String) - Method in interface pe.pase.FlowService
 
getRMManageInfo(String) - Method in interface pe.pase.FlowService
 
getRMManagerAccessByOrgID(List<String>) - Method in interface pe.pase.SecurityService
 
getROCDate(String) - Method in class pase.agenda.MyDate
 
getROCYear() - Method in class pase.agenda.MyDate
 
getRole(String) - Method in interface pase.server.ServerAPI
Get role by the specified role id.
getRole() - Method in class pe.pase.AddCSResultData
 
getRole(String) - Method in class pe.pase.BasedClientAPI
 
getRole(String) - Method in interface pe.pase.ClientAPI
Get role by the specified role id.
getRole() - Method in class pe.pase.CSResultData
 
getRole(String) - Method in interface pe.pase.OrgService
Return a data object of role by ID
getRole(String) - Method in class pe.pase.PASEOrgModel
Get instance of Role with the specified role id
getRole() - Method in interface pe.pase.ResultData
 
getRole(String) - Method in interface pe.pase.ServerService
Return a data object of role by ID
getRoleFunction() - Method in class pe.pase.SpecialRole
Get the type of special role
getRoleID() - Method in class pe.pase.APWork
 
getRoleID() - Method in class pe.pase.memberDR
Get the role id
getRoleId() - Method in class pe.pase.MemberDRM
 
getRoleID() - Method in class pe.pase.PASEFreqAp
 
getRoleID() - Method in class pe.pase.PASEProcess
Get the id of role of the member who executes the process.
getRoleID() - Method in class pe.pase.PASETaskTrackPermission
Get the role id
getRoleID() - Method in class pe.pase.Task
Get the role id of the role computed by the Agentflow system
getRoleId() - Method in class pe.pase.WebServiceStart
 
getRoleList() - Method in class pe.pase.Company
Get all roles in the company
getRoleList() - Method in class pe.pase.DBProcess
Get the department role list
getRoleList() - Method in class pe.pase.Department
Get all roles of the department
getRoleList() - Method in class pe.pase.MemberRecord
Get all roles attached to the member
getRoleListByDepID(String) - Method in class pe.pase.MemberRecord
Get all roles belong to the specified department
getRoleListOfPASEGroup(String) - Method in interface pe.pase.SecurityService
Get all role ID in a PASEGroup.
getRoleListOfPASEGroup(String) - Method in interface pe.pase.ServerService
 
getRoleName() - Method in class pe.pase.memberDR
Get the role name
getRoleName() - Method in class pe.pase.MemberDRM
 
getRoleName() - Method in class pe.pase.PASEFreqAp
 
getRoleName() - Method in class pe.pase.PASEProcess
Get the name of role of the member who executes the process.
getRoles(Vector) - Method in class pe.pase.PASEOrgModel
Get the instances of Role with the set of specified role id
getRoleSearchResult(String, boolean, boolean, boolean, boolean) - Method in interface pe.pase.UtilityService
Get the role search result with the keyword.
getRoleSearchResult(String, boolean, boolean, boolean, boolean, boolean, boolean) - Method in interface pe.pase.UtilityService
 
getRoleSearchResult(String, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in interface pe.pase.UtilityService
 
getRoleSearchResult(String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in interface pe.pase.UtilityService
 
getRoleSearchResult(boolean, String, boolean, boolean, boolean, boolean, boolean, boolean) - Method in interface pe.pase.UtilityService
Get the role search result with the keyword, include company.
getRoleSearchResult(String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in interface pe.pase.UtilityService
Get the search result with the keyword, include company.
getRoleSearchResult(HashMap<Object, Object>) - Method in interface pe.pase.UtilityService
 
getRoleTreeMode() - Method in class fcomponent.FOrganizationTree
 
getRolMap() - Method in class pe.pase.PASEOrgModel
Get role map
getRoomID() - Method in class pe.pase.MeetingInfo
 
getRoomID() - Method in class pe.pase.MMShowInfo
 
getRoomName() - Method in class pe.pase.MeetingInfo
 
getRoomName() - Method in class pe.pase.MMShowInfo
 
getRoomNum() - Method in class pe.pase.MeetingRoom
 
getRoomPhoto() - Method in class pe.pase.MeetingRoom
 
getRootDBProcessByName(String) - Method in interface pe.pase.PDEService
Return all root process of some specific DBProcess
getRootDBProcessByName(String) - Method in interface pe.pase.ServerService
Return all root process of some specific DBProcess
getRootDBProcessOfProject(String) - Method in interface pase.server.ServerAPI
Get all root process of the specified project.
getRootDBProcessOfProject(String) - Method in class pe.pase.BasedClientAPI
 
getRootDBProcessOfProject(String) - Method in interface pe.pase.ClientAPI
Get the list of the root DBProcess by the specified project id.
getRootDBProcessOfProject(String) - Method in interface pe.pase.PDEService
Return all root process of some specific project
getRootDBProcessOfProject(String) - Method in interface pe.pase.ServerService
Return all root process of some specific project
getRootDTreeNode() - Method in class fcomponent.FTreeModel
 
getRootID() - Method in class pe.pase.DBProcess
Get process id of root process(the Work Flow)
getRootID() - Method in class pe.pase.IapSignResultData
 
getRootID() - Method in class pe.pase.Task
Get the task id of root task
getRootID() - Method in class pe.pase.TinyTask
 
getRootName() - Method in class pe.pase.Task
Get the task name of root task
getRootName() - Method in class pe.pase.TinyTask
 
getRootNode() - Method in class fcomponent.FOrganizationTree
 
getRootProcessID() - Method in class pe.pase.TinyTask
 
getRootProcessId() - Method in class pe.pase.WebServiceStart
 
getRootProcessId() - Method in class pe.pase.WebServiceStartParam
 
getRootProcessLocaleInfo() - Method in class pe.pase.FormForward
 
getRootProcessLocaleInfo() - Method in class pe.pase.Task
 
getRootProcessLocaleInfo() - Method in class pe.pase.TinyTask
 
getRootProcessLocaleName() - Method in class pe.pase.TinyTask
 
getRootProcessName() - Method in class pe.pase.FormForward
 
getRootProcessName() - Method in class pe.pase.TinyTask
 
getRootSiblingOrder() - Method in class pe.pase.DBProcess
 
getRootSiblingOrder() - Method in class pe.pase.PASEProcess
 
getRootTaskDataListOfJoinMember(String, String, int, String, boolean) - Method in interface pe.pase.FlowService
 
getRootTaskID() - Method in class pe.pase.MsgAttachFormData
 
getRootTaskID() - Method in class pe.pase.PASEProcessNode
 
getRootTaskOfCompany() - Method in interface pase.server.ServerAPI
Get all root tasks.
getRootTaskOfCompany(int) - Method in interface pase.server.ServerAPI
Get all root tasks with the specified state.
getRootTaskOfJoinMember(String) - Method in interface pe.pase.FlowService
Return Root tasks executed by some specific member, including deputy
getRootTaskOfJoinMember(String, int) - Method in interface pe.pase.FlowService
Return Root tasks executed by some specific member and states, including deputy
getRootTaskOfJoinMember(String, String) - Method in interface pe.pase.FlowService
Return Root tasks executed by some specific member and states, including deputy
getRootTaskOfJoinMember(String) - Method in interface pe.pase.ServerService
Return Root tasks executed by some specific member, including deputy
getRootTaskOfJoinMember(String, int) - Method in interface pe.pase.ServerService
Return Root tasks executed by some specific member and states, including deputy
getRootTaskOfJoinMember(String, String) - Method in interface pe.pase.ServerService
Return Root tasks executed by some specific member and states, including deputy
getRootTaskOfMember(String) - Method in class pe.pase.BasedClientAPI
 
getRootTaskOfMember(String, int) - Method in class pe.pase.BasedClientAPI
 
getRootTaskOfMember(String) - Method in interface pe.pase.ClientAPI
Get root tasks which managed by the specified member.
getRootTaskOfMember(String, int) - Method in interface pe.pase.ClientAPI
Get root tasks which managed by the specified member.
getRootTaskOfMember(String) - Method in interface pe.pase.FlowService
Return Root tasks executed by some specific member, deputy exclusively
getRootTaskOfMember(String, int) - Method in interface pe.pase.FlowService
Return Root tasks executed by some specific member and states, deputy exclusively
getRootTaskOfMember(String) - Method in interface pe.pase.ServerService
Return Root tasks executed by some specific member, deputy exclusively
getRootTaskOfMember(String, int) - Method in interface pe.pase.ServerService
Return Root tasks executed by some specific member and states, deputy exclusively
getRootTaskOfProcess(String) - Method in class pe.pase.BasedClientAPI
 
getRootTaskOfProcess(String, int) - Method in class pe.pase.BasedClientAPI
 
getRootTaskOfProcess(String) - Method in interface pe.pase.ClientAPI
Retrieving the root Tasks of the given DBProcess id.
getRootTaskOfProcess(String, int) - Method in interface pe.pase.ClientAPI
Retrieving the root Tasks of the given DBProcess id and task state.
getRootTaskOfProcess(String) - Method in interface pe.pase.FlowService
Retrieving the root Tasks of the given DBProcess id.
getRootTaskOfProcess(String, int) - Method in interface pe.pase.FlowService
Retrieving the root Tasks of the given DBProcess id and task state.
getRootTaskSummaryOfJoinMember(String, int) - Method in interface pe.pase.FlowService
Deprecated. 
getRootTaskSummaryOfJoinMember(String, int) - Method in interface pe.pase.ServerService
 
getRootUser() - Method in class pe.pase.Task
Get the root task user name.
getRootUser() - Method in class pe.pase.TinyTask
 
getRotateLabel() - Method in class pe.pase.PASEProcessLink
whether the lable is rotated
getRowChoicesCount() - Method in class fcomponent.FChoiceBox
 
getRowCount() - Method in class fcomponent.FScrollTableModel
 
getRowCount() - Method in class fcomponent.FTableScrollPane
Returns the number of rows in this table
getRowCount() - Method in class fcomponent.sortabletable.SortableTableModel
 
getRowCount() - Method in class taskattachedfile.MyTaskAttachedFileTableModel
 
getRowCount() - Method in class taskattachedfile.TaskAttachedFileTableModel
 
getRowData(int) - Method in class fcomponent.FScrollTableModel
 
getRowData(int) - Method in class fcomponent.FTable
 
getRowData(int) - Method in class fcomponent.FTableScrollPane
Get the 'row data'
getRowHeightType() - Method in class fcomponent.MultiLineData
 
getRowKey() - Method in class fcomponent.ChartConfig
 
getRowList() - Method in class fcomponent.FScrollTableModel
 
getRowList(boolean) - Method in class fcomponent.FScrollTableModel
 
getRowList() - Method in class fcomponent.FTableScrollPane
Get the 'row list'
getRowList(boolean) - Method in class fcomponent.FTableScrollPane
Get the 'row list'
getRowPerPage() - Method in class fcomponent.QueryCondition
 
getRule() - Method in class pe.pase.APRepeatRule
 
getRule() - Method in class pe.pase.DeputyRule
Get the rule
getRule() - Method in class pe.pase.RMRepeatRule
 
getRulePatternList() - Method in class pe.pase.IapRuleModel
 
getRulesVector() - Method in class pe.pase.IapDBProcess
 
getRun() - Method in class pe.pase.AccessArtifact
Get the access right for running.
getRun() - Method in class pe.pase.AccessSchedule
Get the access right for running.
getRun() - Method in class pe.pase.AccessTask
Get the access right for running.
getRunntimeIgtSubItemIdName(String, String) - Static method in class pe.pase.ItemGroupTemplateArtifact
 
getSave() - Method in class fcomponent.FComboBox
Return the poperty 'savable' of MyComboBox
getSave() - Method in class fcomponent.FPasswordField
 
getSaveCount() - Method in class pe.pase.AFTVElementVO
 
getSaveTime() - Method in class pe.pase.APProject
 
getSaveTime() - Method in class pe.pase.PASEMessage
Get the save time of message
getSaveTime() - Method in class taskattachedfile.TaskAttachedFileInfo
 
getSaveTimeString() - Method in class pe.pase.PASEMessage
Get the time string.
getSchedule() - Method in class pe.pase.AccessAdmin
Get the schedule Option
getSchedule() - Method in class pe.pase.AccessMember
Get the schedule Option
getScheduleAll() - Method in class pe.pase.AccessAdmin
 
getScheduleAll() - Method in class pe.pase.AccessMember
 
getScheduleEvent(String) - Method in interface pase.server.ServerAPI
get schedule event Examples: var event = Server.getScheduleEvent(eventID);
getScheduleEvent(String) - Method in class pe.pase.BasedClientAPI
 
getScheduleEvent(String) - Method in interface pe.pase.ClientAPI
Get schedule event Examples: var event = Client.getScheduleEvent(eventID);
getScheduleEvent(String) - Method in interface pe.pase.ServerService
 
getScheduleEvent(String) - Method in interface pe.pase.UtilityService
Get a ScheduleEvent instance
getScheduleView() - Method in class pe.pase.AccessAdmin
 
getScheduleView() - Method in class pe.pase.AccessMember
 
getScope() - Method in class pe.pase.AuthLDAPConfig
 
getScript() - Method in class fcomponent.ScriptProperty
 
getScript() - Method in class pe.pase.CronScript
 
getScriptAdaptorJarFile() - Method in class pe.pase.Artifact
 
getScriptCode(String, String) - Method in class pe.pase.ArtFormItem
 
getScriptCode() - Method in class pe.pase.EFormScript
 
getScriptLibrary(String) - Method in interface pe.pase.FlowService
Get Script Library by name
getScriptLibrary(String) - Method in interface pe.pase.FormAPI
Get the script with the specified script library name.
getScrolling() - Method in class fcomponent.FIframe
 
getScrollPane() - Method in class fcomponent.FTableScrollPane
 
getSduAllDayBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getSduAllDayBorderFT() - Method in class pe.pase.EIPColorThemeTemplate
 
getSduAllDayBorderRB() - Method in class pe.pase.EIPColorThemeTemplate
 
getSduBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getSduHolidayBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getSduInBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getSduInBorderBottom() - Method in class pe.pase.EIPColorThemeTemplate
 
getSduMonthBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getSduMonthInBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getSduMonthOtherBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getSduOutBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getSduOutBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getSduTimeBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getSduTimeBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getSduTodayBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getSduTodayTitleBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getSduWeekBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getSduWorkBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getSearchSubordinateList(Map) - Method in interface pe.pase.FlowService
 
getSelected() - Method in class fcomponent.FList
 
getSelectedColumn() - Method in class fcomponent.FTableScrollPane
Deprecated.
, it only support on Applet artifact now, and JSP artifact doesn't.
getSelectedFile(int) - Method in class taskattachedfile.MyTaskAttachedFileTableModel
 
getSelectedFile(int) - Method in class taskattachedfile.TaskAttachedFileTableModel
 
getSelectedIndex() - Method in class fcomponent.FChoiceBox
 
getSelectedIndex() - Method in class fcomponent.SelectionVector
 
getSelectedItem() - Method in class fcomponent.SelectionVector
 
getSelectedNodes() - Method in class fcomponent.FTree
 
getSelectedNodesKey() - Method in class fcomponent.FTree
 
getSelectedPrjID() - Method in class pe.pase.EIPLayoutPortlets
 
getSelectedPrjID() - Method in class pe.pase.EIPLayoutTabs
 
getSelectedRow() - Method in class fcomponent.FTableScrollPane
Returns the index of the first selected row, -1 if no row is selected.
getSelectedRowColor() - Method in class fcomponent.FTableScrollPane
 
getSelectedRowColor() - Method in class fcomponent.TableColors
 
getSelectedRowColor() - Method in class fcomponent.TableUIParameters
 
getSelectedTab() - Method in class fcomponent.FTabbedPane
 
getSelectedTextColor() - Method in class fcomponent.FRichTextArea
 
getSelectedTextColor() - Method in class fcomponent.FTextArea
 
getSelection() - Method in class fcomponent.ButtonGroupChlid
 
getSelectionColor() - Method in class fcomponent.FRichTextArea
 
getSelectionColor() - Method in class fcomponent.FTextArea
 
getSelectionMode() - Method in class fcomponent.FList
 
getSelectionModeOptions() - Static method in class fcomponent.util.BeanInfoUtilities
 
getSenderId() - Method in class pe.pase.ScheduleEvent
 
getSenderMemId() - Method in class pe.pase.FormForward
 
getSenderName() - Method in class pe.pase.FormForward
 
getSenderName() - Method in class pe.pase.ScheduleEvent
 
getSendID() - Method in class pe.pase.PASEMessage
Get the login id of sender
getSendName() - Method in class pe.pase.PASEMessage
Get the name of sender
getSendTime() - Method in class pe.pase.FormForward
 
getSentPASEMessageOfMember(String) - Method in interface pe.pase.UtilityService
Get a member's sent messages
getSequelProIDList(String, String) - Method in interface pe.pase.FlowService
Get all call processes ID list in this RootTask.
getSequelProIDList(String, String) - Method in interface pe.pase.ServerService
 
getSequence() - Method in class pe.pase.SessionConnection
 
getSerialNo() - Method in class pe.pase.CronScript
 
getServerEnv() - Method in interface pase.server.ServerAPI
Get server runtime environment.
getServerEnv() - Method in interface pe.pase.UtilityService
Get the server runtime environment
getServerGMT() - Method in interface pase.server.ServerAPI
 
getServerGMT() - Method in interface pe.pase.UtilityService
get the GMT of server
getServerHost() - Method in class pe.pase.SerRuntimeEnv
Get the server's host.
getServerID() - Method in class pe.pase.SerRuntimeEnv
 
getServerIP() - Method in class pe.pase.AuthLDAPConfig
 
getServerPort() - Method in class pe.pase.AuthLDAPConfig
 
getServerStatus() - Method in class pe.pase.BasedClientAPI
 
getServerStatus() - Method in interface pe.pase.ServerService
get server status.
getServerStatus() - Method in interface pe.pase.UtilityService
Get server status.
getServerSuspendTime() - Method in class pe.pase.SerRuntimeEnv
impl. remark: It's "ServerSuspendTime" used by FinalCountDownDialog
getServerSystemProperties() - Method in interface pe.pase.UtilityService
 
getServerTime() - Method in interface pase.server.ServerAPI
Get the server time in milliseconds Examples: var time = Server.getServerTime(); new date = new Pacakges.java.util.Date(time);
getServerTime() - Method in class pe.pase.BasedClientAPI
 
getServerTime() - Method in interface pe.pase.ClientAPI
Get the server time in milliseconds Examples: var time = Client.getServerTime(); var date = new java.util.Date(time);
getServerTime() - Method in interface pe.pase.ServerService
 
getServerTime() - Method in interface pe.pase.UtilityService
Get server time.
getService(String) - Method in class pe.pase.BasedClientAPI
 
getService(String) - Method in interface pe.pase.ClientAPI
Get Remote Service by the given service name
getServiceName() - Method in class pe.pase.WebServiceDBProcess
 
getServiceNS() - Method in class pe.pase.WebServiceDBProcess
 
getSessionConnectionURL(int) - Method in interface pase.server.ServerAPI
Get the db configuration info with the specific sequence number Examples: var config = Server.getSessionConnectionURL(1); java.lang.System.out.println(config);
getSessionConnectionURL(String) - Method in interface pase.server.ServerAPI
Get a db configuration by given name.
getSessionConnectionURL(int) - Method in class pe.pase.BasedClientAPI
 
getSessionConnectionURL(String) - Method in class pe.pase.BasedClientAPI
 
getSessionConnectionURL(int) - Method in interface pe.pase.ClientAPI
Get the db configuration info with the specific sequence number Examples: var config = Client.getSessionConnectionURL(1); java.lang.System.out.println(config);
getSessionConnectionURL(String) - Method in interface pe.pase.ClientAPI
Get a db configuration by given name.
getSessionConnectionURL(int) - Method in interface pe.pase.DBService
Get the db configuration info with the specific sequence number
getSessionConnectionURL(String, String, int) - Method in interface pe.pase.DBService
 
getSessionConnectionURL(String) - Method in interface pe.pase.DBService
Get the db configuration info with the specific name
getSessionConnectionURL(String, String, String) - Method in interface pe.pase.DBService
 
getSessionConnectionURL(int) - Method in interface pe.pase.ServerService
 
getSessionConnectionURL(String) - Method in interface pe.pase.ServerService
 
getSessionConnectionURLList() - Method in interface pase.server.ServerAPI
Get all db configurations.
getSessionConnectionURLList() - Method in class pe.pase.BasedClientAPI
 
getSessionConnectionURLList() - Method in interface pe.pase.ClientAPI
Get all db configurations.
getSessionConnectionURLList() - Method in interface pe.pase.DBService
Get the db configuration info list
getSessionConnectionURLList() - Method in interface pe.pase.ServerService
 
getSessionId() - Method in class pe.pase.OutLink
 
getSessionId() - Method in class pe.pase.SessionConnection
 
getSetClassic() - Method in class pe.pase.BBSMessage
 
getSetFrontUser() - Method in class pe.pase.SerRuntimeEnv
 
getSetLockArticle() - Method in class pe.pase.BBSMessage
 
getSetPeak() - Method in class pe.pase.BBSMessage
 
getSettableEvent(String) - Static method in class fcomponent.general.HTMLEventConstants
 
getSharedFileID() - Method in class pe.pase.PASESharedFileMember
 
getShowMap() - Method in class fcomponent.FPosition
 
getShowMapName() - Method in class fcomponent.FPosition
 
getShowName() - Method in class pe.pase.MemberRecord
 
getShowTime() - Method in class pe.pase.EipBBSAnnouncementConfig
 
getShowTime() - Method in class pe.pase.Marquee
 
getShowToSubOrg() - Method in class pe.pase.BBSMessage
 
getSiblingOrder() - Method in class fcomponent.DTreeNode
 
getSiblingOrder() - Method in class pe.pase.ArtifactToPdfAdapterDBProcess
 
getSiblingOrder() - Method in class pe.pase.Category
 
getSiblingOrder() - Method in class pe.pase.Company
 
getSiblingOrder() - Method in class pe.pase.DBAdapterDBProcess
 
getSiblingOrder() - Method in class pe.pase.DBParameter
 
getSiblingOrder() - Method in class pe.pase.DBProcess
 
getSiblingOrder() - Method in class pe.pase.DbServer
 
getSiblingOrder() - Method in class pe.pase.Department
 
getSiblingOrder() - Method in class pe.pase.DTTemplate
 
getSiblingOrder() - Method in class pe.pase.EIPLayoutPortlets
 
getSiblingOrder() - Method in class pe.pase.EIPLayoutTabs
 
getSiblingOrder() - Method in class pe.pase.EIPPortletDefine
 
getSiblingOrder() - Method in class pe.pase.EIPTabDefine
 
getSiblingOrder() - Method in class pe.pase.FileItem
 
getSiblingOrder() - Method in class pe.pase.FileServerAdapterDBProcess
 
getSiblingOrder() - Method in class pe.pase.IapRulePattern
 
getSiblingOrder() - Method in class pe.pase.Link
 
getSiblingOrder() - Method in class pe.pase.MailNotifyAdapterDBProcess
 
getSiblingOrder() - Method in class pe.pase.MemberRecord
 
getSiblingOrder() - Method in class pe.pase.PASEFreqAp
 
getSiblingOrder() - Method in class pe.pase.PASEFreqApNode
 
getSiblingOrder() - Method in class pe.pase.PASEProcessNode
 
getSiblingOrder() - Method in class pe.pase.Project
 
getSiblingOrder() - Method in class pe.pase.Role
 
getSiblingOrder() - Method in class pe.pase.SqlCmd
 
getSiblingOrder() - Method in class pe.pase.WebServiceDBProcess
 
getSiblingOrder() - Method in class pe.pase.WebServiceServer
 
getSiblingOrder() - Method in class pe.pase.WebServiceStartParam
 
getSignatureImage(String) - Method in class pe.pase.BasedClientAPI
 
getSignatureImage(String) - Method in interface pe.pase.ClientAPI
Get the signature image by the specified member id.
getSignatureImage(String) - Method in interface pe.pase.SecurityService
Get a member's signature string.
getSignatureImage(String) - Method in interface pe.pase.ServerService
 
getSignFrom() - Method in class pe.pase.IapRulePattern
 
getSignLevel() - Method in class pe.pase.Role
 
getSignResult() - Method in class pe.pase.AddCSResultData
 
getSignResult() - Method in class pe.pase.CSResultData
 
getSignResult() - Method in class pe.pase.IapSignResultData
 
getSignResultOfTask(String) - Method in interface pe.pase.FlowService
Returns all sign result that were written before
getSignTime() - Method in class pe.pase.AddCSResultData
 
getSignTime() - Method in class pe.pase.ATask
 
getSignTime() - Method in class pe.pase.CSResultData
 
getSignTime() - Method in class pe.pase.CSTask
 
getSignTimeStr() - Method in class pe.pase.AddCSResultData
 
getSignTimeStr(String) - Method in class pe.pase.AddCSResultData
 
getSignTimeStr() - Method in class pe.pase.CSResultData
 
getSignTimeStr(String) - Method in class pe.pase.CSResultData
 
getSignTo() - Method in class pe.pase.IapRulePattern
 
getSignTskId() - Method in class pe.pase.ATask
Returns the taskId of the task which creates this ATask.
getSignType() - Method in class pe.pase.CSResultData
 
getSingleLine() - Method in class pe.pase.PASEProcessLink
Replace m_lineProperty
getSize() - Method in class pe.pase.PASESharedFile
 
getSizeLimit() - Method in class fcomponent.ColumnsHeaderNode
 
getSizeLimit() - Method in class fcomponent.FComboBox
 
getSizeLimit() - Method in class fcomponent.FPasswordField
 
getSizeLimit() - Method in class fcomponent.FRichTextArea
 
getSizeLimit() - Method in class fcomponent.FSignature
 
getSizeLimit() - Method in class fcomponent.FTextArea
 
getSizeLimit() - Method in class fcomponent.FTree
 
getSLayers() - Method in class pe.pase.AddCSResultData
 
getSLayers() - Method in class pe.pase.ATask
Get the now sign layers.
getSMTPid() - Method in class pe.pase.SerRuntimeEnv
 
getSMTPpassword() - Method in class pe.pase.SerRuntimeEnv
 
getSockPort() - Method in class pe.pase.SerRuntimeEnv
Get the socket port number return socket port number
getSonCategory() - Method in class pe.pase.Category
 
getSortColumn() - Method in class fcomponent.table.TableSortModel
 
getSortColumnItemID() - Method in class fcomponent.FTableScrollPane
 
getSortedColumn() - Method in class fcomponent.table.TableSortEvent
 
getSortedRow(int) - Method in class fcomponent.sortabletable.SortableTable
 
getSortedRow(int) - Method in class fcomponent.sortabletable.SortableTableModel
 
getSortingRow(int) - Method in class fcomponent.sortabletable.SortableTableModel
 
getSortNumber() - Method in class pe.pase.APProject
 
getSortNumber() - Method in class pe.pase.APWork
 
getSoTimeOut() - Method in class pe.pase.SerRuntimeEnv
Get the time out value.
getSource() - Method in class fcomponent.DBData
 
getSource() - Method in class pe.pase.OrgRecord
 
getSourceArtIDList() - Method in class pe.pase.DTTemplate
 
getSourceTskID() - Method in class pe.pase.TaskMonitorRelation
 
getSourceType() - Method in class fcomponent.ChartConfig
 
getSpecialRole(String) - Method in interface pe.pase.OrgService
Return a data object of SpecialRole by ID
getSpeRole() - Method in class pe.pase.IapRulePattern
 
getSpeRoleList() - Method in class pe.pase.DBProcess
Get the special role list
getSql() - Method in class pe.pase.OrgRecord
 
getSql() - Method in class pe.pase.SqlCmd
 
getSqlCmdList() - Method in class pe.pase.DBAdapterDBProcess
 
getSqlCondition() - Method in enum pe.pase.MMSearchCondition.PERSON_STATE
 
getSQLConditionAndStatement(FormAPI) - Method in class fcomponent.QueryCondition
 
getSQLFETCHMILLIS() - Method in class pe.pase.SerRuntimeEnv
 
getSqlParamaterList() - Method in class pe.pase.SqlCmd
 
getSqlStatement() - Method in class fcomponent.QueryCondition
 
getSrc() - Method in class fcomponent.FIframe
 
getSrc() - Method in class fcomponent.FImageLabel
 
getSsoKey() - Method in class pe.pase.FormForward
 
getSSOMemberID(String) - Method in interface pe.pase.UtilityService
get memID from sso record by sessionID
getSSOMemberRecord(String) - Method in interface pe.pase.UtilityService
get memberRecord from sso record by sessionID
getStackOriented() - Method in class fcomponent.FChoiceBox
 
getStartAction() - Method in class pe.pase.IapDBProcess
 
getStartCondition() - Method in class pe.pase.CreateProcess
 
getStartDate() - Method in class pe.pase.AFTVElementVO
 
getStartDate() - Method in class pe.pase.MeetingInfo
 
getStartExecuteDeputyDateStr() - Method in class pe.pase.MemberRecord
Gets deputy start time with String value.
getStartExecuteDeputyHourStr() - Method in class pe.pase.MemberRecord
Gets the Hour value of the deputy start time.
getStartExecuteDeputyMinStr() - Method in class pe.pase.MemberRecord
Gets the Minute value of the deputy start time.
getStartExecuteDeputyTime() - Method in class pe.pase.MemberRecord
Gets deputy start time with long value.
getStartHM() - Method in class pe.pase.MeetingInfo
 
getStartImageType() - Method in class pe.pase.DBProcess
 
getStartMethod() - Method in class pe.pase.WebServiceStart
 
getStartTime() - Method in class pe.pase.APProject
 
getStartTime() - Method in class pe.pase.APRepeatRule
 
getStartTime() - Method in class pe.pase.APWork
 
getStartTime() - Method in class pe.pase.BBSBoardInfo
 
getStartTime() - Method in class pe.pase.BBSMessage
 
getStartTime() - Method in class pe.pase.BookingEvent
 
getStartTime() - Method in class pe.pase.CronScript
 
getStartTime() - Method in class pe.pase.Marquee
 
getStartTime() - Method in class pe.pase.MeetingInfo
 
getStartTime() - Method in class pe.pase.MMShowDebate
 
getStartTime() - Method in class pe.pase.MMShowInfo
 
getStartTime() - Method in class pe.pase.ProcessVersion
 
getStartTime() - Method in class pe.pase.RMRepeatRule
 
getStartTime() - Method in class pe.pase.RMSearchCondition
 
getStartTime() - Method in class pe.pase.ScheduleEvent
 
getStartTime() - Method in class pe.pase.Task
Get the start time of the task execution
getStartTime() - Method in class pe.pase.TinyTask
 
getStartTime() - Method in class pe.pase.TranslateArtIns
Get the start time of the artifact
getStartTimeStr() - Method in class pe.pase.BBSMessage
Get the start time string
getStartTimeString() - Method in class pe.pase.Task
Get the start time which the task executes
getStartUpMan() - Method in class pe.pase.RootTaskSummary
Get the name whose start up
getStartUpTime() - Method in class pe.pase.RootTaskSummary
Get the time of start up
getStartX() - Method in class pe.pase.DBProcess
Deprecated. 
getStartY() - Method in class pe.pase.DBProcess
Deprecated. 
getState(int) - Method in class fcomponent.sortabletable.HeaderRenderer
 
getState() - Method in class pe.pase.APProject
 
getState() - Method in class pe.pase.APTask
 
getState() - Method in class pe.pase.APWork
 
getState() - Method in class pe.pase.ScheduleEvent
 
getStaticRowHeight() - Method in class fcomponent.MultiLineData
 
getStatus() - Method in class pe.pase.AccessAdmin
Get the status option.
getStatus() - Method in class pe.pase.BBSBoard
 
getStatus() - Method in class pe.pase.LoginInfo
Returns the status for this login action.
getStatus() - Method in class pe.pase.MMShowDebate
 
getStatusString() - Method in class pe.pase.BBSBoard
 
getStatusWithStatusString(String) - Static method in class pe.pase.BBSBoard
 
getStoraged() - Method in class pe.pase.EIPLayoutPortlets
 
getStoraged() - Method in class pe.pase.EIPLayoutTabs
 
getStoraged() - Method in class pe.pase.EIPPortletDefine
 
getStoraged() - Method in class pe.pase.EIPTabDefine
 
getString(String) - Static method in class pe.pase.BBSGlobal
 
getString(String) - Static method in class pe.pase.PeGlobals
 
getStringAppendSeparator() - Method in class pe.pase.DTDBProcess
 
getSubArtifactIDList() - Method in class pe.pase.Artifact
Get the list of subartifact
getSubDepartmentList() - Method in class pe.pase.Department
Get all sub-department of the department
getSubDepartmentList() - Method in class pe.pase.Role
Get all sub-departments of the role
getSubDepIDOfDR(String, boolean) - Method in interface pase.server.ServerAPI
Get sub-department's id by specified department id or role id, and that search directly down the organizer according to the 'exp' argument.
getSubDepIDOfDR(String, boolean) - Method in class pe.pase.BasedClientAPI
 
getSubDepIDOfDR(String, boolean) - Method in interface pe.pase.ClientAPI
Get sub-department's id by the specified department id or role id, and that search directly down the organizer according to the 'exp' argument.
getSubDepIDOfDR(String, boolean) - Method in interface pe.pase.OrgService
Get sub-Department's ID by specified DepartmentID or RoleID,and that search directly down the Organizer according to the 'exp' argument.
getSubDepNameOfDR(String, boolean) - Method in interface pase.server.ServerAPI
Get sub-department's name by specified department id or role id, and that search directly down the organizer according to the 'exp' argument.
getSubDepNameOfDR(String, boolean) - Method in class pe.pase.BasedClientAPI
 
getSubDepNameOfDR(String, boolean) - Method in interface pe.pase.ClientAPI
Get sub-department's name by the specified department id or role id, and that search directly down the organizer according to the 'exp' argument.
getSubDepNameOfDR(String, boolean) - Method in interface pe.pase.OrgService
Get sub-Department's Name by specified DepartmentID or RoleID,and that search directly down the Organizer according to the 'exp' argument.
getSubDepNameOfDR(String, boolean) - Method in interface pe.pase.ServerService
Get sub-Department's Name by specified DepartmentID or RoleID,and that search directly down the Organizer according to the 'exp' argument.
getSubItemCount() - Method in class pe.pase.RMItem
 
getSubject() - Method in class pe.pase.AFACL
 
getSubject() - Method in class pe.pase.AFTVElementVO
 
getSubject() - Method in class pe.pase.BBSBoardInfo
 
getSubject() - Method in class pe.pase.BBSMessage
Get the subject of this message
getSubject() - Method in class pe.pase.BookingEvent
 
getSubMemberCNameOfDR(String, boolean) - Method in interface pase.server.ServerAPI
Get sub-member's name by specified department id or role id, and that search directly down the organizer according to the 'exp' argument.
getSubMemberCNameOfDR(String, boolean) - Method in class pe.pase.BasedClientAPI
 
getSubMemberCNameOfDR(String, boolean) - Method in interface pe.pase.ClientAPI
Get sub-member's name by the specified department id or role id, and that search directly down the organizer according to the 'exp' argument.
getSubMemberCNameOfDR(String, boolean) - Method in interface pe.pase.OrgService
Get sub-Member's Name by specified DepartmentID or RoleID,and that search directly down the Organizer according to the 'exp' argument.
getSubMemberCNameOfDR(String, boolean) - Method in interface pe.pase.ServerService
Get sub-Member's Name by specified DepartmentID or RoleID,and that search directly down the Organizer according to the 'exp' argument.
getSubMemberIDOfDR(String, boolean) - Method in interface pase.server.ServerAPI
Get sub-member's id by specified department id or role id, and that search directly down the organizer according to the 'exp' argument.
getSubMemberIDOfDR(String, boolean) - Method in class pe.pase.BasedClientAPI
 
getSubMemberIDOfDR(String, boolean) - Method in interface pe.pase.ClientAPI
Get sub-member's ID by the specified department id or role id, and that search directly down the organizer according to the 'exp' argument.
getSubMemberIDOfDR(String, boolean) - Method in interface pe.pase.OrgService
Get sub-Member's ID by specified DepartmentID or RoleID,and that search directly down the Organizer according to the 'exp' argument.
getSubMemListOfMember(String) - Method in interface pe.pase.OrgService
Return Vector of Member's 所有下屬的 memID
getSubMemListOfMember(String) - Method in interface pe.pase.ServerService
Return Vector of Member's 所有下屬的 memID
getSubOrgIDOfCDR(String, boolean, boolean, boolean, boolean, boolean) - Method in interface pe.pase.OrgService
 
getSubProcessList() - Method in class pe.pase.DBProcess
Get the list of sub-processes
getSubRoleIDOfDR(String, boolean) - Method in interface pase.server.ServerAPI
Get sub-role's ID by specified department ID or role ID, and that search directly down the organizer according to the 'expand' argument.
getSubRoleIDOfDR(String, boolean) - Method in class pe.pase.BasedClientAPI
 
getSubRoleIDOfDR(String, boolean) - Method in interface pe.pase.ClientAPI
Get sub-role's id by the specified department id or role id, and that search directly down the organizer according to the 'exp' argument.
getSubRoleIDOfDR(String, boolean) - Method in interface pe.pase.OrgService
Get sub-Role's id by specified DepartmentID or RoleID,and that search directly down the Organizer according to the 'exp' argument.
getSubRoleList() - Method in class pe.pase.Role
Get all sub-role in the role
getSubRoleNameOfDR(String, boolean) - Method in interface pase.server.ServerAPI
Get sub-role's name by specified department id or role id, and that search directly down the organizer according to the 'exp' argument.
getSubRoleNameOfDR(String, boolean) - Method in class pe.pase.BasedClientAPI
 
getSubRoleNameOfDR(String, boolean) - Method in interface pe.pase.ClientAPI
Get sub-role's name by the specified department id or role id, and that search directly down the organizer according to the 'exp' argument.
getSubRoleNameOfDR(String, boolean) - Method in interface pe.pase.OrgService
Get sub-Role's Name by specified DepartmentID or RoleID,and that search directly down the Organizer according to the 'exp' argument.
getSubRoleNameOfDR(String, boolean) - Method in interface pe.pase.ServerService
Get sub-Role's Name by specified DepartmentID or RoleID,and that search directly down the Organizer according to the 'exp' argument.
getSubTaskIDList(String) - Method in interface pe.pase.FlowService
Return subtasks id of some specific task
getSubTaskList(String) - Method in interface pase.server.ServerAPI
Get subtasks of the specified task.
getSubTaskList(String) - Method in class pe.pase.BasedClientAPI
 
getSubTaskList(String) - Method in interface pe.pase.ClientAPI
Get subtasks of the specified task.
getSubTaskList(String) - Method in interface pe.pase.FlowService
Return subtasks of some specific task
getSubTaskList(String, boolean) - Method in interface pe.pase.FlowService
Return subtasks of some specific root task
getSubTaskList(String) - Method in interface pe.pase.MonitorInfoProvider
 
getSubTaskList(String) - Method in interface pe.pase.ServerService
Return subtasks of some specific task
getSubtractDay(String) - Method in class pase.agenda.MyDate
 
getSubtractDay(Date) - Method in class pase.agenda.MyDate
 
getSubtractDay(String, String) - Method in class pase.agenda.MyDate
 
getSubtractDay(Date, Date) - Method in class pase.agenda.MyDate
 
getSubtractHour(String, String) - Method in class pase.agenda.MyDate
 
getSubtractMinute(String, String) - Method in class pase.agenda.MyDate
 
getSubtractSecond(String, String) - Method in class pase.agenda.MyDate
 
getSubWorkIDList(String) - Method in interface pe.pase.FlowService
 
GetSuffix(int) - Method in class fcomponent.parser.JavaCharStream
 
getSummary() - Method in class pe.pase.BookingEvent
 
getSummary() - Method in interface pe.pase.ICSEvent
 
getSummary() - Method in class pe.pase.MeetingInfo
 
getSummary() - Method in class pe.pase.ScheduleEvent
 
getSuper() - Method in class pe.pase.AccessAdmin
Get the super user option.
getSupportedHTMLEventOfComponent(String) - Static method in class fcomponent.general.HTMLEventConstants
 
getSupportedHTMLEvents() - Method in class fcomponent.AFExcelExporter
 
getSupportedHTMLEvents() - Method in class fcomponent.AFExcelImporter
 
getSupportedHTMLEvents() - Method in class fcomponent.FAccordionPanel
 
getSupportedHTMLEvents() - Method in class fcomponent.FButton
 
getSupportedHTMLEvents() - Method in class fcomponent.FButtonGroup
 
getSupportedHTMLEvents() - Method in class fcomponent.FCheckBox
 
getSupportedHTMLEvents() - Method in class fcomponent.FChoiceBox
 
getSupportedHTMLEvents() - Method in class fcomponent.FComboBox
 
getSupportedHTMLEvents() - Method in class fcomponent.FHLine
 
getSupportedHTMLEvents() - Method in class fcomponent.FImageLabel
 
getSupportedHTMLEvents() - Method in class fcomponent.FLabel
 
getSupportedHTMLEvents() - Method in class fcomponent.FList
 
getSupportedHTMLEvents() - Method in class fcomponent.FOrganizationTree
 
getSupportedHTMLEvents() - Method in class fcomponent.FPanel
 
getSupportedHTMLEvents() - Method in class fcomponent.FPasswordField
 
getSupportedHTMLEvents() - Method in class fcomponent.FRadioButton
 
getSupportedHTMLEvents() - Method in class fcomponent.FRectangle
 
getSupportedHTMLEvents() - Method in class fcomponent.FRichTextArea
 
getSupportedHTMLEvents() - Method in class fcomponent.FSignature
 
getSupportedHTMLEvents() - Method in class fcomponent.FTableScrollPane
 
getSupportedHTMLEvents() - Method in class fcomponent.FTextArea
 
getSupportedHTMLEvents() - Method in class fcomponent.FTextField
 
getSupportedHTMLEvents() - Method in class fcomponent.FTextFieldWithLabel
 
getSupportedHTMLEvents() - Method in class fcomponent.FTree
 
getSupportedHTMLEvents() - Method in class fcomponent.FVLine
 
getSupportedHTMLEvents() - Method in interface fcomponent.general.JspConvertable
 
getSupportedHTMLEvents() - Method in class fcomponent.jbarcodebean.JBarcodeBean
 
getSymbolFigureAt(Point) - Method in class fcomponent.editableimage.EditableImageLabel
 
getSymbolHeight() - Method in class fcomponent.editableimage.figure.DefaultTextFigure
 
getSymbolHeight() - Method in interface fcomponent.editableimage.figure.Figure
 
getSymbolRectangle() - Method in class fcomponent.editableimage.figure.CurveTextFigure
 
getSymbolRectangle() - Method in class fcomponent.editableimage.figure.DefaultTextFigure
 
getSymbolRectangle() - Method in interface fcomponent.editableimage.figure.Figure
 
getSymbolWidth() - Method in class fcomponent.editableimage.figure.DefaultTextFigure
 
getSymbolWidth() - Method in interface fcomponent.editableimage.figure.Figure
 
getSymbolX() - Method in class fcomponent.editableimage.figure.DefaultTextFigure
 
getSymbolX() - Method in interface fcomponent.editableimage.figure.Figure
 
getSymbolY() - Method in class fcomponent.editableimage.figure.DefaultTextFigure
 
getSymbolY() - Method in interface fcomponent.editableimage.figure.Figure
 
getSyncWeChatORGProcess(String, String) - Method in interface pase.server.ServerAPI
Examples: var comId = 'company'; var jobid = 'SYN0001'; var result = Server.getSyncWeChatORGProcess(comId, jobid); get the process and status of sync af org to wechat the @param comId:AF system wants to synchronize the organization of ID into the support department and corporate level
getSyncWeChatORGProcess(String, String) - Method in class pe.pase.BasedClientAPI
 
getSyncWeChatORGProcess(String, String) - Method in interface pe.pase.ClientAPI
Examples: var comId = 'company'; var jobid = 'SYN0001'; var result = Client.getSyncWeChatORGProcess(comId, jobid); get the process and status of sync af org to wechat the @param comId:AF system wants to synchronize the organization of ID into the support department and corporate level
getSyncWeChatORGProcess(String, String) - Method in interface pe.pase.FlowService
同步組織狀態查詢
getSynopsis() - Method in class fcomponent.FComboBox
Return the comment of MyComboBox
getSynopsis() - Method in class fcomponent.FPasswordField
 
getSynopsis() - Method in class pe.pase.AFGroup
 
getSynopsis() - Method in class pe.pase.ArtFormItem
Get the synopsis of the artifact form item.
getSynopsis() - Method in class pe.pase.Artifact
 
getSynopsis() - Method in class pe.pase.ArtifactToPdfAdapterDBProcess
 
getSynopsis() - Method in class pe.pase.Company
Get the company synopsis
getSynopsis() - Method in class pe.pase.DBAdapterDBProcess
 
getSynopsis() - Method in class pe.pase.DBProcess
Get the process synopsis
getSynopsis(String) - Method in class pe.pase.DBProcess
 
getSynopsis() - Method in class pe.pase.Department
Get the department synopsis
getSynopsis() - Method in class pe.pase.DeputyRule
Get the synopsis
getSynopsis() - Method in class pe.pase.FileServerAdapterDBProcess
 
getSynopsis() - Method in class pe.pase.IapEvaluationPattern
 
getSynopsis() - Method in class pe.pase.IapRulePattern
 
getSynopsis() - Method in class pe.pase.MailNotifyAdapterDBProcess
 
getSynopsis() - Method in class pe.pase.MemberRecord
Get the member synopsis
getSynopsis() - Method in class pe.pase.Role
Get the role synopsis
getSynopsis() - Method in class pe.pase.Task
Get the task synopsis
getSynopsis() - Method in class pe.pase.TinyTask
 
getSynopsis() - Method in class pe.pase.UserInfo
 
getSynopsis() - Method in class pe.pase.WebADMACL
 
getSynopsis() - Method in class pe.pase.WebServiceDBProcess
 
getSystem() - Method in class pe.pase.AccessAdmin
Get the system option.
getTabBG() - Method in class pe.pase.EIPColorTheme
 
getTabBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getTabBorder() - Method in class pe.pase.EIPColorTheme
 
getTabBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getTabcomponent(String) - Method in class fcomponent.FTabbedPane
 
getTabID() - Method in class pe.pase.EIPLayoutTabColumn
Get the tab id
getTabID() - Method in class pe.pase.EIPLayoutTabs
Get the layout id
getTabID() - Method in class pe.pase.EIPTabDefine
Get the layout id
getTabItemBG() - Method in class pe.pase.EIPColorTheme
 
getTabItemBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getTabItemBorder() - Method in class pe.pase.EIPColorTheme
 
getTabItemDownSelectBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getTabItemHoverBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getTabItemHoverText() - Method in class pe.pase.EIPColorThemeTemplate
 
getTabItemSelectBG() - Method in class pe.pase.EIPColorTheme
 
getTabItemSelectBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getTabItemSelectBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getTabItemSelectBorder() - Method in class pe.pase.EIPColorTheme
 
getTabItemSelectBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getTabItemSelectBorderBottom() - Method in class pe.pase.EIPColorThemeTemplate
 
getTabItemSelectText() - Method in class pe.pase.EIPColorTheme
 
getTabItemSelectText() - Method in class pe.pase.EIPColorThemeTemplate
 
getTabItemText() - Method in class pe.pase.EIPColorTheme
 
getTabItemText() - Method in class pe.pase.EIPColorThemeTemplate
 
getTable() - Method in class fcomponent.DatatablesConfig
 
getTable() - Method in class fcomponent.FTableImportExcel
 
getTable() - Method in class fcomponent.FTableScrollPane
 
getTableBorder() - Method in class pe.pase.EIPColorThemeTemplate
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class fcomponent.table.FStringCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class fcomponent.sortabletable.HeaderRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class fcomponent.table.FStringCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class fcomponent.table.renderer.MultiLineCellRenderer
 
getTableColor() - Method in class fcomponent.TableNewUIParameters
 
getTableColors() - Method in class fcomponent.FTableScrollPane
 
getTableList() - Method in class fcomponent.FHTMLQuery
 
getTableModel() - Method in class taskattachedfile.MyTaskAttachedFileTable
 
getTableModel() - Method in class taskattachedfile.TaskAttachedFileTable
 
getTableName() - Method in class fcomponent.QueryCondition
 
getTableNewUIParameters() - Method in class fcomponent.FTableScrollPane
 
getTableRowOddBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getTableUIParameters() - Method in class fcomponent.FTableScrollPane
Deprecated.
3.0
getTabMenuCalendarBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getTabMenuInfoBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getTabMenuNumberBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getTabMenuNumberText() - Method in class pe.pase.EIPColorThemeTemplate
 
getTabMenuNumberZeroBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getTabMenuNumberZeroText() - Method in class pe.pase.EIPColorThemeTemplate
 
getTabMenuSelectText() - Method in class pe.pase.EIPColorThemeTemplate
 
getTabMenuSuccessBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getTabMenuText() - Method in class pe.pase.EIPColorThemeTemplate
 
getTabMenuWarningBG() - Method in class pe.pase.EIPColorThemeTemplate
 
getTabPlacementOptions() - Static method in class fcomponent.util.BeanInfoUtilities
 
getTabTitles() - Method in class fcomponent.FTabbedPane
 
getTabType() - Method in class pe.pase.EIPLayoutTabs
Get the tab type
getTabType() - Method in class pe.pase.EIPTabDefine
Get the tab type
getTag() - Method in class pe.pase.EIPTag
 
getTagList() - Method in class pe.pase.BBSMessage
 
getTagList() - Method in class pe.pase.MeetingInfo
 
getTagList() - Method in class pe.pase.MMShowInfo
 
getTagListByID(String) - Method in interface pe.pase.UtilityService
 
getTagNameList() - Method in class pe.pase.BBSMessage
 
getTags() - Method in class fcomponent.jbarcodebean.BarcodeStrategyEditor
 
getTarget() - Method in class pe.pase.SpecialRole
Get the target of special role
getTargetID() - Method in class pe.pase.EIPLayoutPortlets
Get the target id
getTargetID() - Method in class pe.pase.EIPLayoutTabs
Get the target id
getTargetID() - Method in class pe.pase.EIPPortletDefine
Get the target id
getTargetID() - Method in class pe.pase.EIPTabDefine
Get the target id
getTask(String) - Method in interface pase.server.ServerAPI
Get task by the specified task id.
getTask() - Method in class pe.pase.AccessAdmin
Get the task option.
getTask() - Method in class pe.pase.AccessMember
Get the task option
getTask(String) - Method in class pe.pase.BasedClientAPI
 
getTask(String) - Method in interface pe.pase.ClientAPI
Get task by the specified task id.
getTask(String) - Method in interface pe.pase.FlowService
Return a data object of task
getTask(String) - Method in interface pe.pase.MonitorInfoProvider
 
getTask(String) - Method in interface pe.pase.ServerService
Return a data object of task
getTask() - Method in class pe.pase.TaskInfo
Get task
getTaskAll() - Method in class pe.pase.AccessAdmin
 
getTaskAttachedFileContent(String) - Method in class pe.pase.BasedClientAPI
 
getTaskAttachedFileContent(String) - Method in interface pe.pase.ClientAPI
Get file content of the specified task attached file.
getTaskAttachedFileContent(String) - Method in interface pe.pase.FileService
Release a FileTranser RMI interface
getTaskAttachedFileContent(String) - Method in interface pe.pase.ServerService
Return file content of specified task attached file
getTaskAttachedFileList() - Method in class pe.pase.Task
Returns attached file list string which attached before the task start Examples: var tsk = Form.getCurrentTask(); var dataString = tsk.getTaskAttachedFileList(); var taskattachedfile = Packages.taskattachedfile.TaskAttachedFileInfo.parseAttachFileInfo(dataString); if(taskattachedfile !
getTaskAttachedFileListSuspend() - Method in class pe.pase.Task
Returns attached file list string which attached on the task Examples: var tsk = Form.getCurrentTask(); var dataString = tsk.getTaskAttachedFileListSuspend(); var taskattachedfile = Packages.taskattachedfile.TaskAttachedFileInfo.parseAttachFileInfo(dataString); if(taskattachedfile !
getTaskCacheSize() - Method in class pe.pase.SerRuntimeEnv
Get the task cache size.
getTaskExeOrder() - Method in class pe.pase.CSResultData
 
getTaskID() - Method in class pe.pase.AddCSResultData
 
getTaskID() - Method in class pe.pase.APTask
 
getTaskId() - Method in class pe.pase.CronScript
 
getTaskID() - Method in class pe.pase.CSResultData
 
getTaskId() - Method in class pe.pase.MailLoginTimeStamp
 
getTaskID() - Method in class pe.pase.MsgAttachFormData
 
getTaskID() - Method in interface pe.pase.ResultData
 
getTaskID() - Method in class pe.pase.RootTaskSummary
Get the task id
getTaskID() - Method in class pe.pase.Task
Get the task id
getTaskID() - Method in class pe.pase.TaskInfo
Get the task id
getTaskID() - Method in class pe.pase.TinyTask
 
getTaskID() - Method in class taskattachedfile.TaskAttachedFileInfo
 
getTaskID() - Method in class taskattachedfile.TaskAttachedFilePanel
 
getTaskIDListOfMember(String, int, int, String) - Method in interface pe.pase.FlowService
Return task ID list of the specific member
getTaskIDListOfMember(String, int, int, String) - Method in interface pe.pase.ServerService
 
getTaskKeyWord() - Method in class pe.pase.FormForward
 
getTaskList(String) - Method in interface pe.pase.FlowService
Return tasks of the specific member
getTaskList(String, int, int) - Method in interface pe.pase.FlowService
Return tasks of the specific member
getTaskList() - Method in class pe.pase.ProcessTask
 
getTaskList() - Method in class pe.pase.ProjectTask
 
getTaskList(String) - Method in interface pe.pase.ServerService
 
getTaskList(String, int, int) - Method in interface pe.pase.ServerService
 
getTaskMailLink(String) - Method in interface pase.server.ServerAPI
 
getTaskMailLink(String) - Method in interface pe.pase.FlowService
 
getTaskMonitorRelationByRoot(String) - Method in interface pe.pase.FlowService
Get the task relation info of create process by the rootTask was triggered
getTaskName() - Method in class pe.pase.RootTaskSummary
Get the task name
getTaskName() - Method in class pe.pase.TaskInfo
Get the task name
getTaskNote() - Method in class pe.pase.Task
Get the task note
getTaskNotifyRootList(String, String) - Method in interface pe.pase.FlowService
 
getTaskNumberOfMember(String) - Method in interface pe.pase.FlowService
 
getTaskOfCompany() - Method in interface pase.server.ServerAPI
Get all tasks.
getTaskOfCompany(int) - Method in interface pase.server.ServerAPI
Get all tasks with the specified state.
getTaskOfCompany() - Method in interface pe.pase.FlowService
Get all tasks.
getTaskOfCompany(int) - Method in interface pe.pase.FlowService
Get tasks with the specified task states.
getTaskOfCompany() - Method in interface pe.pase.ServerService
 
getTaskOfCompany(int) - Method in interface pe.pase.ServerService
 
getTaskOfDepartment(String) - Method in interface pase.server.ServerAPI
Get tasks of the specified department.
getTaskOfDepartment(String, int) - Method in interface pase.server.ServerAPI
Get tasks of the specified department.
getTaskOfDepartment(String) - Method in interface pe.pase.FlowService
Get all tasks for the specified department.
getTaskOfDepartment(String, int) - Method in interface pe.pase.FlowService
Get tasks for the specified department, with the specified task states.
getTaskOfDepartment(String) - Method in interface pe.pase.ServerService
 
getTaskOfDepartment(String, int) - Method in interface pe.pase.ServerService
 
getTaskOfMember(String) - Method in interface pase.server.ServerAPI
Get tasks executed by the specified member.
getTaskOfMember(String, int) - Method in interface pase.server.ServerAPI
Get tasks executed by the specified member.
getTaskOfMember(String) - Method in class pe.pase.BasedClientAPI
 
getTaskOfMember(String, int) - Method in class pe.pase.BasedClientAPI
 
getTaskOfMember(String) - Method in interface pe.pase.ClientAPI
Get tasks which managed by the specified member.
getTaskOfMember(String, int) - Method in interface pe.pase.ClientAPI
Get tasks which managed by the specified member.
getTaskOfMember(String) - Method in interface pe.pase.FlowService
Return tasks executed by some specific member
getTaskOfMember(String, int) - Method in interface pe.pase.FlowService
Return tasks which in some state and executed by some specific member
getTaskOfMember(String) - Method in interface pe.pase.ServerService
Return tasks executed by some specific member
getTaskOfMember(String, int) - Method in interface pe.pase.ServerService
Return tasks which in some state and executed by some specific member
getTaskOfProcess(String) - Method in interface pase.server.ServerAPI
Get tasks of the specified process.
getTaskOfProcess(String, int) - Method in interface pase.server.ServerAPI
Get tasks of the specified process.
getTaskOfProcess(String) - Method in class pe.pase.BasedClientAPI
 
getTaskOfProcess(String, int) - Method in class pe.pase.BasedClientAPI
 
getTaskOfProcess(String) - Method in interface pe.pase.ClientAPI
Get tasks in the specified process.
getTaskOfProcess(String, int) - Method in interface pe.pase.ClientAPI
Get tasks in the specified process.
getTaskOfProcess(String) - Method in interface pe.pase.FlowService
Return tasks instantiated of some specific process.
getTaskOfProcess(String, int) - Method in interface pe.pase.FlowService
Return tasks which are in some state and instantiated of some specific process.
getTaskOfProcess(String) - Method in interface pe.pase.ServerService
Return tasks instantiated of some specific process.
getTaskOfProcess(String, int) - Method in interface pe.pase.ServerService
Return tasks which are in some state and instantiated of some specific process.
getTaskOfRole(String) - Method in interface pase.server.ServerAPI
Get tasks executed by members as the specified role.
getTaskOfRole(String, int) - Method in interface pase.server.ServerAPI
Get tasks executed by members as the specified role.
getTaskOfRole(String) - Method in interface pe.pase.FlowService
Get all tasks for the specified role.
getTaskOfRole(String, int) - Method in interface pe.pase.FlowService
Get tasks for the specified role, with the specified task states.
getTaskOfRole(String) - Method in interface pe.pase.ServerService
 
getTaskOfRole(String, int) - Method in interface pe.pase.ServerService
 
getTaskOfRootTask(String) - Method in interface pase.server.ServerAPI
Get tasks of the specified root task.
getTaskOfRootTask(String) - Method in class pe.pase.BasedClientAPI
 
getTaskOfRootTask(String) - Method in interface pe.pase.ClientAPI
Get tasks of the specified root task.
getTaskOfRootTask(String) - Method in interface pe.pase.FlowService
Return tasks of some specific root task
getTaskOfRootTask(String) - Method in interface pe.pase.MonitorInfoProvider
 
getTaskOfRootTask(String) - Method in interface pe.pase.ServerService
Return tasks of some specific root task
getTaskRootUserName() - Method in class pe.pase.FormForward
 
getTaskSearch() - Method in class pe.pase.AccessAdmin
Get the task search option
getTaskSearch() - Method in class pe.pase.AccessMember
Get the task search option
getTaskSearchAll() - Method in class pe.pase.AccessAdmin
 
getTaskSearchAll() - Method in class pe.pase.AccessMember
 
getTaskSearchView() - Method in class pe.pase.AccessAdmin
 
getTaskSearchView() - Method in class pe.pase.AccessMember
 
getTaskState() - Method in class pe.pase.AddCSResultData
 
getTaskState() - Method in class pe.pase.CSResultData
 
getTaskState() - Method in class pe.pase.Task
Get the task state
getTaskState() - Method in class pe.pase.TaskInfo
Get task state
getTaskState() - Method in class pe.pase.TinyTask
 
getTaskTrackList() - Method in class pe.pase.DBProcess
Deprecated. 
getTaskType() - Method in class pe.pase.Task
Get the task type
getTaskType() - Method in class pe.pase.TaskInfo
 
getTaskView() - Method in class pe.pase.AccessAdmin
 
getTelephone() - Method in class pe.pase.UserInfo
 
getTemplateID() - Method in class pe.pase.ScheduleEvent
 
getTemplateIDs() - Method in class pe.pase.ScheduleSearchCondition
 
getText() - Method in class fcomponent.editableimage.figure.DefaultTextFigure
 
getText() - Method in interface fcomponent.editableimage.figure.TextFigure
 
getText() - Method in class fcomponent.FAccordionPanel
 
getText() - Method in class fcomponent.FRichTextArea
 
getText() - Method in class fcomponent.FSignature
 
getText() - Method in class fcomponent.FTextArea
 
getText() - Method in class fcomponent.FTextFieldWithLabel
 
getText() - Method in class fcomponent.FTree
 
getText() - Method in class fcomponent.TextProperty
 
getTextArea() - Method in class fcomponent.FTextArea
 
getTextFigureAt(Point) - Method in class fcomponent.editableimage.EditableImageLabel
 
getTextPane() - Method in class fcomponent.FRichTextArea
 
getTextRectangle() - Method in class fcomponent.editableimage.figure.DefaultTextFigure
 
getTextRectangle() - Method in interface fcomponent.editableimage.figure.TextFigure
 
getTextWithHTML() - Method in class fcomponent.FHTMLLink
 
getTFSearchDir() - Method in class pe.pase.UserConfig
Get the search direction of task frame
getTFSearchFld() - Method in class pe.pase.UserConfig
Get the search field of task frame
getTFSearchKey() - Method in class pe.pase.UserConfig
Get the search keyword of task frame
getTheLatestPasswordHistory(String) - Method in interface pe.pase.OrgService
get the latest history password.
getTheme() - Method in class pe.pase.APWork
 
getTheme() - Method in class pe.pase.MeetingInfo
 
getTheme() - Method in class pe.pase.MMShowDebate
 
getTheme() - Method in class pe.pase.MMShowInfo
 
getThemeColor() - Method in class pe.pase.EIPColorTheme
 
getThemeColor() - Method in class pe.pase.EIPColorThemeTemplate
 
getThemeColor() - Method in class pe.pase.QuickVote
 
getThemeColorSub() - Method in class pe.pase.EIPColorTheme
 
getThemeColorSub() - Method in class pe.pase.EIPColorThemeTemplate
 
getThemeCompany() - Method in class pe.pase.QuickVote
 
getThemeCompanyName() - Method in class pe.pase.QuickVote
 
getThemeID() - Method in class pe.pase.EIPColorTheme
 
getThemeID() - Method in class pe.pase.EIPColorThemeTemplate
 
getThemeID() - Method in class pe.pase.QuickVote
 
getThemeIsEnd() - Method in class pe.pase.QuickVote
 
getThemeLogo() - Method in class pe.pase.EIPColorThemeTemplate
 
getThemeLogoActive() - Method in class pe.pase.EIPColorThemeTemplate
 
getThemeName() - Method in class pe.pase.EIPColorTheme
 
getThemeName() - Method in class pe.pase.EIPColorThemeTemplate
 
getThemeTitle() - Method in class pe.pase.QuickVote
 
getThemetotal() - Method in class pe.pase.QuickVote
 
getThick() - Method in class fcomponent.FPanel
 
getThick() - Method in class fcomponent.FShape
 
getTicketList(String) - Method in interface pe.pase.ActivityService
 
getTicketMemIdList(String) - Method in interface pe.pase.ActivityService
 
getTime() - Method in class pe.pase.ActionRecord
 
getTime() - Method in class pe.pase.CSResultData
 
getTime(String) - Method in class pe.pase.CSResultData
 
getTime() - Method in class pe.pase.MeetingInfo
 
getTime() - Method in class pe.pase.MMShowInfo
 
getTime() - Method in class pe.pase.PASEMessage
Get the time of message
getTimeOut() - Method in class pe.pase.UserConfig
Get time out value
getTimeScale() - Method in class pe.pase.MMShowDebate
 
getTimeStamp() - Method in class pe.pase.MailLoginTimeStamp
 
getTimeString(long) - Method in class pe.pase.BBSBoard
Get time string with the specified time
getTimeString(long) - Method in class pe.pase.BBSMessage
Get time string with the specified time
getTimeString() - Method in class pe.pase.PASEMessage
Get the time string.
getTinyPDiagramDetail(String, String) - Method in interface pe.pase.FlowService
Return the detail of process diagram
getTinyPDiagramDetail(String, String) - Method in interface pe.pase.ServerService
Return the detail of process diagram
getTinyQuestionnaireListByCond(QuestionnaireSearchCondition, String) - Method in interface pe.pase.ActivityService
Get TinyQuestionnaireList by SQL WHERE condition.
getTinyRootTaskIdListOfJoinMember(String, String, String, String) - Method in interface pe.pase.FlowService
Return Root TinyTask(s) executed by some specific member, including deputy
getTinyRootTaskIdListOfJoinMember(String, String, String, String, long, long) - Method in interface pe.pase.FlowService
Return Root TinyTask(s) executed by some specific member, including deputy
getTinyRootTaskIdListOfJoinMember(Vector<String>, String, String, String, String, long, long, String, String, String, Vector<String>, int, String) - Method in interface pe.pase.FlowService
 
getTinyRootTaskOfJoinMember(String) - Method in interface pe.pase.FlowService
Return Root TinyTask(s) executed by some specific member, including deputy
getTinyRootTaskOfJoinMember(String, String) - Method in interface pe.pase.FlowService
Return Root TinyTask(s) executed by some specific member, including deputy
getTinyRootTaskOfJoinMember(String) - Method in interface pe.pase.ServerService
Return Root TinyTask(s) executed by some specific member, including deputy
getTinyRootTaskOfJoinMember(String, String) - Method in interface pe.pase.ServerService
Return Root TinyTask(s) executed by some specific member, including deputy
getTinyTask(Task, String) - Method in interface pe.pase.FlowService
Return tasks of the specific member
getTinyTaskIdListTracked(String, List, String) - Method in interface pe.pase.FlowService
Return tasks of the specific member and tasks
getTinyTaskList(String) - Method in interface pe.pase.FlowService
Return tasks of the specific member
getTinyTaskList(String, int, int, String) - Method in interface pe.pase.FlowService
Return tasks of the specific member
getTinyTaskList(String, List) - Method in interface pe.pase.FlowService
Return tasks of the specific member and tasks
getTinyTaskList(String) - Method in interface pe.pase.ServerService
 
getTinyTaskList(String, int, int, String) - Method in interface pe.pase.ServerService
 
getTinyTaskList(String, Vector) - Method in interface pe.pase.ServerService
 
getTitle() - Method in class fcomponent.DTreeNode
 
getTitle() - Method in class pe.pase.EIPLayoutPortlets
Get the title
getTitle() - Method in class pe.pase.EIPLayoutTabs
Get the title
getTitle() - Method in class pe.pase.EIPPortletDefine
Get the title
getTitle() - Method in class pe.pase.EIPTabDefine
Get the title
getTitle() - Method in class pe.pase.IapRuleModel
 
getTitle() - Method in class pe.pase.Image
 
getTitle() - Method in class pe.pase.PASEMessage
Get the title of message
getTitle() - Method in class pe.pase.WebADMACL
 
getTitleBackgroundColor() - Method in class fcomponent.FAccordionPanel
 
getTitleFont() - Method in class fcomponent.FAccordionPanel
 
getTitleForegroundColor() - Method in class fcomponent.FAccordionPanel
 
getTitleHorizontalAlignment() - Method in class fcomponent.FAccordionPanel
 
getTitleSize() - Method in class fcomponent.FAccordionPanel
 
getTitleString() - Method in class fcomponent.FList
 
getTitleVerticalAlignment() - Method in class fcomponent.FAccordionPanel
 
getTmlID() - Method in class pe.pase.TaskMailLink
 
getTmlID() - Method in class pe.pase.TaskMailLinkReceiver
 
getTmlrID() - Method in class pe.pase.TaskMailLinkReceiver
 
getToDoList(String) - Method in interface pe.pase.UtilityService
get toDoList
getToEmail() - Method in class pe.pase.ScheduleEvent
 
getToken(int) - Method in class fcomponent.parser.ComputeExpression
 
getTomcatPath() - Method in class pe.pase.SerRuntimeEnv
 
getTooBigWarning() - Method in class fcomponent.textfield.NumericPlainDocument
 
getTooltip() - Method in class fcomponent.DTreeNode
 
getToolTip() - Method in class pe.pase.EIPLayoutTabs
Get the tool tip
getToolTip() - Method in class pe.pase.EIPTabDefine
Get the tool tip
getToolTipText() - Method in class fcomponent.FAccordionPanel
 
getToolTipText(MouseEvent) - Method in class fcomponent.FList.FJList
 
getToolTipText(MouseEvent) - Method in class fcomponent.FTree
 
getToolType() - Method in class pe.pase.LoginInfo
get user login tool
getTooSmallWarning() - Method in class fcomponent.textfield.NumericPlainDocument
 
getTopic() - Method in class pe.pase.MeetingInfo
 
getToProcessID() - Method in class pe.pase.PASEProcessLink
Get the id of process which is the destination of the link.
getToSignLevel() - Method in class pe.pase.IapEvaluationPattern
 
getTotalDaysInMonth(int) - Method in class pase.agenda.MyDate
 
getTotalDaysInMonth(int, int) - Method in class pase.agenda.MyDate
 
getTotalReplierByQneID(String, Vector, String) - Method in interface pe.pase.ActivityService
 
getTransferData(DataFlavor) - Method in class fcomponent.editableimage.EditableImageLabel.ImageSelection
 
getTransferData(DataFlavor) - Method in class taskattachedfile.MyTaskAttachedFileTable.FileSelection
If the data was requested in the "java.lang.String" flavor, return the String representing the selection.
getTransferData(DataFlavor) - Method in class taskattachedfile.TaskAttachedFileTable.FileSelection
If the data was requested in the "java.lang.String" flavor, return the String representing the selection.
getTransferDataFlavors() - Method in class fcomponent.editableimage.EditableImageLabel.ImageSelection
 
getTransferDataFlavors() - Method in class taskattachedfile.MyTaskAttachedFileTable.FileSelection
 
getTransferDataFlavors() - Method in class taskattachedfile.TaskAttachedFileTable.FileSelection
 
getTranslateArtInsList(String) - Method in class pe.pase.BasedClientAPI
 
getTranslateArtInsList(String) - Method in interface pe.pase.ClientAPI
Artifact translate.
getTranslateArtInsList(String) - Method in interface pe.pase.FlowService
Get all PASEArtInstance data for the specified artifact.
getTranslateArtInsList(String) - Method in interface pe.pase.ServerService
 
getTreeComBG() - Method in class pe.pase.EIPColorTheme
 
getTreeComBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getTreeComBorder() - Method in class pe.pase.EIPColorTheme
 
getTreeComText() - Method in class pe.pase.EIPColorTheme
 
getTreeDepBG() - Method in class pe.pase.EIPColorTheme
 
getTreeDepBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getTreeDepBorder() - Method in class pe.pase.EIPColorTheme
 
getTreeDepText() - Method in class pe.pase.EIPColorTheme
 
getTreeRolBG() - Method in class pe.pase.EIPColorTheme
 
getTreeRolBGGrandient() - Method in class pe.pase.EIPColorTheme
 
getTreeRolBorder() - Method in class pe.pase.EIPColorTheme
 
getTreeRolText() - Method in class pe.pase.EIPColorTheme
 
getTreeSelectionListener(Class<FTree>) - Static method in class fcomponent.util.BeanInfoUtilities
 
getTreeSelectText() - Method in class pe.pase.EIPColorThemeTemplate
 
getTreeTaskList(String) - Method in interface pe.pase.FlowService
Return tasks of the specific member
getTreeTaskList(String) - Method in interface pe.pase.ServerService
 
getTreeText() - Method in class pe.pase.EIPColorThemeTemplate
 
getTreeWillExpandListener(Class<FTree>) - Static method in class fcomponent.util.BeanInfoUtilities
 
getTriggerTaskAstID(String) - Method in interface pe.pase.FlowService
 
getTrustNetworkSegmentList() - Method in interface pe.pase.FlowService
 
getTryTimes() - Method in class pe.pase.LoginInfo
 
getTryTimes() - Method in class pe.pase.PasswordManagement
Get the try to input password times
getTskId() - Method in class pe.pase.AddCSResultData
 
getTskId() - Method in class pe.pase.FormForward
 
getTskID() - Method in class pe.pase.TaskMailLink
 
getTWName() - Method in class pe.pase.EIPLayout
 
getTWName() - Method in class pe.pase.EIPLayoutPortlets
 
getTWName() - Method in class pe.pase.EIPLayoutTabs
 
getTWName() - Method in class pe.pase.EIPPortletDefine
 
getTWName() - Method in class pe.pase.EIPTabDefine
 
getType() - Method in class fcomponent.ButtonGroupChlid
 
getType() - Method in class fcomponent.ColumnNodeFooterInfo
 
getType() - Method in class fcomponent.ColumnNodeTypeAndValue
 
getType() - Method in class fcomponent.editableimage.figure.ArrowTextFigure
 
getType() - Method in class fcomponent.editableimage.figure.CircleFillTextFigure
 
getType() - Method in class fcomponent.editableimage.figure.CircleTextFigure
 
getType() - Method in class fcomponent.editableimage.figure.CrossTextFigure
 
getType() - Method in class fcomponent.editableimage.figure.CurveTextFigure
 
getType() - Method in class fcomponent.editableimage.figure.DefaultTextFigure
 
getType() - Method in interface fcomponent.editableimage.figure.Figure
 
getType() - Method in class fcomponent.editableimage.figure.PureTextFigure
 
getType() - Method in class fcomponent.editor.spinedit.RoundEvent
 
getType() - Method in class fcomponent.FBorder
 
getType() - Method in class fcomponent.general.DBSave
 
getType() - Method in class pe.pase.AccessAdmin
 
getType() - Method in class pe.pase.APProjectMessage
 
getType() - Method in class pe.pase.APRepeatRule
 
getType() - Method in class pe.pase.APTask
 
getType() - Method in class pe.pase.APWork
 
getType() - Method in class pe.pase.APWorkComment
 
getType() - Method in class pe.pase.Artifact
 
getType() - Method in class pe.pase.BBSBoard
 
getType() - Method in class pe.pase.DBParameter
 
getType() - Method in class pe.pase.EIPTag
 
getType() - Method in class pe.pase.FilterCondition.Entity
 
getType() - Method in class pe.pase.Image
 
getType() - Method in class pe.pase.ManagerInfo
 
getType() - Method in class pe.pase.PASEMessage
Get the type of message
getType() - Method in class pe.pase.PASESharedFile
 
getType() - Method in class pe.pase.RMRepeatRule
 
getType() - Method in class pe.pase.ScheduleEvent
 
getTYPE() - Method in class pe.pase.ScheduleSearchCondition
 
getType() - Method in class pe.pase.SqlCmd
 
getType() - Method in class pe.pase.UserCronEntry
 
getTypeAndValue() - Method in class fcomponent.ColumnsHeaderNode
 
getTypeLimit() - Method in class fcomponent.ColumnsHeaderNode
 
getTypeLimit() - Method in class fcomponent.FComboBox
 
getTypeLimit() - Method in class fcomponent.FRichTextArea
 
getTypeLimit() - Method in class fcomponent.FSignature
 
getTypeLimit() - Method in class fcomponent.FTextArea
 
getTypeLimit() - Method in class fcomponent.FTextField.FTextFieldDocument
 
getTypeLimit() - Method in class fcomponent.FTree
 
getTypeLimit() - Method in class fcomponent.jbarcodebean.JBarcodeBean
 
getTypeLimitStr() - Method in class fcomponent.ColumnsHeaderNode
 
getTypeLimitWarning() - Method in class fcomponent.FTextField
 
getTypeLimitWarning() - Method in class fcomponent.textfield.NumericPlainDocument
 
getTypeMap() - Method in class pe.pase.BasedClientAPI
 
getTypeMap() - Method in interface pe.pase.ClientAPI
Get the mapping of application and type
getTypeName() - Method in class pe.pase.WSParameter
 
getTypeNameNS() - Method in class pe.pase.WSParameter
 
getTypeString() - Method in class fcomponent.general.DBSave
 
getUiConstraints() - Method in class pe.pase.MobileFormItem
 
getUiType() - Method in class fcomponent.FTableScrollPane
 
getUiType() - Method in class fcomponent.TableNewUIParameters
 
getUncompletePATaskNo(Task) - Method in interface pase.server.ServerAPI
Calculate the tasks count which tasks are "Add Parallel Announce" and are complete under the specified task.
getUncompletePATaskNo(Task) - Method in class pe.pase.BasedClientAPI
 
getUncompletePATaskNo(Task) - Method in interface pe.pase.ClientAPI
Calculate the tasks count which tasks are "Add Parallel Announce" and are complete under the specified task.
getUncompletePATaskNo(Task) - Method in interface pe.pase.FlowService
Calculate the tasks count which tasks are "Add Parallel Announce" and are complete under the specified task.
getUncompletePATaskNo(Task) - Method in interface pe.pase.ServerService
 
getUnhideColumnName() - Method in class fcomponent.FScrollTableModel
 
getUniqueID() - Method in class pe.pase.EIPLayoutI18n
Get the uid
getUnitID() - Method in class pe.pase.Company
Get the company unit id
getUnitID() - Method in class pe.pase.Department
Get the department unit type id
getUnitMap() - Method in class pe.pase.PASEOrgModel
Get the unit type map
getUnits() - Method in class pe.pase.WebADMACL
 
getUnitType(String) - Method in class pe.pase.BasedClientAPI
 
getUnitType(String) - Method in interface pe.pase.ClientAPI
Get the Unit Type with the specified unit id
getUnitType(String) - Method in interface pe.pase.OrgService
Get the Unit Type with the specified unit id
getUnitType(String) - Method in class pe.pase.PASEOrgModel
Get the instance of UnitType with the specified unit type id
getUnitTypeByLoginID(String) - Method in class pe.pase.BasedClientAPI
 
getUnitTypeByLoginID(String) - Method in interface pe.pase.ClientAPI
Get the Unit Type with the specified member's login id
getUnitTypeByLoginID(String) - Method in interface pe.pase.OrgService
Get the Unit Type with the specified member's login id
getUnitTypeByMember(MemberRecord) - Method in class pe.pase.BasedClientAPI
 
getUnitTypeByMember(MemberRecord) - Method in interface pe.pase.ClientAPI
Get the Unit Type with the specified MemberRecord
getUnitTypeByMember(MemberRecord) - Method in interface pe.pase.OrgService
Get the Unit Type with the specified MemberRecord
getUnitTypeByMemID(String) - Method in class pe.pase.BasedClientAPI
 
getUnitTypeByMemID(String) - Method in interface pe.pase.ClientAPI
Get the Unit Type with the specified member id
getUnitTypeByMemID(String) - Method in interface pe.pase.OrgService
Get the Unit Type with the specified member id
getUnitTypeByNo(String) - Method in class pe.pase.BasedClientAPI
 
getUnitTypeByNo(String) - Method in interface pe.pase.ClientAPI
Get the Unit Type with the specified member No.
getUnitTypeByNo(String) - Method in interface pe.pase.OrgService
Get the Unit Type with the specified member No.
getUnitTypes(Vector) - Method in class pe.pase.PASEOrgModel
Get the instances of UnitType with the set of specified unit type id
getUnreadPASEMessageNotify() - Method in class pe.pase.UserConfig
Get the setting of "unread PASEMessage notify"
getUpdateDatetime() - Method in class pe.pase.PasswordManagement
Get the updateDatetime to change password
getUpdateType() - Method in class pe.pase.APRepeatRule
 
getUploadMember() - Method in class taskattachedfile.TaskAttachedFileInfo
 
getUploadMemberID() - Method in class taskattachedfile.TaskAttachedFileInfo
 
getUploadMemberName() - Method in class taskattachedfile.TaskAttachedFileInfo
 
getUploadPath() - Method in class pe.pase.SerRuntimeEnv
 
getUploadPath() - Method in class taskattachedfile.TaskAttachedFileInfo
 
getUrl() - Method in class fcomponent.DBData
 
getURL() - Method in class pe.pase.AFSpider
 
getURL() - Method in class pe.pase.EIPLayoutPortlets
Get the URL
getURL() - Method in class pe.pase.EIPLayoutTabs
Get the URL
getURL() - Method in class pe.pase.EIPPortletDefine
Get the URL
getURL() - Method in class pe.pase.EIPTabDefine
Get the URL
getUrl() - Method in class pe.pase.Image
 
getUrl() - Method in class pe.pase.Link
 
getUrl() - Method in class pe.pase.OutLink
 
getUrlLink() - Method in class fcomponent.FHTMLLink
get the hyperlink of this FHTMLLink component.
getUsedMemoryPercentage() - Method in class pe.pase.SerRuntimeEnv
 
getUseGPS() - Method in class fcomponent.FPosition
 
getUser() - Method in class fcomponent.DBData
 
getUserCalendarByUser(String) - Method in interface pase.server.ServerAPI
 
getUserCalendarByUser(String) - Method in interface pe.pase.UtilityService
get user calendar by user id(MEMxxx, ROLxxx, DEPxxx, COMxxx)
getUserCalendarMap(String) - Method in interface pe.pase.UtilityService
get member's all UserCalendars corresponding to every role;
getUserDN() - Method in class pe.pase.AuthLDAPConfig
 
getUserId() - Method in class pe.pase.OutLink
 
getUserIDAttribute() - Method in class pe.pase.AuthLDAPConfig
 
getUserLoginTime(String) - Method in interface pe.pase.ServerService
 
getUserLoginTime(String) - Method in interface pe.pase.UtilityService
Get login time for a Agenda user.
getUserName() - Method in class pe.pase.DbServer
 
getUserName() - Method in class pe.pase.TaskMailLink
 
getUserParam() - Method in class pe.pase.EIPLayoutTabs
 
getUserParam() - Method in class pe.pase.EIPTabDefine
 
getUserParam() - Method in class pe.pase.Link
 
getUserParam() - Method in class pe.pase.OutLink
 
getUsualLang() - Method in class pe.pase.MemberRecord
Get the member UsualLang

add for AF-3972 by Kai
getUuid() - Method in class pe.pase.AFNotificationPush
 
getUuid() - Method in class pe.pase.DeviceInfo
 
getValue() - Method in class fcomponent.ChartConfig
 
getValue() - Method in class fcomponent.ChoiceboxOption
 
getValue() - Method in class fcomponent.ColumnNodeFooterInfo
 
getValue() - Method in class fcomponent.ColumnNodeTypeAndValue
 
getValue() - Method in class fcomponent.ColumnsHeaderNode
 
getValue() - Method in class fcomponent.editableimage.EditableImageLabel
plugin component accessor 編碼方式為:[背景圖名稱](各圖形資訊,如,x1,y1,text...)(...)
getValue() - Method in class fcomponent.editor.LineThickEditor
 
getValue() - Method in class fcomponent.editor.spinedit.SpinEdit
 
getValue() - Method in class fcomponent.editor.TextEditor
 
getValue() - Method in class fcomponent.FTableImportExcel
 
getValue() - Method in class fcomponent.LineThickEditor
 
getValue() - Method in class fcomponent.table.ChoiceboxOption
 
getValue() - Method in class fcomponent.util.Option
 
getValue() - Method in class fcomponent.WholeNumberField
 
getValue(String) - Method in interface pe.pase.FormAPI
Get the value of the specified component.
getValue() - Method in class pe.pase.QueryCondition
Returns the comparison value.
getValue() - Method in class taskattachedfile.MyTaskAttachedFileTableModel
 
getValue() - Method in class taskattachedfile.TaskAttachedFileTableModel
 
getValue1() - Method in class pe.pase.FilterCondition.Entity
 
getValue2() - Method in class pe.pase.FilterCondition.Entity
 
getValueAt(int, int) - Method in class fcomponent.FScrollTableModel
 
getValueAt(int, int) - Method in class fcomponent.FTableScrollPane
Get the cel value indicated by its row and column
getValueAt(int, String) - Method in class fcomponent.FTableScrollPane
Get the cel value indicated by its row and column-name
getValueAt(int, int) - Method in class fcomponent.sortabletable.SortableTableModel
 
getValueAt(int, int) - Method in class taskattachedfile.MyTaskAttachedFileTableModel
 
getValueAt(int, int) - Method in class taskattachedfile.TaskAttachedFileTableModel
 
getValueChangedScript() - Method in class fcomponent.FDefaultListSelectionModel
 
getValueCorrectedForColumnType(ColumnsHeaderNode, Object, HashMap) - Method in class fcomponent.FScrollTableModel
 
getVariableList() - Method in interface pe.pase.UtilityService
Get variable list.
getVendor() - Method in interface pe.pase.UtilityService
Get the Database Vendor
getVersion() - Method in class pe.pase.AFTVElementVO
 
getVersion() - Method in class pe.pase.EFormScriptSet
 
getVersion() - Method in class pe.pase.PASEFreqAp
 
getVersion() - Method in class pe.pase.PASEFreqApNode
 
getVersion() - Method in class pe.pase.PASESharedFile
 
getVersion() - Method in class pe.pase.ProcessVersion
 
getVersion() - Method in class pe.pase.Project
Get the project version
getVerticalAlignmentOptions() - Static method in class fcomponent.util.BeanInfoUtilities
 
getViewCount() - Method in class pe.pase.BBSBoardInfo
 
getViewCount() - Method in class pe.pase.BBSMessage
Get the View Count.
getViewerMap() - Method in class pe.pase.APProject
 
getViewersId() - Method in class pe.pase.APProject
 
getViewersName() - Method in class pe.pase.APProject
 
getViewport() - Method in class fcomponent.FTableScrollPane
 
getVisibility() - Method in class pe.pase.MeetingInfo
 
getVisibility() - Method in class pe.pase.MMShowInfo
 
getVisible() - Method in class pe.pase.EIPLayoutPortlets
Get the visible
getVisible() - Method in class pe.pase.EIPLayoutTabColumn
Get the visible
getVisible() - Method in class pe.pase.EIPLayoutTabs
Get the visible
getVisible() - Method in class pe.pase.EIPPortletDefine
Get the visible
getVisible() - Method in class pe.pase.EIPTabDefine
Get the visible
getVisibleRowCount() - Method in class fcomponent.FList
 
getVisibleScript() - Method in class pe.pase.Artifact
Get the visible script.
getVisibleText() - Method in class pe.pase.ComboBoxItem
 
getVotAdminList() - Method in interface pe.pase.ActivityService
 
getVote(String) - Method in interface pe.pase.ActivityService
 
getVoteAdminListByComIDs(List<String>) - Method in interface pe.pase.ActivityService
 
getVoteColor() - Method in class pe.pase.QuickVote
 
getVoteId() - Method in class pe.pase.QuickVote
 
getVoteList() - Method in interface pe.pase.ActivityService
 
getVoteList(int, int, String, String, boolean) - Method in interface pe.pase.ActivityService
 
getVoteListByCompany(Vector) - Method in interface pe.pase.ActivityService
 
getVoteListByCompany(Vector, String, List, String) - Method in interface pe.pase.ActivityService
 
getVoteListByCond(String, String, String) - Method in interface pe.pase.ActivityService
 
getVoteListByCondition(int, int, String, String, List, boolean) - Method in interface pe.pase.ActivityService
 
getVoteListByCondition(int, int, String, String, boolean) - Method in interface pe.pase.ActivityService
 
getVoteNum() - Method in class pe.pase.QuickVote
 
getVotePercent() - Method in class pe.pase.QuickVote
 
getVotePoint() - Method in class pe.pase.BBSMessage
 
getVoteResult(String) - Method in interface pe.pase.ActivityService
 
getVoteTime() - Method in class pe.pase.BBSMessageVote
 
getVoteTitle() - Method in class pe.pase.QuickVote
 
getVotPermList(String) - Method in interface pe.pase.ActivityService
 
getVPadding() - Method in class fcomponent.general.LabeledFormComponent
 
getWaitCProIDList() - Method in class pe.pase.GatherProcess
 
getWebADMACLListByAclID(String) - Method in interface pe.pase.UtilityService
get all of the WebADM access control policy list by AclID.
getWebADMACLListOfDetailByAuthorID(String) - Method in interface pe.pase.UtilityService
get all of the WebADM access control policy list by AuthorID. it is all message
getWebADMACLListOfRoughByAuthorID(String) - Method in interface pe.pase.UtilityService
get all of the WebADM access control policy list by AuthorID.
getWebAgendaURL() - Method in class pe.pase.SerRuntimeEnv
 
getWebServiceCodeGenJarFile() - Method in class pe.pase.WebServiceServer
 
getWebServiceServerId() - Method in class pe.pase.WebServiceDBProcess
 
getWebServiceStart(String) - Method in interface pe.pase.FlowService
Get WebServiceStart object
getWebServiceStartParamList() - Method in class pe.pase.WebServiceStart
 
getWebSkinName() - Method in class pe.pase.UserConfig
Get skinname config(for WebAgenda)
getWeChatDeptById(String, String) - Method in interface pase.server.ServerAPI
Examples: var comId = 'company'; var depId = '1'; var result = Server.getWeChatDeptById(comId, depId); get the wechat org list the @param comId:AF system wants to synchronize the organization of ID into the support department and corporate level
getWeChatDeptById(String, String) - Method in class pe.pase.BasedClientAPI
 
getWeChatDeptById(String, String) - Method in interface pe.pase.ClientAPI
Examples: var comId = 'company'; var depId = '1'; var result = Client.getWeChatDeptById(comId, depId); get the wechat org list the @param comId:AF system wants to synchronize the organization of ID into the support department and corporate level
getWeChatDeptById(String, String) - Method in interface pe.pase.FlowService
查詢微信同步訊組織
getWechatOrgID() - Method in class pe.pase.Company
 
getWechatOrgID() - Method in class pe.pase.Department
 
getWeek() - Method in interface pe.pase.AdminAPI
Get the weeks list.
getWeek() - Method in interface pe.pase.ServerService
 
getWeek(String) - Method in interface pe.pase.ServerService
 
getWeek() - Method in interface pe.pase.UtilityService
get the work days of a week in system's default calendar.
getWeek(String) - Method in interface pe.pase.UtilityService
get the work days of a week in member's calendar.
getWeekOfMonth() - Method in class pase.agenda.MyDate
 
getWhereArtID() - Method in class pe.pase.DBParameter
 
getWhereItemID() - Method in class pe.pase.DBParameter
 
getWhereItemName() - Method in class pe.pase.DBParameter
 
getWidth() - Method in class fcomponent.ColumnsHeaderNode
 
getWidth() - Method in class pe.pase.DBProcess
 
getWidth() - Method in class pe.pase.EIPLayoutTabColumn
Get the width
getWidth() - Method in class pe.pase.PASEFreqApNode
 
getWidth() - Method in class pe.pase.PASEProcessNode
 
getWidth2016() - Method in class pe.pase.EIPLayoutTabColumn
 
getWidthIdx() - Method in class pe.pase.PASEProcessLink
Get width index of the line
getWidthUnit() - Method in class pe.pase.EIPLayoutTabColumn
Get the width unit
getWindowColor() - Method in class fcomponent.QueryCondition
 
getWithSignRecords() - Method in class pe.pase.UserConfig
 
getWizardProperty() - Method in class fcomponent.ColumnsHeaderNode
 
getWizardProperty() - Method in class fcomponent.FChoiceBox
 
getWizardProperty() - Method in class fcomponent.FComboBox
 
getWizardProperty() - Method in class fcomponent.FRichTextArea
 
getWizardProperty() - Method in class fcomponent.FTextArea
 
getWizardProperty() - Method in class fcomponent.FTextField
 
getWizardProperty() - Method in class fcomponent.FTextFieldWithLabel
 
getWorkdays() - Method in interface pe.pase.AdminAPI
Get the workdays list.
getWorkdays() - Method in interface pe.pase.ServerService
 
getWorkdays(String) - Method in interface pe.pase.ServerService
 
getWorkdays() - Method in interface pe.pase.UtilityService
get work days in system's default calendar.
getWorkdays(String) - Method in interface pe.pase.UtilityService
get work days in member's calendar.
getWorkDiaryAssignInfoByMemID(String) - Method in interface pe.pase.FlowService
 
getWorkDiaryByID(String) - Method in interface pe.pase.FlowService
 
getWorkDiaryEditableOfOpenByMemID(String) - Method in interface pe.pase.FlowService
 
getWorkDiaryID(String, String) - Method in interface pe.pase.FlowService
 
getWorkDiaryID() - Method in class pe.pase.WorkDiaryInfo
 
getWorkDiaryManager() - Method in interface pe.pase.FlowService
 
getWorkDiaryMsgByID(String) - Method in interface pe.pase.FlowService
 
getWorkDiaryOfOpen() - Method in interface pe.pase.FlowService
 
getWorkDiaryOfOpenByMemID(String) - Method in interface pe.pase.FlowService
 
getWorkDiaryOfOpenEditable() - Method in interface pe.pase.FlowService
 
getWorkDiarys(String, String, String, String) - Method in interface pe.pase.FlowService
 
getWorkID() - Method in class pe.pase.APWork
 
getWorkID() - Method in class pe.pase.APWorkComment
 
getWorkIDPath() - Method in class pe.pase.APWork
 
getWorkLevel() - Method in class pe.pase.APWork
 
getWorkOrder() - Method in class pe.pase.APWork
 
getWorkPlace() - Method in class pe.pase.MemberRecord
Get the member Work Place
getWorkReportSummaryPage(Map) - Method in interface pe.pase.FlowService
 
getWorkReportTypePage(Map) - Method in interface pe.pase.FlowService
 
getWorks() - Method in class pe.pase.MeetingInfo
 
getWorkType() - Method in class pe.pase.APWork
 
getWrapStyleWord() - Method in class fcomponent.FTextArea
 
getWriteMethod(Class, String) - Static method in class fcomponent.util.BeanInfoUtilities
 
getWriteMethod(Class, String, Class[]) - Static method in class fcomponent.util.BeanInfoUtilities
 
getWsdlLoc() - Method in class pe.pase.WebServiceDBProcess
 
getWsdlLoc() - Method in class pe.pase.WebServiceServer
 
getX() - Method in class fcomponent.FSignature
 
getX() - Method in class pe.pase.DBProcess
Deprecated. 
getX() - Method in class pe.pase.PASEFreqApNode
 
getX() - Method in class pe.pase.PASEProcessNode
 
getX1() - Method in class fcomponent.editableimage.figure.DefaultTextFigure
 
getX1() - Method in interface fcomponent.editableimage.figure.Figure
 
getX2() - Method in class fcomponent.editableimage.figure.DefaultTextFigure
 
getX2() - Method in interface fcomponent.editableimage.figure.Figure
 
getY() - Method in class fcomponent.FSignature
 
getY() - Method in class pe.pase.DBProcess
Deprecated. 
getY() - Method in class pe.pase.PASEFreqApNode
 
getY() - Method in class pe.pase.PASEProcessNode
 
getY1() - Method in class fcomponent.editableimage.figure.DefaultTextFigure
 
getY1() - Method in interface fcomponent.editableimage.figure.Figure
 
getY2() - Method in class fcomponent.editableimage.figure.DefaultTextFigure
 
getY2() - Method in interface fcomponent.editableimage.figure.Figure
 
GO_BACK_TO - Static variable in class pe.pase.IapTask
 
GO_BACK_TO_AND_RETURN - Static variable in class pe.pase.IapTask
 
GO_BACK_TO_FRONT_SIGNER - Static variable in class pe.pase.IapTask
 
GO_BACK_TO_IAP - Static variable in class pe.pase.IapTask
 
GO_BACK_TO_IAP_AND_RETURN - Static variable in class pe.pase.IapTask
 
GO_BACK_TO_INITIATOR - Static variable in class pe.pase.IapTask
 
GO_BACK_TO_INITIATOR_AND_RETURN - Static variable in class pe.pase.IapTask
 
GO_BACK_TO_PRO - Static variable in class pe.pase.IapTask
 
GO_BACK_TO_PRO_AND_RETURN - Static variable in class pe.pase.IapTask
 
GO_BACK_TO_SPECIFIED_PROCESS_AND_RETURN - Static variable in class pe.pase.IapTask
 
goBackTo(Task, String, boolean) - Method in interface pase.server.ServerAPI
For task schedule and flow control, go back to previous process node Examples: var task = Server.getTask("TskxXXXXXX"); Server.goBackTo(task, "ProXXXX", true);
goBackTo(String, String, boolean) - Method in interface pase.server.ServerAPI
For task schedule and flow control, go back to previous process node Examples: Server.goBackTo("TskXXXXXXX", "ProXXXXXX", true);
goBackTo(String, Task, boolean) - Method in interface pase.server.ServerAPI
For task schedule and flow control, go back to previous process node Examples: Server.goBackTo("TskXXXXXXX", toTask, true);
goBackTo(Task, String, boolean) - Method in class pe.pase.BasedClientAPI
 
goBackTo(String, String, boolean) - Method in class pe.pase.BasedClientAPI
 
goBackTo(String, Task, boolean) - Method in class pe.pase.BasedClientAPI
 
goBackTo(Task, String, boolean) - Method in interface pe.pase.ClientAPI
For task schedule and flow control.
goBackTo(String, String, boolean) - Method in interface pe.pase.ClientAPI
For task schedule and flow control.
goBackTo(String, Task, boolean) - Method in interface pe.pase.ClientAPI
For task schedule and flow control.
goBackTo(Task, String, boolean) - Method in interface pe.pase.FlowService
Sets the executing task back to another process which had been executed.
goBackTo(String, String, boolean) - Method in interface pe.pase.FlowService
Sets the executing task back to another process which had been executed.
goBackTo(String, Task, boolean) - Method in interface pe.pase.FlowService
Sets the executing task back to another process which had been executed.
goBackTo(String, Task, boolean, boolean) - Method in interface pe.pase.FlowService
Sets the executing task back to another process which had been executed.
goBackTo(String, Task, String, boolean, boolean) - Method in interface pe.pase.FlowService
Sets the executing task back to another process which had been executed.
goBackTo(Task, String, boolean) - Method in interface pe.pase.ServerService
Sets the executing task back to another process which had been executed.
goBackTo(String, String, boolean) - Method in interface pe.pase.ServerService
Sets the executing task back to another process which had been executed.
goBackTo(String, Task, boolean) - Method in interface pe.pase.ServerService
Sets the executing task back to another process which had been executed.
goBackToWithDetailRet(Task, String, boolean) - Method in interface pase.server.ServerAPI
For task schedule and flow control, go back to previous process node Examples: var task = Server.getTask("TskxXXXXXX"); var ret = Server.goBackToWithDetailRet(task, "ProXXXX", true);
goBackToWithDetailRet(Task, String, boolean) - Method in class pe.pase.BasedClientAPI
 
goBackToWithDetailRet(Task, String, boolean) - Method in interface pe.pase.ClientAPI
For task schedule and flow control, go back to previous process node Examples: Client.goBackToWithDetailRet(fromTask, "ProXXXX", true);
goBackToWithDetailRet(Task, String, boolean) - Method in interface pe.pase.FlowService
Sets the executing task back to another process which had been executed.
gridx - Variable in class fcomponent.util.RowFlowLayoutConstraints
Specifies the cell containing the leading edge of the component's display area, where the first cell in a row has gridx=0.
gridy - Variable in class fcomponent.util.RowFlowLayoutConstraints
Specifies the cell at the top of the component's display area, where the topmost cell has gridy=0.
GroupSignArtComponent - Class in pe.pase
 
GroupSignArtComponent() - Constructor for class pe.pase.GroupSignArtComponent
 
GroupSignArtComponent(ArtFormItem) - Constructor for class pe.pase.GroupSignArtComponent
 
GT - Static variable in class pe.pase.UnitType
 
A B C D E F G H I J K L M N O P Q R S T U V W _ 
Skip navigation links