|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
PortalTabBean to the User
API#editNote(String, com.attask.beans.api.EditNoteMessage) and
API.deleteNote(String, int), respectively.
API#editOpTask(String, com.attask.beans.api.EditOpTaskMessage) and
API.deleteOpTask(String, int), respectively.
PortalSectionBean to a CustomerBean.
PortalSectionBean to the UserBean.
API#editNote(String, com.attask.beans.api.EditNoteMessage) and
API.deleteNote(String, int), respectively.
API#editNote(String, com.attask.beans.api.EditNoteMessage) and
API.deleteNote(String, int), respectively.
API#editNote(String, com.attask.beans.api.EditNoteMessage) and
API.deleteNote(String, int), respectively.
UserBeans to a
ResourcePoolBean.
TimesheetTemplateBean for a UserBean.
UserBean to a
ResourcePoolBean.
AssignmentBean and TemplateAssignmentBean describe the resources (Users, Roles, and the amount of work required) assigned to complete Tasks.value_Range parameter.
field & value = value.
field & value > 0.
value_Range parameter.
UPPER(field) LIKE UPPER('%value%').
UPPER(field) LIKE UPPER('%value1%') AND UPPER(field) LIKE UPPER('%value2%') ...
- CICONTAINSANY -
Static variable in interface com.attask.common.QueryConstants
- Produces the SQL expression
UPPER(field) LIKE UPPER('%value1%') OR UPPER(field) LIKE UPPER('%value2%') ...
- CIDESC -
Static variable in interface com.attask.common.QueryConstants
- Case-Insensitive Descending Sort.
- CIEQUAL -
Static variable in class com.attask.common.constants.QueryModEnum
-
- CIEQUAL -
Static variable in interface com.attask.common.QueryConstants
- Produces the SQL expression
UPPER(field) = UPPER(value).
- CIIN -
Static variable in interface com.attask.common.QueryConstants
- Use of this Modifier assumes multiple
value fields with different values.
- CILIKE -
Static variable in class com.attask.common.constants.QueryModEnum
-
- CILIKE -
Static variable in interface com.attask.common.QueryConstants
- Produces the SQL expression
UPPER(field) LIKE UPPER('value')
where value can contain replacement characters such as % and _.
- CINOTBETWEEN -
Static variable in class com.attask.common.constants.QueryModEnum
-
- CINOTBETWEEN -
Static variable in interface com.attask.common.QueryConstants
- Use of this Modifier required the inclusion of a
value_Range parameter.
- CINOTCONTAINS -
Static variable in class com.attask.common.constants.QueryModEnum
-
- CINOTCONTAINS -
Static variable in interface com.attask.common.QueryConstants
- Produces the SQL expression
UPPER(field) NOT LIKE UPPER('%value%').
- CINOTCONTAINSALL -
Static variable in interface com.attask.common.QueryConstants
- Produces the SQL expression
UPPER(field) LIKE UPPER('%value1%') AND UPPER(field) LIKE UPPER('%value2%') ...
- CINOTCONTAINSANY -
Static variable in interface com.attask.common.QueryConstants
- Produces the SQL expression
UPPER(field) LIKE UPPER('%value1%') AND UPPER(field) LIKE UPPER('%value2%') ...
- CINOTEQUAL -
Static variable in class com.attask.common.constants.QueryModEnum
-
- CINOTEQUAL -
Static variable in interface com.attask.common.QueryConstants
- Produces the SQL expression
UPPER(field) <> UPPER(value).
- CINOTIN -
Static variable in interface com.attask.common.QueryConstants
- Use of this Modifier assumes multiple
value fields with different values.
- CLEAR_ALIGNMENT -
Static variable in class com.attask.common.constants.TaskCopyModeEnum
- Clears All Alignment.
- CLEAR_APPROVERS -
Static variable in class com.attask.common.constants.TaskCopyModeEnum
- Clears approvals.
- CLEAR_ASSIGNMENT -
Static variable in class com.attask.common.constants.TaskCopyModeEnum
- Clears assignments on copied Tasks.
- CLEAR_CONSTRAINT -
Static variable in class com.attask.common.constants.TaskCopyModeEnum
- Clears constraints on copied Tasks and/or TemplateTasks.
- CLEAR_CUSTOM_DATA -
Static variable in class com.attask.common.constants.ProgramMoveOptionsEnum
-
- CLEAR_DELIVERABLE -
Static variable in class com.attask.common.constants.TaskCopyModeEnum
- Clears All Deliverable.
- CLEAR_DOCUMENTS -
Static variable in class com.attask.common.constants.ProgramMoveOptionsEnum
-
- CLEAR_DOCUMENTS -
Static variable in class com.attask.common.constants.TaskCopyModeEnum
- Clears documents.
- CLEAR_EXPENSES -
Static variable in class com.attask.common.constants.TaskCopyModeEnum
- Clears expenses.
- CLEAR_EXTERNAL_PREDECESSORS -
Static variable in class com.attask.common.constants.TaskCopyModeEnum
- Clears external predecessors.
- CLEAR_FINANCIALS -
Static variable in class com.attask.common.constants.TaskCopyModeEnum
- Clears financial information.
- CLEAR_HOURTYPES -
Static variable in class com.attask.common.constants.TaskCopyModeEnum
- Clears hourtypes.
- CLEAR_ISSUESETUP -
Static variable in class com.attask.common.constants.TaskCopyModeEnum
- Clears issue setup.
- CLEAR_NOTES -
Static variable in class com.attask.common.constants.ProgramMoveOptionsEnum
-
- CLEAR_PREDECESSORS -
Static variable in class com.attask.common.constants.TaskCopyModeEnum
- Clears predecessors.
- CLEAR_PROGRESS -
Static variable in class com.attask.common.constants.TaskCopyModeEnum
- Clears progress.
- CLEAR_PROJECTS -
Static variable in class com.attask.common.constants.ProgramMoveOptionsEnum
-
- CLEAR_RESOURCE_ESTIMATES -
Static variable in class com.attask.common.constants.TaskCopyModeEnum
- Clears budgeted resource estimates for the project.
- CLEAR_RISKS -
Static variable in class com.attask.common.constants.TaskCopyModeEnum
- Clears All Risks.
- CLEAR_TIMEDNOTIFICATIONS -
Static variable in class com.attask.common.constants.TaskCopyModeEnum
- Clears timed notifications.
- clearDatabaseCache(String) -
Method in interface com.attask.api.API
- Clears the cache in ATTask
- clearPropertiesCache(String) -
Method in interface com.attask.api.API
- Clears the properties cache in AtTask
- CLEARTIME -
Static variable in class com.attask.common.constants.ExpressionTypeEnum
-
- clone() -
Method in class com.attask.beans.api.PredecessorBean
-
- CLOSE -
Static variable in class com.attask.common.constants.TimesheetStatusActionEnum
- Close.
- CLOSED -
Static variable in class com.attask.common.constants.OpTaskStatusEnum
- Closed.
- CLOSED -
Static variable in class com.attask.common.constants.TimesheetStatusEnum
- Closed.
- CLUSTER_ENABLED -
Static variable in interface com.attask.common.RedRockConstants
-
- CMPY -
Static variable in class com.attask.common.constants.CategoryTypeEnum
- Company Category Type.
- ColorEnum - Interface in com.attask.common.constants
- Created by IntelliJ IDEA.
- COLUMN -
Static variable in class com.attask.common.constants.ChartTypeEnum
-
- COLUMN3D -
Static variable in class com.attask.common.constants.ChartTypeEnum
-
- COLUMN_MULTI -
Static variable in class com.attask.common.constants.ChartTypeEnum
-
- COLUMN_MULTI3D -
Static variable in class com.attask.common.constants.ChartTypeEnum
-
- COLUMN_STACKED -
Static variable in class com.attask.common.constants.ChartTypeEnum
-
- COLUMN_STACKED3D -
Static variable in class com.attask.common.constants.ChartTypeEnum
-
- COLUMNANDLINESTACKED2D -
Static variable in class com.attask.common.constants.ChartTypeEnum
-
- com.attask.api - package com.attask.api
-
- com.attask.beans.api - package com.attask.beans.api
-
- com.attask.biz.externallogin - package com.attask.biz.externallogin
-
- com.attask.common - package com.attask.common
-
- com.attask.common.constants - package com.attask.common.constants
-
- COMBINATIONCHART -
Static variable in class com.attask.common.constants.ChartTypeEnum
-
- COMBINED_ENTRY -
Static variable in class com.attask.common.constants.AuditTypeEnum
- Combined Audit Entry.
- COMPANY -
Static variable in class com.attask.common.constants.QueueStatusEnum
- Company Queue.
- COMPANY -
Static variable in class com.attask.common.constants.ToolbarEnum
-
- CompanyBean - Class in com.attask.beans.api
- A Company refers to a Customer's own Company or any Companies a Customer does business with.
- CompanyBean() -
Constructor for class com.attask.beans.api.CompanyBean
-
- CompanyBean(Company) -
Constructor for class com.attask.beans.api.CompanyBean
-
- compare(Timelineable, Timelineable) -
Method in class com.attask.common.constants.ResourceLevelingOrderEnum
-
- compareTo(Object) -
Method in class com.attask.beans.api.PredecessorBean
-
- CompletableEnum - Interface in com.attask.common.constants
-
- COMPLETE -
Static variable in class com.attask.common.constants.ProjectStatusEnum
- Complete.
- COMPLETE -
Static variable in class com.attask.common.constants.TaskStatusEnum
- Complete.
- COMPLETE_PENDING_APPROVAL -
Static variable in class com.attask.common.constants.TaskStatusEnum
- CPA and CPI are included for legacy support, and do not represent a valid task status.
- COMPLETE_PENDING_ISSUES -
Static variable in class com.attask.common.constants.TaskStatusEnum
-
- COMPLETION_DATE -
Static variable in class com.attask.common.constants.OpTaskFieldEnum
- Planned Completion Date.
- CompletionTypeEnum - Class in com.attask.common.constants
- Specifies the status of a Bug, Request, Change Order, etc.
- COMPOUND_DURATION -
Static variable in class com.attask.common.constants.CompoundParameterDisplayTypeEnum
- Compound duration field.
- CompoundParameterDisplayTypeEnum - Class in com.attask.common.constants
- Controls how a Data Extension Parameter is displayed in the @task UI.
- CONCATENATE -
Static variable in class com.attask.common.constants.ExpressionTypeEnum
-
- CONDITION -
Static variable in class com.attask.common.constants.BaselinePropertyEnum
- Condition.
- ConfigFileNotFoundException - Exception in com.attask.common
-
- ConfigFileNotFoundException(String) -
Constructor for exception com.attask.common.ConfigFileNotFoundException
-
- ConflictStatusEnum - Class in com.attask.common.constants
-
- ConflictStatusEnum(int, String) -
Constructor for class com.attask.common.constants.ConflictStatusEnum
-
- CONFUSION -
Static variable in class com.attask.common.constants.SeverityEnum
- Causes Confusion or incorrect use of product.
- CONNECTION_FACTORY -
Static variable in interface com.attask.common.RedRockConstants
-
- ContactBean - Class in com.attask.beans.api
-
Contact is linked to a Customer
- ContactBean() -
Constructor for class com.attask.beans.api.ContactBean
-
- ContactBean(Contact) -
Constructor for class com.attask.beans.api.ContactBean
-
- contains(Collection, Object) -
Method in class com.attask.beans.api.BaseAPIBean
-
- contains(String) -
Static method in class com.attask.common.constants.AllocationTypeEnum
-
- CONTAINS -
Static variable in class com.attask.common.constants.ExpressionTypeEnum
-
- contains(String) -
Static method in class com.attask.common.constants.FileExtensionEnum
-
- CONTAINS -
Static variable in class com.attask.common.constants.QueryModEnum
-
- contains(String) -
Static method in class com.attask.common.constants.ResourceDetailEnum
-
- CONTAINS -
Static variable in class com.attask.common.constants.SSOMatchingTypeEnum
-
- contains(String) -
Static method in class com.attask.common.constants.WebDAVProjectEnum
-
- CONTAINS -
Static variable in interface com.attask.common.QueryConstants
- Produces the SQL expression
field LIKE '%value%'.
- CONTEXT_FACTORY_NAME -
Static variable in interface com.attask.common.RedRockConstants
-
- convertMinutesToUnits(int, DurationUnitEnum, int) -
Static method in class com.attask.common.constants.DurationUnitHelperEnum
-
- convertTopLinkToAtTask(DatabaseException, AtTaskThrowable) -
Static method in exception com.attask.common.DatabaseException
-
- copyAccessLevel(String, int, String, String) -
Method in interface com.attask.api.API
- Copies an AccessLevel.
- copyApprovalProcess(String, int, String, String) -
Method in interface com.attask.api.API
- Copies a ApprovalProcess.
- copyCategory(String, int, String, String) -
Method in interface com.attask.api.API
- Copies a Category.
- copyMasterTask(String, int) -
Method in interface com.attask.api.API
-
Copies a MasterTask.
- copyMasterTasks(String, int[]) -
Method in interface com.attask.api.API
-
Copies a set of MasterTasks.
- copyOpTaskAndRename(String, int, String, String, int) -
Method in interface com.attask.api.API
-
Copies an OpTask.
- copyPortalProfile(String, int, String, String) -
Method in interface com.attask.api.API
- Copies an PortalProfile.
- copyProject(String, int, String, Calendar, String, int) -
Method in interface com.attask.api.API
- Creates a new Project based on an existing Project
- copyProjectAdvanced(String, int, String, Calendar, String, int[], int) -
Method in interface com.attask.api.API
- Creates a new Project based on an existing Project
- copySchedule(String, int, String) -
Method in interface com.attask.api.API
- Copies an existing Schedule.
- copyScoreCard(String, int, String, String) -
Method in interface com.attask.api.API
- Copies a Score Card.
- copyTask(String, int, int) -
Method in interface com.attask.api.API
-
Copies a Task.
- copyTaskAdvanced(String, String, String, int, int, int, PredecessorBean, int) -
Method in interface com.attask.api.API
-
Copies a Task.
- copyTasks(String, int[], int) -
Method in interface com.attask.api.API
-
Copies a set of Tasks.
- copyTasksAdvanced(String, int, int[], PredecessorBean, int, int) -
Method in interface com.attask.api.API
- Copies a set of Tasks.
- copyTasksToDifferentProject(String, int[], int, int) -
Method in interface com.attask.api.API
- Copies a set of Tasks.
- copyTemplate(String, int, String, int) -
Method in interface com.attask.api.API
- Forces a recalculation of the Template Timeline
- copyTemplateAdvanced(String, int, String, int[], int) -
Method in interface com.attask.api.API
- Forces a recalculation of the Template Timeline
- copyTemplateTask(String, int, int) -
Method in interface com.attask.api.API
-
Copies a TemplateTask.
- copyTemplateTaskAdvanced(String, String, String, int, int, int, PredecessorBean, int) -
Method in interface com.attask.api.API
-
Copies a TemplateTask.
- copyTemplateTasks(String, int[], int) -
Method in interface com.attask.api.API
-
Copies a set of TemplateTasks.
- COSMETIC -
Static variable in class com.attask.common.constants.SeverityEnum
- Cosmetic Severity.
- COST -
Static variable in class com.attask.common.constants.PerformanceIndexMethodEnum
- Cost-based Performance Indexing.
- COSTS -
Static variable in class com.attask.common.constants.BusinessCaseDetailSectionEnum
-
- CostTypeEnum - Class in com.attask.common.constants
- Specifies the type of Cost attached to a task.
- couldForceCompletion(String) -
Static method in class com.attask.common.constants.TaskConstraintEnum
-
- couldForceCompletion(TaskConstraintEnum) -
Static method in class com.attask.common.constants.TaskConstraintEnum
-
- couldForceStart(String) -
Static method in class com.attask.common.constants.TaskConstraintEnum
-
- couldForceStart(TaskConstraintEnum) -
Static method in class com.attask.common.constants.TaskConstraintEnum
-
- count(String, String, HashMap) -
Method in interface com.attask.api.GWTAPI
-
- COUNT -
Static variable in class com.attask.common.constants.AggregateTypeEnum
-
- COUNT -
Static variable in interface com.attask.common.QueryConstants
- Count aggregate function.
- CPI -
Static variable in class com.attask.common.constants.BaselinePropertyEnum
- cpi.
- createAssignmentBeans(Assignable, boolean) -
Static method in class com.attask.beans.api.AssignmentBean
-
- createAssignmentBeans(Assignable, boolean) -
Static method in class com.attask.beans.api.TemplateAssignmentBean
-
- createFault(int) -
Method in interface com.attask.api.API
- Test method for handling SOAP Fault errors.
- createHSSFCell(BizContext, MapForm, ListColumn, HSSFSheet, HSSFRow, int, HSSFCellStyle) -
Method in class com.attask.common.constants.RowTypeEnum
-
- createPDFCell(BizContext, MapForm, ListRow, ListColumn, Map, int, int, boolean) -
Method in class com.attask.common.constants.RowTypeEnum
-
- createPredecessorBeans(Timelineable) -
Static method in class com.attask.beans.api.PredecessorBean
-
- createProjectFromOpTask(String, int, ProjectBean) -
Method in interface com.attask.api.API
- Creates a new Work Project from an existing OpTask
- createRedRockLogin() -
Method in class com.attask.common.constants.DatabaseTypeEnum
-
- createWorkTaskFromOpTask(String, int, TaskBean) -
Method in interface com.attask.api.API
- Creates a new Work Task from an existing OpTask
- CRITICAL -
Static variable in class com.attask.common.constants.GanttStyleEnum
-
- CSI -
Static variable in class com.attask.common.constants.BaselinePropertyEnum
- csi.
- CSV -
Static variable in class com.attask.common.constants.FileExtensionEnum
-
- CURRENCY -
Static variable in class com.attask.common.constants.MapFormFieldFormatEnum
-
- CURRENCY -
Static variable in class com.attask.common.constants.ParameterDataTypeEnum
- Numeric value.
- CurrencyBean - Class in com.attask.beans.api
-
- CurrencyBean() -
Constructor for class com.attask.beans.api.CurrencyBean
-
- CURRENT -
Static variable in class com.attask.common.constants.CustomMenuWindowEnum
-
- CURRENT -
Static variable in class com.attask.common.constants.ProjectStatusEnum
- Current.
- CURSOR_PAGESIZE -
Static variable in interface com.attask.common.QueryConstants
-
- CURSOR_THRESHOLD -
Static variable in interface com.attask.common.QueryConstants
-
- CUSTOM -
Static variable in class com.attask.common.constants.RecurrenceEnum
- Custom.
- CUSTOM_DATA -
Static variable in class com.attask.common.constants.BusinessCaseDetailSectionEnum
-
- CUSTOM_STATUS_KEY_LENGTH_LIMIT -
Static variable in interface com.attask.common.RedRockConstants
-
- CustomableEnum - Interface in com.attask.common.constants
-
- CUSTOMDATA -
Static variable in class com.attask.common.constants.MapFormFieldFormatEnum
-
- CUSTOMDATA -
Static variable in class com.attask.common.constants.UIViewTypeEnum
-
- CUSTOMDATA_UPDATE -
Static variable in class com.attask.common.constants.UIViewTypeEnum
-
- CustomEnumBean - Class in com.attask.beans.api
-
- CustomEnumBean() -
Constructor for class com.attask.beans.api.CustomEnumBean
-
- CustomEnumOrderBean - Class in com.attask.beans.api
-
- CustomEnumOrderBean() -
Constructor for class com.attask.beans.api.CustomEnumOrderBean
-
- CustomEnumType - Enum in com.attask.common.constants
-
- CUSTOMER -
Static variable in class com.attask.common.constants.PreferencesTypeEnum
- Customer default Preferences.
- CUSTOMER_CONFIG -
Static variable in interface com.attask.common.RedRockConstants
-
- CUSTOMER_URL_CONFIG -
Static variable in interface com.attask.common.RedRockConstants
-
- CUSTOMER_WILDCARD -
Static variable in interface com.attask.common.QueryConstants
-
- CustomerBean - Class in com.attask.beans.api
- Customer is a root object that is linked with the @task license.
- CustomerBean() -
Constructor for class com.attask.beans.api.CustomerBean
-
- CustomerBean(Customer) -
Constructor for class com.attask.beans.api.CustomerBean
-
- CustomerStatusEnum - Class in com.attask.common.constants
- Customer Status.
- CustomerStatusEnum(String) -
Constructor for class com.attask.common.constants.CustomerStatusEnum
-
- CustomerStatusEnum(String, String) -
Constructor for class com.attask.common.constants.CustomerStatusEnum
-
- CustomMenuBean - Class in com.attask.beans.api
- An extendible menu represents a menu that may be customized and attached to certain objects (such as projects or tasks).
- CustomMenuBean() -
Constructor for class com.attask.beans.api.CustomMenuBean
-
- CustomMenuBean(Hour) -
Constructor for class com.attask.beans.api.CustomMenuBean
-
- CustomMenuCustomMenuBean - Class in com.attask.beans.api
- A CustomMenuCustomMenu links CustomMenus with CustomMenus (sub menus) and enforces display order.
- CustomMenuCustomMenuBean() -
Constructor for class com.attask.beans.api.CustomMenuCustomMenuBean
-
- CustomMenuCustomMenuBean(CustomMenuCustomMenu) -
Constructor for class com.attask.beans.api.CustomMenuCustomMenuBean
-
- CustomMenuCustomMenuBean(CustomMenuCustomMenu, Set, ObjectWrapper) -
Constructor for class com.attask.beans.api.CustomMenuCustomMenuBean
-
- CustomMenuTypeEnum - Class in com.attask.common.constants
-
- CustomMenuTypeEnum(String, String) -
Constructor for class com.attask.common.constants.CustomMenuTypeEnum
-
- CustomMenuWindowEnum - Class in com.attask.common.constants
-
- CustomMenuWindowEnum(String, String, String) -
Constructor for class com.attask.common.constants.CustomMenuWindowEnum
-
CustomMenuBean.
ExternalSectionBean.
PortalProfileBean.
PortalSectionBean.
PortalTabBean.
ResourcePoolBeans.
TaskBean.
TaskBeans.
UIFilterBean.
UIGroupByBean.
UIViewBean.
UserPrefValueBeans for current User
field = value
Note that this is the default Modifier used when 1 value exists.
field between <00:00:00:000 of day> and <23:59:59:999 of day>.
ExternalLogin.login(String,String).false.
CustomMenuBean regardless of
whether it is attached to a portal profile.
ExternalSectionBean.
OpTaskBean regardless of the
Project's status.
PortalSectionBean.
ProjectBean regardless if hours
are logged against this Project or not.
ResourcePoolBeans.
TaskBean regardless if hours are
logged against this Task or not.
TaskBeans
regardless if hours are logged against this Task or not.
UIFilterBean.
UIGroupByBean.
UIViewBean.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
AccessLevelBean
AccessLevelBeans
AccessLevelBean
AccessLevelBeans from
a search.
AccessLevelBeans from
a search.
AccessScopeBean
AccessScopeBeans
AccessScopeBeans
by ObjCode
AccessScopeBeans from
a search.
AccessScopeBeans from
a search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
AccountRepBeans from a
search.
AccountRepBeans from a
search.
date
Enum.getAllEnums()
Do not call this method and do not delete this method.
OpTaskTypeEnum.
AppInfoBean
ResultRowBeans from an
aggregate search. Refer to ApprovalBean for
available search and grouping fields.
ResultRowBeans from an
aggregate search. Refer to ApprovalBean for
available search and grouping fields.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ApprovalProcessBean by ApprovalProcess ID
ApprovalProcessBeans by ApprovalProcess IDs
ApprovalProcessBeans
in the application.
ApprovalProcessBeans
in the application.
ApprovalProcessBeans from a
search.
ApprovalProcessBeans from a
search.
ApprovalBeans from a
search. Refer to ApprovalBean for available
search fields.
ApprovalBeans from a
search. Refer to ApprovalBean for available
search fields.
ResultRowBeans from an
aggregate search. Refer to ApproverBean for
available search and grouping fields.
ResultRowBeans from an
aggregate search. Refer to ApproverBean for
available search and grouping fields.
ApproverBeans from a
search. Refer to ApproverBean for available
search fields.
ApproverBeans from a
search. Refer to ApproverBean for available
search fields.
UserBean ID.
MapBeans that
consists of audit users for the given object.
UserBeans that
consists of audit users for the given object.
BaselineBeans from a
search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
BillingRecordBean from
BillingRecordBeans by
BillingRecord IDs
BillingRecordBeans
from a search.
BillingRecordBeans
from a search.
CategoryBeans by Category IDs
CategoryBeans
in the application.
CategoryBeans
in the application.
CategoryBeans from a
search.
CategoryBeans from a
search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
CategoryBean by Category ID
CategoryBean Category ID.
null, it will be used to define CategoryParameterBean CategoryParameterBean that make up this Category.
CompanyBeans from a
search.
CompanyBeans from a
search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ContactBeans from a
search.
ContactBeans from a
search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
UserPrefValueBeans by
CustomerBeans from a
search.
CustomerBeans from a
search.
CustomMenuBeans from a
search.
DurationUnitEnum.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
DocumentBeans from a
search.
DocumentBeans from a
search.
DocumentBeans from a
search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ExpenseBean from
ExpenseBeans by Expense IDs
ExpenseBeans from a
search.
ExpenseBeans from a
search.
ExpenseTypeBean from
ExpenseTypeBeans by ExpenseType
IDs
ExpenseTypeBeans from
a search.
ExpenseTypeBeans from
a search.
ExternalSectionBeans
from a search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
GroupBean from
GroupBeans by Group IDs
GroupBeans from a
search.
GroupBeans from a
search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
HourBeans logged against a
specific Task
HourBeans from a
search.
HourBeans from a
search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
HourTypeBean
HourTypeBeans
HourTypeBeans from a
search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
MasterTaskBeans from a search.
MasterTaskBeans from a
search.
MasterTaskBeans from a search.
MasterTaskBeans from a search.
MasterTaskBeans from a search.
MasterTaskBeans from a
search.
MasterTaskBeans from a
search.
MetaRecordBeans
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
MilestonePathBeans
from a search.
MilestonePathBeans
from a search.
MilestoneBeans from a
search.
MilestoneBeans from a
search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
NoteBeans from a
search.
NoteBeans from a
search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
OpTaskBeans from a
search.
OpTaskBeans from a
search.
UserBean.
UserBean Owner ID.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ParameterGroupBeans
from a search.
ParameterGroupBeans
from a search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ParameterOptionBeans
from a search.
ParameterOptionBeans
from a search.
ParameterBeans from a
search.
ParameterBeans from a
search.
AddTaskMessage.setTaskConstraint(String) is set to "FIXT".
PortalProfileBeans
from a search.
PortalSectionBeans
from a search.
PortalTabBeans from a
search.
PortfolioBean.
PortfolioBeans from a
search.
ProgramBeans from a
search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ProjectBeans from a search.
ProjectBeans from a
search.
ProjectBeans from a search.
ProjectBeans from a search.
ProjectBeans from a search.
ProjectBeans from a
search.
ProjectBeans from a
search.
ResultRowBeans from an
aggregate search.
QueueDefBeans from a
search.
ResultRowBeans from an
aggregate search.
QueueTopicBean Queue Topic ID.
QueueTopicBeans from a
search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ResellerBeans from a
search.
ResellerBeans from a
search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ResourcePoolBeans
from a search.
ResourcePoolBeans from a search.
ResourcePoolBeans from
a search.
RiskBean from
RiskBeans by Risk IDs
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
RiskTypeBeans from a
search.
RiskTypeBeans from a
search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
RoleBeans from a
search.
RoleBeans from a
search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
RoutingRuleBeans from
a search.
RoutingRuleBeans from
a search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ScheduleBeans from a
search.
ScheduleBeans from a
search.
ScoreCardBeans from a
search.
StepApproverBean ID.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
TaskBeans from a search.
TaskBeans from a
search.
TaskBeans from a search.
TaskBeans from a search.
TaskBeans from a search.
TaskBeans from a
search.
TaskBeans from a
search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
TemplateBeans from a search.
TemplateBeans from a
search.
TemplateBeans from a search.
TemplateBeans from a search.
TemplateBeans from a search.
TemplateBeans from a
search.
TemplateBeans from a
search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
TemplateTaskBeans from a search.
TemplateTaskBeans from
a search.
TemplateTaskBeans from a search.
TemplateTaskBeans from a search.
TemplateTaskBeans from a search.
TemplateTaskBeans from
a search.
TemplateTaskBeans from
a search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
TimesheetBean from
TimesheetProfileBean from
TimesheetProfileBeans by Timesheet
Profile IDs
TimesheetProfileBeans
from a search.
TimesheetProfileBeans
from a search.
TimesheetBeans by Timesheet IDs
TimesheetBeans from a
search.
TimesheetBeans from a
search.
UIFilterBeans from a
search.
UIGroupByBeans from a
search.
UIViewBeans from a
search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
ResultRowBeans from an
aggregate search.
UserPrefValueBeans by
UserPrefValue IDs
UserPrefValueBeans for current
User
UserPrefValueBeans by
UserPrefValue IDs
RoleBean ID and ProjectBean ID
RoleBean ID and TemplateBean ID
UserBeans from a
search.
UserBeans from a
search.
UserBeans from a
search.
field > value.
field >= value.
value fields with different values.
field IS NULL OR field = ''.
field IS NULL.
field < value.
field <= value.
field LIKE 'value'
where value can contain replacement characters such as % and _.
java.util.Map at it's most basic level, but safe for use with SOAP.MapBean.value_Range parameter.
field IS NOT NULL AND field <> ''.
field NOT LIKE '%value%'.
field <> value.
value fields with different values.
field IS NOT NULL.
OpTaskBean.OpTaskBean.PortalTabBean from the
User
UserBean from a
ResourcePoolBean.
UserBeans from a
ResourcePoolBean.
TimesheetTemplateBean from a UserBean.
API.API.API.API .AccessLevelBean ID that the user belongs to.
AccountRepBean ID.
ScoreCardBean ID.
ApprovalBean ID.
ApprovalPathBean ID.
ApprovalProcessBean ID.
ApprovalProcessBean ID.
ApprovalStepBean ID.
UserBean ID.
UserBean ID.
UserBean ID.
UserBean ID.
BillingRecordBean ID.
CategoryBean ID.
CategoryBean ID.
CategoryBean ID.
CategoryBean ID.
CategoryBean ID.
CategoryBean ID.
CategoryBean ID that the user belongs to.
CompanyBean ID.
CompanyBean ID.
CompanyBean ID that the user belongs to.
AddTaskMessage.setTaskConstraint(String) is set to "FIXT".
NotificationCriteriaEnum.
DocumentVersionBean that define the first version associated with a document.
CustomerBean ID.
UserBean ID.
PortalTabBean from the
Customer
PortalTabBean from the
PortalProfile
PortalTabBean for the
User
UserBean ID.
ProjectBean ID.
RoleBean ID.
UserBean IDs that report to the User.
DurationTypeEnum.
DurationTypeEnum.
DurationTypeEnum.
DurationUnitEnum.
DurationUnitEnum.
DurationUnitEnum.
DurationUnitEnum.
DurationUnitEnum.
DurationUnitEnum.
DurationUnitEnum.
EmailTemplateBean ID.
GroupBean ID.
GroupBean IDs.
GroupBeanIDs that the milestone belongs to.
GroupBean ID.
HourBean.
HourTypeBean ID.
LayoutTypeEnum.
UserBean ID of the manager that this user reports to.
MilestoneBean ID.
MilestoneBean ID.
MilestoneBean ID.
NonWorkDayBean[] specifying schedule days that fall outside the defautl week definition .
GroupBeanIDs that the user belongs to.
UserBean ID.
UserBean ID.
UserBean ID.
CategoryParameterBeans that make up this Category.
TaskBean ID of this task's parent.
TemplateTaskBean ID of this task's parent.
AddTaskMessage.setTaskConstraint(String) is set to "FIXT".
PopAccountBean that define a pop account associated with a project.
PortalProfileBean ID that the user belongs to.
PortfolioBean ID.
PredecessorBean[] that define a Tasks predecessors.
PredecessorBean[] that define a Tasks predecessors.
"sd" - Scheduled-Start dependency.
ProgramBean ID.
ProjectBean ID.
ProjectBean ID.
ProjectBean ID.
ProjectBean ID.
QueueDefBean that define a queue associated with a project.
QueueDefBean that define a queue associated with a template.
RoleBean ID.
RoleBean ID.
RoleBean ID.
RoleBean ID.
RoleBean ID.
RoleBean IDs.
RoleBeans to a
ResourcePoolBean
ScheduleBean ID.
ScheduleBean ID that the User works on which may be different than the default system or Project Schedule.
ScheduleBean ID that the User works on which may be different than the default system or Project Schedule.
ProjectScheduleModeEnum.
ProjectScheduleModeEnum.
true value will force a UserResourceBean is returned for that unassigned User.
UserBean ID.
AddTaskMessage.setTaskConstraint(String) is set to "FIXT".
TaskConstraintEnum.
TaskConstraintEnum.
TemplateBean ID.
TemplateBean ID.
TemplateBean ID.
TemplateBean ID.
TimesheetProfileBean ID of the Timesheet Profile that used to create this Timesheet.
TimesheetProfileBean ID of the Timesheet Profile that is used for this User.
NotificationTimingEnum.
UserBean ID.
UserBean ID.
UserBeans are in a
ResourcePoolBean.
DurationUnitEnum.
DurationUnitEnum.
DurationUnitEnum.
DurationUnitEnum.
TimelineWorkEnum.
SOUNDEX(field) = SOUNDEX(value).
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||