Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions english/java/com.aspose.tasks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ url: /java/com.aspose.tasks/
| [PresentationFormat](../com.aspose.tasks/presentationformat) | Enumeration for presentation format. |
| [PrimaveraActivityType](../com.aspose.tasks/primaveraactivitytype) | Specifies type of Primavera activity. |
| [PrimaveraBaseReader](../com.aspose.tasks/primaverabasereader) | Represents a base reader which can be used to read Project UIDs from multi project Primavera XER or XML files. |
| [PrimaveraConstraintType](../com.aspose.tasks/primaveraconstrainttype) | Specifies a type of activity's constraint. |
| [PrimaveraDbSettings](../com.aspose.tasks/primaveradbsettings) | Allows to set necessary options to read project data from Primavera database. |
| [PrimaveraDurationType](../com.aspose.tasks/primaveradurationtype) | Specifies duration type of Primavera activity. |
| [PrimaveraPercentCompleteType](../com.aspose.tasks/primaverapercentcompletetype) | Specifies value of '% Complete Type' field for Primavera activities. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: AssignmentToColumnTextConverter
second_title: Aspose.Tasks for Java API Reference
description: ResourceAssignment data to columns string converter.
type: docs
weight: 366
weight: 367
url: /java/com.aspose.tasks/assignmenttocolumntextconverter/
---
```
Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/event/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Event
second_title: Aspose.Tasks for Java API Reference
description: An event.
type: docs
weight: 367
weight: 368
url: /java/com.aspose.tasks/event/
---
```
Expand Down
22 changes: 0 additions & 22 deletions english/java/com.aspose.tasks/groupcriterion/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ Represents a criterion in a group definition. The GroupCriterion object is a mem
| [getFontColor()](#getFontColor--) | Gets the color of the font for a field used as a criterion in a group definition. |
| [getGroupInterval()](#getGroupInterval--) | Gets the interval for a field used as a criterion in a group definition. |
| [getGroupOn()](#getGroupOn--) | Gets the type of grouping for a field used as a criterion in a group definition. |
| [getIndex()](#getIndex--) | Gets the index of a [GroupCriterion](../../com.aspose.tasks/groupcriterion) object in the containing [GroupCriterionCollection](../../com.aspose.tasks/groupcriterioncollection) collection. |
| [getParentGroup()](#getParentGroup--) | Gets the parent of the [GroupCriterion](../../com.aspose.tasks/groupcriterion) object. |
| [getPattern()](#getPattern--) | Gets the pattern of the cell for a field used as a criterion in a group definition. |
| [getStartAt()](#getStartAt--) | Gets the start of the intervals for a field used as a criterion in a group definition. |
| [hashCode()](#hashCode--) | Serves as a hash function for a particular type. |
Expand Down Expand Up @@ -136,26 +134,6 @@ Gets the type of grouping for a field used as a criterion in a group definition.

**Returns:**
int - the type of grouping for a field used as a criterion in a group definition.
### getIndex() {#getIndex--}
```
public final int getIndex()
```


Gets the index of a [GroupCriterion](../../com.aspose.tasks/groupcriterion) object in the containing [GroupCriterionCollection](../../com.aspose.tasks/groupcriterioncollection) collection.

**Returns:**
int - the index of a [GroupCriterion](../../com.aspose.tasks/groupcriterion) object in the containing [GroupCriterionCollection](../../com.aspose.tasks/groupcriterioncollection) collection.
### getParentGroup() {#getParentGroup--}
```
public final Group getParentGroup()
```


Gets the parent of the [GroupCriterion](../../com.aspose.tasks/groupcriterion) object.

**Returns:**
[Group](../../com.aspose.tasks/group) - the parent of the [GroupCriterion](../../com.aspose.tasks/groupcriterion) object.
### getPattern() {#getPattern--}
```
public final int getPattern()
Expand Down
11 changes: 0 additions & 11 deletions english/java/com.aspose.tasks/groupcriterioncollection/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Contains a collection of [GroupCriterion](../../com.aspose.tasks/groupcriterion)
| [add(GroupCriterion item)](#add-com.aspose.tasks.GroupCriterion-) | Adds the specified item to this collection. |
| [add(int index, GroupCriterion element)](#add-int-com.aspose.tasks.GroupCriterion-) | Inserts the specified element at the specified position in this list. |
| [get(int index)](#get-int-) | (@inheritDoc\} |
| [getParentGroup()](#getParentGroup--) | Gets the parent of the GroupCriterion object. |
| [remove(int index)](#remove-int-) | Removes the element at the specified position in this collection and returns the element that was removed from the collection. |
| [remove(Object item)](#remove-java.lang.Object-) | Removes a single instance of the specified element from this collection, if it is present. |
| [size()](#size--) | Gets the number of elements contained in this collection. |
Expand Down Expand Up @@ -70,16 +69,6 @@ public GroupCriterion get(int index)

**Returns:**
[GroupCriterion](../../com.aspose.tasks/groupcriterion) - \{@inheritDoc\}
### getParentGroup() {#getParentGroup--}
```
public final Group getParentGroup()
```


Gets the parent of the GroupCriterion object.

**Returns:**
[Group](../../com.aspose.tasks/group) - the parent of the GroupCriterion object.
### remove(int index) {#remove-int-}
```
public final GroupCriterion remove(int index)
Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/ialgorithm/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IAlgorithm
second_title: Aspose.Tasks for Java API Reference
description: Represents an algorithm that can be applied to a list of objects T.
type: docs
weight: 368
weight: 369
url: /java/com.aspose.tasks/ialgorithm/
---
```
Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/icalendar/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ICalendar
second_title: Aspose.Tasks for Java API Reference
description: Represents a calendar abstraction which can be used for various calculations of dates and durations.
type: docs
weight: 369
weight: 370
url: /java/com.aspose.tasks/icalendar/
---
```
Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/icondition/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ICondition
second_title: Aspose.Tasks for Java API Reference
description: Represents a condition which can be used by filters or search methods.
type: docs
weight: 370
weight: 371
url: /java/com.aspose.tasks/icondition/
---
```
Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/icsssavingcallback/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ICssSavingCallback
second_title: Aspose.Tasks for Java API Reference
description: Represents a callback that is called to create resource to store CSS.
type: docs
weight: 371
weight: 372
url: /java/com.aspose.tasks/icsssavingcallback/
---
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IFontSavingCallback
second_title: Aspose.Tasks for Java API Reference
description: Represents a callback that is called to create resource to store fonts.
type: docs
weight: 372
weight: 373
url: /java/com.aspose.tasks/ifontsavingcallback/
---
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IImageSavingCallback
second_title: Aspose.Tasks for Java API Reference
description: Represents a callback that is called to create resource to store images.
type: docs
weight: 373
weight: 374
url: /java/com.aspose.tasks/iimagesavingcallback/
---
```
Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/imessagehandler/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IMessageHandler
second_title: Aspose.Tasks for Java API Reference
description: Represents a callback the results of resource leveling.
type: docs
weight: 374
weight: 375
url: /java/com.aspose.tasks/imessagehandler/
---
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IPageSavingCallback
second_title: Aspose.Tasks for Java API Reference
description: Represents a callback that is called when each page in multi page document is saved to a separate stream.
type: docs
weight: 375
weight: 376
url: /java/com.aspose.tasks/ipagesavingcallback/
---
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ITextStyleModificationCallback
second_title: Aspose.Tasks for Java API Reference
description: Represents a callback that is called before TextStyle is applied to a table cell.
type: docs
weight: 376
weight: 377
url: /java/com.aspose.tasks/itextstylemodificationcallback/
---
```
Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/itreealgorithm/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ITreeAlgorithm
second_title: Aspose.Tasks for Java API Reference
description: Represents an algorithm that can be applied to a tree of objects T.
type: docs
weight: 377
weight: 378
url: /java/com.aspose.tasks/itreealgorithm/
---
```
Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/ivbamodule/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IVbaModule
second_title: Aspose.Tasks for Java API Reference
description: Represents a module with VBA code.
type: docs
weight: 378
weight: 379
url: /java/com.aspose.tasks/ivbamodule/
---
```
Expand Down
110 changes: 110 additions & 0 deletions english/java/com.aspose.tasks/primaveraconstrainttype/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
---
title: PrimaveraConstraintType
second_title: Aspose.Tasks for Java API Reference
description: Specifies a type of activitys constraint.
type: docs
weight: 196
url: /java/com.aspose.tasks/primaveraconstrainttype/
---

**Inheritance:**
java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
```
public final class PrimaveraConstraintType extends System.Enum
```

Specifies a type of activity's constraint.
## Fields

| Field | Description |
| --- | --- |
| [AsLateAsPossible](#AsLateAsPossible) | 'As Late As Possible' type |
| [FinishOn](#FinishOn) | 'Finish On' type |
| [FinishOnOrAfter](#FinishOnOrAfter) | 'Finish On or After' type |
| [FinishOnOrBefore](#FinishOnOrBefore) | 'Finish On or Before' type |
| [MandatoryFinish](#MandatoryFinish) | 'Mandatory Finish' type |
| [MandatoryStart](#MandatoryStart) | 'Mandatory Start' type |
| [None](#None) | Not specified or not applicable. |
| [StartOn](#StartOn) | 'Start On' type |
| [StartOnOrAfter](#StartOnOrAfter) | 'Start On or After' type |
| [StartOnOrBefore](#StartOnOrBefore) | 'Start On or Before' type |
### AsLateAsPossible {#AsLateAsPossible}
```
public static final int AsLateAsPossible
```


'As Late As Possible' type

### FinishOn {#FinishOn}
```
public static final int FinishOn
```


'Finish On' type

### FinishOnOrAfter {#FinishOnOrAfter}
```
public static final int FinishOnOrAfter
```


'Finish On or After' type

### FinishOnOrBefore {#FinishOnOrBefore}
```
public static final int FinishOnOrBefore
```


'Finish On or Before' type

### MandatoryFinish {#MandatoryFinish}
```
public static final int MandatoryFinish
```


'Mandatory Finish' type

### MandatoryStart {#MandatoryStart}
```
public static final int MandatoryStart
```


'Mandatory Start' type

### None {#None}
```
public static final int None
```


Not specified or not applicable.

### StartOn {#StartOn}
```
public static final int StartOn
```


'Start On' type

### StartOnOrAfter {#StartOnOrAfter}
```
public static final int StartOnOrAfter
```


'Start On or After' type

### StartOnOrBefore {#StartOnOrBefore}
```
public static final int StartOnOrBefore
```


'Start On or Before' type

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PrimaveraDbSettings
second_title: Aspose.Tasks for Java API Reference
description: Allows to set necessary options to read project data from Primavera database.
type: docs
weight: 196
weight: 197
url: /java/com.aspose.tasks/primaveradbsettings/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PrimaveraDurationType
second_title: Aspose.Tasks for Java API Reference
description: Specifies duration type of Primavera activity.
type: docs
weight: 197
weight: 198
url: /java/com.aspose.tasks/primaveradurationtype/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PrimaveraPercentCompleteType
second_title: Aspose.Tasks for Java API Reference
description: Specifies value of Complete Type field for Primavera activities.
type: docs
weight: 198
weight: 199
url: /java/com.aspose.tasks/primaverapercentcompletetype/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PrimaveraProjectInfo
second_title: Aspose.Tasks for Java API Reference
description: Represents short info about a project loaded from Primavera format.
type: docs
weight: 199
weight: 200
url: /java/com.aspose.tasks/primaveraprojectinfo/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PrimaveraProjectProperties
second_title: Aspose.Tasks for Java API Reference
description: Represents Primavera-specific properties for a project read from Primavera files XER of P6XML.
type: docs
weight: 200
weight: 201
url: /java/com.aspose.tasks/primaveraprojectproperties/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PrimaveraReadOptions
second_title: Aspose.Tasks for Java API Reference
description: Allows to specify additional options when reading Primavera Xml or Primavera Xer files.
type: docs
weight: 201
weight: 202
url: /java/com.aspose.tasks/primaverareadoptions/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PrimaveraRelationshipLagCalendar
second_title: Aspose.Tasks for Java API Reference
description: Specifies which calendar to use for scheduling Relationship Lag in Primavera projects.
type: docs
weight: 202
weight: 203
url: /java/com.aspose.tasks/primaverarelationshiplagcalendar/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PrimaveraSaveOptions
second_title: Aspose.Tasks for Java API Reference
description: Allows to specify additional options when saving project to Primavera XER format.
type: docs
weight: 203
weight: 204
url: /java/com.aspose.tasks/primaverasaveoptions/
---

Expand Down
Loading